you have two hyper-v hosts, each running three vms. you want to be able to periodically perform maintenance operations on the hosts without losing the services provided by the vms. you also want to maintain vm operation in the event of a host failure. you don't have shared storage between the hosts. what is the best way to accomplish this?

Answers

Answer 1

To maintain VM operation in the event of a host failure when there's no shared storage between the hosts, Enable replication.

What is a hyper-v host?

Hyper-V is a hardware virtualization product developed by Microsoft intended to allow users to create and run a digital or virtual version of a computer, called a virtual machine.

Here's the complete question:

You have two Hyper-V hosts, each running three VMs. You want to be able to periodically perform maintenance operations on the hosts without losing the services provided by the VMs. You also want to maintain VM operation in the event of a host failure. You don't have shared storage between the hosts. What is the best way to accomplish this?

a. Export the VMs.

b. Implement load balancing.

c. Enable replication.

d. Use vMotion.

Learn more about Virtual Machines from:

https://brainly.com/question/23341909?referrer=searchResults

#SPJ4


Related Questions

why is graphics important in our life

Answers

Answer:

The quality of said graphics in technology allow us to see photos in high quality never seen before.

Explanation:

When computing a bootstrap confidence interval for a parameter, at least how many times should we re-sample from the original sample?.

Answers

Bootstrap - There is no definitive answer to this question, but a common rule of thumb is to resample at least 1000 times.

What is Bootstrap?
An HTML, CSS, and JS library called Bootstrap aims to make the creation of educational web pages as simple as possible (as opposed to web apps). The main goal of adding to a web project would be to apply the colour, size, font, and layout options of Bootstrap to that project. Therefore, the main determinant is whether the responsible developers like those options. All HTML components have basic style declarations once Bootstrap is introduced to a project. As a result, texts, tables, and form components appear consistently in all web browsers. In order to further personalise the appearance of their contents, developers can make use of the CSS classes defined in Bootstrap.

To learn more about Bootstrap
https://brainly.com/question/8908486
#SPJ4

assuming that inputfile is a scanner object used to read words from a text file, select an expression to complete the following code segment, which counts the number of words in the input file.

Answers

A Scanner object may read a text file. Utilizing the methods included with the Scanner class is a benefit of utilizing the Scanner.

To guarantee that the file is closed, the application should define the Print Writer variable in a try-with-resources statement. Leading and trailing spaces are removed by the built-in Java String function trim(). The space character's Unicode value is "u0020." Java's trim() function looks for this Unicode value before and after the text, removes any spaces if they are present, and then returns the string that was omitted. The exception produced inside the try block will be propagated up the call stack if it occurs both inside the try-with-resources block and when a resource is closed (when close() is used).

Learn more about Unicode here-

https://brainly.com/question/17147612

#SPJ4

suppose that a 64-bit processor uses the following cache: 2kb block size, 16-way associativity, and total size of 32mb. determine how many bits are used for the tag, index, and block offset.

Answers

We are aware that 64 KB equals 64K words, or 2 to the power of 14 words (2 to the power of 1 word = 2 to the power of 14 blocks).

Each block has 32 bits of data, a 32-14-2 bit tag, and a valid bit. Therefore, for a 64-KB cache, the overall cache size is (2 to the power 14)*49=784 bits, or 98KB. Since there are 64 bytes per line and a cache line's size equals a main memory block's size, the block offset is 6 bits. Associative 2-way cache stores two lines as a single set. The remaining 18 bits for the tag are calculated as follows: number of sets = total cache lines/2 = (512KB/64)/2 = 212, translating to 12 bits for the set.

Learn more about block here-

https://brainly.com/question/17354891

#SPJ4

what is the most used command to test connectivity between 2 computers? ipconfig traceroute host ip address ping host ip address tracert host ip address

Answers

The most used command to test connectivity between 2 computers is ping host IP address.

