The answer is A. Increases, as more manpower is needed if demand increases.
Repetition structures, or loops, are used when a program needs to repeatedly process one or more instructions until some condition is met, at which time the loop ends. Many programming tasks are repetitive, having little variation from one item to the next. Vectorized mathematical code appears more like the mathematical expressions found in textbooks, making the code easier to understand. That is the difference. Hope I could help you on Brainly.com!
Answer:
1. Hydrostatic pressure.
2. Pressure.
3. Equilibrium forces.
Explanation:
1. <u>Hydrostatic pressure</u>: pressure exerted by a stationary liquid. It is simply the pressure in a liquid such as water at a specific depth.
Mathematically, hydrostatic pressure is given by the formula;
Where:
- H.P is the hydrostatic pressure of a liquid.
- rho represents the density of a liquid.
- g is the acceleration due to gravity.
- d is the depth (height) of a liquid.
2. <u>Pressure</u>: it is the force in a direction perpendicular to a given surface area. Thus, it's typically measured in Newton per meters (N/m²).
Mathematically, pressure is given by the formula;
3. <u>Equilibrium forces</u>: a pair of forces whose resultant is zero. It is also referred to as balanced forces because the resultant of all the pair of forces acting on a body or system is at equilibrium (balanced).
Answer:
Option d) B is 1.33 times faster than A
Given:
Clock time,
No. of cycles per instructions,
Solution:
Let I be the no. of instructions for the program.
CPU clock cycle, = 2.0 I
CPU clock cycle, = 1.0 I
Now,
CPU time for each can be calculated as:
CPU time, T =
Thus B is faster than A
Now,
Performance of B is 1.33 times that of A