Answer:
(Option B)
Explanation:
The absolute pressure of the air-filled tank is:


Answer:
The conversion factor is 0.00223 ( 1 gallon per minute equals 0.00223 cubic feet per second)
Explanation:
Since the given volume flow rate is gallons per minute.
We know that 1 gallon = 3.785 liters and
1 minute = 60 seconds
Let the flow rate be 
Now replacing the gallon and the minute by the above values we get

Thus 
Now since we know that 1 liter = 
Using this in above relation we get

From the above relation we can see that flow rate of 1 gallons per minute equals flow rate of 0.00223 cubic feet per second. Thus the conversion factor is 0.00223.
Answer:
Explanation:
The python code to generate this is quite simple to run.
i hope you understand everything written here, you can as well try out other problems to understand better.
First to begin, we import the package;
Code:
import pandas as pd
import matplotlib.pyplot as plt
name = input('Enter name of the file: ')
op = input('Enter name of output file: ')
df = pd.read_csv(name)
df['Date'] = pd.to_datetime(df["Date"].apply(str))
plt.plot(df['Date'],df['Absent']/(df['Present']+df['Absent']+df['Released']),label="% Absent")
plt.legend(loc="upper right")
plt.xticks(rotation=20)
plt.savefig(op)
plt.show()
This should generate the data(plot) as seen in the uploaded screenshot.
thanks i hope this helps!!!
Answer:
(a) the rate of heat transfer to the coolant is Q = 139.71W
(b) the surface temperature of the shaft T = 40.97°C
(c) the mechanical power wasted by the viscous dissipation in oil 22.2kW
Explanation:
See explanation in the attached files
Answer:
1. True
2. False
Explanation:
given data
EAX contains = ff ff ff 51
doubleword referenced = ff ff ff f1
conditional jump add = eax
solution
1st statement is true
but 2nd statement is false
as here
- js or jne instruction is the conditional jump that is follow a test
- It jump to the specified location when previous instructions are set the SF (Sign Flag) .