What is IP address?
An Internet Protocol address (IP address) is a numerical label that identifies a computer network that employs the Internet Protocol for communication. An example of such an IP address is 192.0.2.1.Identification of the network interface and location addressing are the two primary purposes of an IP address. A 32-bit number is what the Internet Protocol version 4 (IPv4) designates as an IP address. However, a new version of IP (IPv6), utilising 128 bits again for IP address, was established in 1998 in response to the expansion of the Internet and the exhaustion of IPv4 addresses. Deployment of IPv6 has been happening since the middle of the 2000s. Human-readable notations are used to write and display IP addresses, such as 192.0.2.1 for IPv4 and 2001:db8:0:1234:0:567:8:1 for IPv6.

To learn more about IP address
https://brainly.com/question/24930846
#SPJ4

write a console-based application named sumdoubles that allows the user to enter any number of doubles continuously until the user enters 0.99. display the sum of the values entered, not including 0.99.

Answers

The program of console-based application will be:

public class sumdoubles {

public static void main(String[] args) {

Scanner input = new Scanner(System.in);

double num = 0.0;

double sum = 0.0;

while (num != 0.99) {

System.out.print("Enter a double value (0.99 to quit): ");

num = input.nextDouble();

if (num != 0.99)

sum += num;

}

System.out.println("Sum of values entered: " + sum);

}

}

What is console application?

A console application is a computer programme that is intended to be used through a text-only computer interface, such as a text terminal, some operating systems' command-line interface, or even the text-based interface it's included in most graphical user interface (GUI) operating systems, like the Windows Console in Microsoft Windows, the Terminal throughout macOS, and xterm in Unix.

To learn more about console application

https://brainly.com/question/27031409

#SPJ4

in this lab, your task is to: implement your physical security plan by dragging the correct items from the shelf onto the various locations in the building. as you drag the items from the shelf, the possible drop locations are highlighted. to implement your plan, you must:

Answers

The protection measures for an installation or facility are specified in a physical security plan. we will be able to recognize the significance of each component of a physical security plan in defending DOD assets by the end of this short.

Physical security relates to preventing theft, vandalism, natural disasters, man-made disasters, and accidental damage to construction sites, equipment, and the data and software included therein (e.g., from electrical surges, extreme temperatures, and spilled coffee). Access control, surveillance, and testing make up the three key parts of the physical security system. The degree to which each of these elements is implemented, enhanced, and maintained can frequently be used to measure the effectiveness of a physical security program for an organization.

Learn more about Security here-

https://brainly.com/question/28070333

#SPJ4

in the tftp protocol: if the client changes its port number on a subsequent connection, but the server does not, what prevents an old-duplicate data packet sent by the server from being accepted by the new client? if the server changes its port number on a subsequent connection, but the client does not, what prevents an old-duplicate data packet sent by the server from being accepted by the new client?

Answers

The client will attempt to establish a TCP connection with the incorrect process or a nonexistent process if you use different port numbers. There will be errors.

An internet message or other network communication that arrives at a server can be redirected to a specific process by using the port number. All network-connected devices have standardized ports with a unique number installed. Multiple connections can be accepted simultaneously by a single listening port. There is a restriction of 64K that is frequently mentioned, but it should be made clear that this applies to each client and each server port. The client will connect to a machine and choose the port to use for communication. If the server is accessible through the port requested by the client, communication occurs.

Learn more about communication here-

https://brainly.com/question/22558440

#SPJ4

what type of mis infrastructure identifies where and how important information, such as customer records, is maintained and secured? multiple choice virtualized sustainable information agile

Answers

The location and methods used to retain and secure vital data, including customer records, are identified by the information MIS infrastructure.

The hardware, software, and communications tools that make up an agile MIS infrastructure provide the underpinning support for the objectives of the firm. An Agile MIS Infrastructure is a network of hardware, software, and communication tools that facilitates the sharing of information and resources among the many teams inside a company. A single instance of the program and its auxiliary infrastructure that serves several clients is known as multi-tenancy. Grid computing, cloud computing, and virtualization are components of a sustainable MIS infrastructure.

