Answer:

Explanation:
Reynolds number:
Reynolds number describe the type of flow.If Reynolds number is too high then flow is called turbulent flow and Reynolds is low then flow is called laminar flow .
Reynolds number is a dimensionless number.Reynolds number given is the ratio of inertia force to the viscous force.

For plate can be given as

Where ρ is the density of fluid , v is the average velocity of fluid and μ is the dynamic viscosity of fluid.
Flow on plate is a external flow .The values of Reynolds number for different flow given as


Answer:
The following statements are true:
A. For flows over a flat plate, in the laminar region, the heat transfer coefficient is decreasing in the flow direction
C. For flows over a flat plate, the transition from laminar to turbulence flow only happens for rough surface
E. In general, turbulence flows have a larger heat transfer coefficient compared to laminar flows 6.
Select ALL statements that are TRUE
B. In the hydrodynamic fully developed region, the mean velocity of the flow becomes constant
D. For internal flows, if Pr>1, the flows become hydrodynamically fully developed before becoming thermally fully developed
Explanation:
Answer:
d= 4.079m ≈ 4.1m
Explanation:
calculate the shaft diameter from the torque, \frac{τ}{r} = \frac{T}{J} = \frac{C . ∅}{l}
Where, τ = Torsional stress induced at the outer surface of the shaft (Maximum Shear stress).
r = Radius of the shaft.
T = Twisting Moment or Torque.
J = Polar moment of inertia.
C = Modulus of rigidity for the shaft material.
l = Length of the shaft.
θ = Angle of twist in radians on a length.
Maximum Torque, ζ= τ × \frac{ π}{16} × d³
τ= 60 MPa
ζ= 800 N·m
800 = 60 × \frac{ π}{16} × d³
800= 11.78 × d³
d³= 800 ÷ 11.78
d³= 67.9
d= \sqrt[3]{} 67.9
d= 4.079m ≈ 4.1m
Answer:
C. Have your hazard lights on
Explanation:
Speeding up will cause an accident
Counter steering is not easy to do
Slowing down my result in you being rear ended
Answer:
Explanation:
1. With the operands R0, R1, the program would compute AND operation and ADD operation .
2. The operands could truly be signed 2's complement encoded (i.e Yes) .
3. The overflow truly occurs when two numbers that are unsigned were added and the result is larger than the capacity of the register, in that situation, overflow would occur and it could corrupt the data.
When the result of an operation is smaller in magnitude than the smallest value represented by the data type, then arithmetic underflow will occur.