Learn more about infrastructure here-

https://brainly.com/question/14527131

#SPJ4

a customer needs to look up tips for proper machine use in the user guide for their product. they do not know where to find the user guide. where should you tell them to look?

Answers

A task-oriented document is a user manual or guide. It includes operating and maintenance instructions as well as technical descriptions, drawings, flowcharts, and diagrams.

Even though instructions on how to use or repair a product are documented, it might not always suit the intended purpose. A user handbook, often referred to as a user guide, is designed to help users use a specific good, service, or application. Typically, a technician, a product developer, or a member of the company's customer support team will write it. Because of this, nonvolatile memory—which retains its data even if a computer's power is switched off or a storage device is unplugged from a power source—is frequently employed in conjunction with RAM. Additionally, unlike some volatile memory, nonvolatile memory does not require periodic content refreshment.

Learn more about memory here-

https://brainly.com/question/28754403

#SPJ4

tonya needs to buy a new laptop. she compares models from apple, dell, and hewlett-packard on criteria such as processor speed, memory, screen size, and price. what type of consumer product does this represent?

Answers

The shopping product is the second category of consumer goods. Shopping products are those that a client typically compares while picking and buying based on factors like quality, price, and style.

The type of user and two main product categories are related in marketing. Consumer goods are goods bought by the final consumer. Business products (also known as industrial or B2B products) are things that businesses purchase to help create other goods that can be sold. A well defined target market, precise customer needs and wants, and information about what the product will be and do to meet those demands should all be included in the protocol. The protocol's shortcomings would cause issues with product development.

Learn more about product here-

https://brainly.com/question/22852400

#SPJ4

Which OSI layer provides switching and routing technologies?
A. Application
B. Network
C. Physical
D. Transport

Answers

Answer:   The correct answer is B. Network

Explanation:   The network layer of the OSI provides switching and routing support through network layer protocols.

create a program, gpacalc.py, that takes four letter grade arguments and prints out the corresponding gpa, to two decimals. your program should work both in arguments are upper-case and lower-case.

Answers

Today's environment is highly automated, making computer programming essential. The relationship between people and machines needs to be under human control.

We utilize computer programming to harness such computational power because computers and machines can perform tasks so precisely and effectively. A computer follows a collection of instructions called a program to carry out a certain task. [computing] The size of a computer program affects the likelihood that an error may occur. A program is a group of initiatives that are managed collectively to generate scale-based efficiencies. Program management is the coordination of linked initiatives that are grouped together, just like project management involves the coordination of individual activities.

Learn more about Programming here-

https://brainly.com/question/11023419

#SPJ4

what are the three main steps that routers that use a distance vector routing protocol (e.g., rip) perform to keep their routing tables up-to-date?

Answers

A specified destination, a metric (the shortest distance to the destination), and the following hop on the shortest path from the current router to the destination are all included in each item in the table.

This is how distance vector routing operates. A routing table is kept by each router. A router is required by a distance-vector routing (DVR) protocol to periodically notify its neighbors of topological changes. The previous ARPANET routing method was known as (or known as Bellman-Ford algorithm). The Border Gateway Protocol is a distance-vector protocol created for wide area networks (WANs) (BGP). Since BGP is an external gateway protocol, border and exterior routers on the Internet use it. Through a Transmission Control Protocol (TCP) session, it communicates data between routers.

Learn more about protocol here-

https://brainly.com/question/27581708

#SPJ4

recitative is... group of answer choices sung in rhythm of ordinary speech with many words on the same pitch a recital a dramatic, serious, or tragic opera the text(lyrics) of an opera

Answers

Rather than emphasizing melody or musical motives, recitative monody (accompanied solo song) stresses and even imitates the rhythms and accents of spoken language.

Recitative, which is based on oratory, emerged in opposition to the polyphonic, or multi-voiced, style of 16th-century choral music in the late 1500s. Singing that is repetitive is more similar to speech than song. Opera and oratorio employ it to advance the plot. An illustration of recitative from the movie Juan, which is based on Wolfgang Amadeus Mozart's 1789 opera "Don Giovanni." A counterpoint to this style of singing is an aria. Since recitative frequently follows speech patterns, the rhythm in R&R alludes to speech rhythm.

Learn more about recitative here-

https://brainly.com/question/14724776

#SPJ4

why is it so common in internet protocols that clients speak before servers do? (in other words, what would be an important advantage of having a client speak first, or, thought differently, an important disadvantage of having a server speak first instead?)

Answers

Answer:

The client will send a request through the API with the TCP protocol, which the server then receives and delivers your request. This makes sure a connection is established. This is the standard quota for all web pages!

Explanation:

Hope this helps you out!

verilog code with comments for the 2:4 binary decoder, the 4:2 binary encoder, and the 4:2 prior- ity encoder. do not use behavioral verilog for these descriptions! use the structural and dataflow concepts introduced in the previous lab.

Answers

The Verilog code is /* 4 to 2 priority encoder */

Data flow description is given below:

module two_four_decoder (

input wire [1:0] w, input wire En, output wire [3:0] y);\\input output declaration

assign y[0]= (En & (~w[1] & ~w[0]));\\y0=1 when w1 and w0 are 00;

assign y[1]= (En & (~w[1] & w[0]));\\y1=1 when w1 and w0 are 01

assign y[2]= (En & (w[1] & ~w[0]));\\y2=1 when w1 and w0 are 10

assign y[3]= (En & (w[1] & w[0]));\\y3=1 when w1 and w0 are 11

endmodule

/* 4 to 2 encoder*/

module four_two_encoder(input wire [3:0] w, output wire [1:0] y, output wire zero);

assign y[1]=w[3] | w[2];

assign y[0]=w[3] | w[1];

assign zero= w[3] | w[2] | w[1] | w[0];

endmodule

/* 4 to 2 priority encoder */

module priority_encoder(input wire [3:0] w, output wire [1:0] y, output wire zero);

assign y[1]=w[3] | w[2];

assign y[0]=w[3] | (~w[2] & w[1]);

assign zero= w[3] | w[2] | w[1] | w[0];

endmodule

Learn more about Verilog code here:

https://brainly.com/question/15119491

#SPJ4

read an integer >2 from keyboard, for example 25, or 2500. use this number to determine the size of array "myarray," read each distinctive element value one by one from the keyboard, and store/set them in this array. delete its median value (i.e., the element at position "size/2" if the size of array is odd; otherwise, two elements at positions "size/2-1" and "size/2"). (hint: copy wanted elements to another array "x," then use "myarray

Answers

The number of elements that are actually present in an array is its length. The number of elements in an array is represented by the integer value that the len() function returns.

This gives back a value of 3, which is the number of elements in the array. The len() method in Python can be used to determine an array's length. It is a Python built-in method that accepts an array as an argument and returns the array's size in elements. The array size is returned by the len() method. The NumPy array's total number of items is determined by this attribute. dtype: The NumPy array's type can be determined with the use of this attribute.

Learn more about array here-

https://brainly.com/question/13107940

#SPJ4

you are given two sequences a and b of n numbers each, possibly containing duplicates. describe an efficient algorithm for determining if a and b contain the same set of numbers, possibly in different orders. what is the running time of this algorithm?

Answers

Given are two sequences, S1 and S2, both with n items and possibly including duplicates. Efficient algorithm would be extremely wasteful to compare two sets of sequences if they were in some random order.

"A collection of finite rules or instructions to be followed in calculations or other problem-solving procedures" is what the word algorithm signifies. Or, "A finite-step process for solving a mathematical problem that frequently uses recursive operations."

As a result, an algorithm is a set of limited procedures used to solve a certain problem. Depending on what you want to do, algorithms might range from simple to sophisticated.

By using the process of making a novel recipe as an example, it can be understood. When following a new recipe, one must read the directions and carry out each step in the correct order. The new meal is cooked to perfection as a result of this procedures.

You employ algorithms every time you use a phone, computer, laptop, or calculator. Similar to this, algorithms assist programmers in carrying out tasks to produce desired results. The developed algorithm is language-independent, meaning that it consists only of simple instructions that can be used to build it in any language and still produce the desired results.

To know more about algorithm click on the link:

https://brainly.com/question/22984934

#SPJ4


Name three major types of computer systems with which students are likely to be
engaged on a day-to-day basis.

Answers

Answer:

Analogue, digital, and hybrid computer systems.

​4.19 write an if/else if statement that carries out the following logic. if the value of variable quantityonhand is equal to 0, display the message "out of stock". if the value is greater than 0, but less than 10, display the message "reorder". if the value is 10 or more, do not display anything.

Answers

A logical conditional expression, the if/else statement tests a condition and only runs the block of code below it if the condition is true.

If a certain condition is true, the if/else statement causes a block of code to be executed. Another block of code can be run if the condition is false. The "Conditional" Statements in JavaScript, which are used to carry out various operations depending on various conditions, include the "if/else" statement. A programming conditional statement known as a "if" performs a task or displays data if it is verified to be true. Here is a broad, non-programming language-specific example of an if statement.

Learn more about condition here-

https://brainly.com/question/19035663

#SPJ4

you have an azure subscription that includes a network security group named nsg1. you plan to add an inbound security rule named rule1 to nsg1. you need to configure a priority for rule1. rule1 must have the highest priority for inbound security rules in nsg1. which priority should you configure for rule1?

Answers

From the information given about Azure, you need to set the configuration for rule 1 to the highest priority for inbound security rules in NSG1.

What is Azure?

Microsoft Azure, sometimes known as Azure, is a cloud computing service provided by Microsoft that allows for application administration through Microsoft-managed data centers.

Microsoft Azure (previously Windows Azure) is the company's public cloud computing platform. It offers a wide range of cloud services, such as computation, analytics, storage, and networking.

It enables you to access and manage Microsoft cloud services and resources. These services and tools include storing and converting your data according to your needs.

The Azure Firewall has three different types of rules.

NAT RegulationsNetwork Regulations.Application Guidelines.

Your security group's incoming rule must allow traffic on all ports. This is required because the destination port number of any inbound return packets is set to a randomly assigned port number.

To establish an inbound security rule in Azure, follow these steps.

Choose a new network security group.From the left menu, choose Inbound security rules, then Add.You can restrict the Source and Source port ranges as desired, or leave them as is.You can specify a specific destination or leave the default of Any.

Learn more about Azure:
https://brainly.com/question/28813522
#SPJ1

what emerging approach allows administrators to manage a network via a controller that does not require physical access to all the network devices?

Answers

Using a controller that doesn't require physical access to every network device, software-defined networking (SDN) enables network managers to operate a network remotely.

What is physical access?
Physical access
to computer and network hardware or other components of a hardware installation means having direct, hands-on access to them on the premises. Security and authenticated the use hardware locations, from standard workstation cubicle to server rooms as well as other places where illegal physical access could pose security threats, are key concerns with physical access. Security professionals and others frequently draw a distinction between "physical access" and "logical access," which involves users interacting with devices remotely via techniques such Internet protocol access methods. When there is physical access, it's crucial to safeguard hardware by safeguarding the area in which it is kept. Physical access is often seen as a component of comprehensive risk management by outside experts.

To learn more about physical access
https://brainly.com/question/14311587
#SPJ4

you use a linux distribution that uses rpm for package management. which command would you use to display a list of all packages available for installation within the internet repositories configured on the system?

Answers

Entering yum listing available at the command line will display the online repositories that this machine is set to utilise for yum on a Linux distribution which use RPM for package management.

What do Linux rpms stand for?

Red Redhat Package Manager is referred to as RPM. It was created by Red Hat and therefore is primarily used with Linux operating systems that are Red Hat-based (Fedora, CentOS, RHEL, etc.). An RPM package is a package (a collection) of various files that has the.rpm extension.

Are Yum and RPM the same?

RPM is independent and uses its very own database to store details about the packages that have been installed. The front tool is called YUM maintains products using the RPM package manager. The backend of the tool also makes usage of the RPM database.

To know more about Linux rpm visit:

https://brainly.com/question/15122141

#SPJ4

how is computer Science used in entretainment?​

Answers

Answer:

video editing

Explanation:

there are many ways

joe wants to allow guests to use his organizations wireless network by providing a preshared key. what solution can he deploy to allow users to access his open network?

Answers

A communications protocol called ANT+ was created to make it simple to link fitness sensors like cycle computers and heart rate monitors.

AES encryption with a 128- or 256-bit key is used to encrypt whole drives with Bitlocker, a popular Windows-only program. Bitlocker cannot produce encrypted containers, in contrast to TrueCrypt and VeraCrypt. Partitions must be encrypted in their entirety. The ideas of risk management, threat modeling, the security model, security governance principles, business continuity needs, and policies and procedures are all covered in the domain of security and risk management.

The most secure VPN protocol is OpenVPN. It works with a variety of ciphers for encryption, including AES-256, Blowfish, and ChaCha20. It is supported by nearly every VPN service natively and has no known vulnerabilities.

Learn more about protocol here-

https://brainly.com/question/27581708

#SPJ4

HELP!!!!! I NEED THIS RIGHT NOW!!!!!
What factors likely influenced game designers away from developing fewer arcade games and directing more time and effort into developing console and PC games?

Answers

The causes that most likely led game designers away from arcade games and toward PC and console games were primarily because PC and console games were fast increasing and much simpler to purchase for the general public, whereas arcade games were more pricey and exclusive.

What is an Arcade game?

An arcade game is a coin-operated gaming machine that is commonly seen in public settings such as malls, restaurants, and amusement arcades. Video games, pinball machines, and electromechanical games are common types of arcade games.

An amusement arcade (also known as a video arcade, amusements, or simply arcade) is a location where people can enjoy arcade games such as arcade video games, pinball machines, electromechanical games, redemption games, merchandisers (such as claw cranes), or coin-operated billiards or air hockey tables.

Learn more about PC Games:
https://brainly.com/question/26230114
#SPJ1

any computer that stores hypermedia documents and makes them available to other computers on the internet is called a . group of answer choices a. client b. server c. station d. domain

Answers

Option B is correct. A computer program or apparatus that offers a service to another computer program and its user, also known as the client, is referred to as a server.

The term "client" refers to any computer that keeps hypermedia documents and makes them accessible to other computers over the Internet. Anywhere in the world can be used to store hypermedia documents. The Advances Research Projects Agency Network is the owner of the Internet (ARPANET). The Domain Name System (DNS) protocol converts domain names to IP addresses when data is moved between networks. DNS servers are servers that run this protocol and keep a list of computer and website addresses as well as the IP addresses that go with them.

Learn more about documents here-

https://brainly.com/question/20696445

#SPJ4

consider a source and destination host. before packets leave the source host, the host needs to define the path over which the packets will travel to reach the destination host. false

Answers

Before packets leave the source host, the source host does not define the path over which the packets will be traveling to reach the destination host. Thus the given statement is false.

When packets are transmitted over the network from a source host to a destination host, the source host does not determine the path through which packets will travel toward the destination host from the source host. Instead, it is the router that defines the best path and directs the packets from the source host to the destination host.

What is a router?

A router is a network layer device that determines the optimal path along which packets are forwarded over the network. Based on network layer information, routers forward packets from one network to the other network.

You can learn more about routers at

https://brainly.com/question/28180161

#SPJ4

if they run the tool again (but still with the destination ip address for code.org), in what way could the next packet's path be different? ????️note that there may be multiple answers to this question.

Answers

Answer:

Explanation:

stay the same  

move

Other Questions
Use the formula n+1/2 to find the median in the list of numbers. 1, 2, 2, 3, 3, 3, 3, 5, 6, 8, 9, 10, 13, 18, 18, 19, 21 A small, private airplane is carrying three passengers to an island. The plane is 0.9 km inthe air. If the potential energy of the plane and its three passengers is 48,510,000 J, what isthe combined mass of the plane and its passengers? Round your answer to the tenth place.Convert the height in km to m.Rearrange the formula to solve for mass.Use the formula to solve for the mass of the plane and passengers. 4An ice cream shop has a sign in the shapeof an ice cream cone. The sign is madeusing a semicircle and a triangle, asmodeled below.The base of thetriangle is the6 in.diameter of thesemicircle.12 in.Which is the best estimate of the area ofthe sign in square inches?F 150 in.2FG 14 in.2H 36 in.2J 50 in.2 for each equation give for solution. Then, graph the solution set on the graph provided. What is the pH of a 0.83 M solution of sodium fluoride?Report your answer to 2 decimal places. you are the first to discover a sister pair of birds on two islands (a blue species and a yellow species). you are wondering which historical biogeographic process led to each species being found on a different island. which biogeographic process is this due to? group of answer choices =Question 2 of 2 (1 point) | Question Attempt: 5 of UnlimitedA manufacturer produces two models of toy airplanes. It takes the manufacturer 32 minutes to assemble model A and 8 minutes to package it. It takes themanufacturer 20 minutes to assemble model B and 10 minutes to package it. In a given week, the total available time for assembling Is 3200 minutes, and ttotal available time for packaging is 960 minutes. Model A earns a profit of $8 for each unit sold and model B earns a profit of $11 for each unit sold. Assum.the manufacturer is able to sell as many models as it makes, how many units of each model should be produced to maximize the profit for the given week?Note that the ALEKS graphing calculator can be used to make computations easier.Answer : Model A : 0 unit(s)Model B: 96 unit(s) cuantos aos tiene la luna (c) Jika kelajuan kereta digandakan, tenaga kinetik kereta akan bertukar sebanyak berapa faktor? If the speed of a car is doubled, by what factor does the kinetic energy of the car change? KBAT 3 Most of the enzymes found in the mitochoare involved in the reactions associated with(1) extracting energy from nutrients(2) storing energy in nutrients(3) DNA production(4) protein synthesis Should you keep note cards for information you gather online?OA. yesB. yes, but only if the source is a recognized, credentialed authorC. no, unless you take more than a paragraph of information fromthat sourceOD. noSUBMIT It would take 180 minutes to fill a swimming pool using the water from 5 taps.a) How many minutes will it take to fill the pool if only 3 of the taps are used? b) An assumption being made in my workingis that all the taps are flowing at the same Henry is shipping a package that weighs 7 7/8 lbs. What is the weight of the package expressed as a decimal? My object is my art journal and the prompt is "Is the knowers perspective essential in the pursuit of knowledge?" it's for the TOK theory of knowledge. answer the question and relate it to art Sometimes, when energy is added to a solid, it undergoes____ it is argued that a coherent view of management must focus on three issues. what is one of these issues? fixing management-level problems. pleasing organizational superiors. shaping managerial identity. establishing organizational vision. Your peersYour familyYour school and communityYour use of television, cell phones, computers, and other telecommunication technologiesb. Describe how the above factors create barriers for maintaining your mental and emotional health. What barriers do they create? On a standardized exam, the scores are normally distributed with a mean of150 and a standard deviation of 10. Find the z-score of a person who scored178 on the exam. Enter your answer as an integer or as a reduced fraction in the form A/B. how many moles and atoms are in a sample of gold that has a mass of 145.56 grams? question 1 options: 4.449 x 1023 moles and 0.73900 atoms 0.73900 moles and 4.449 x 1023 atoms 1.353 moles and 8.149 x 1023 atoms