Answer:
Using python
num_boys = int(input("Enter number of boys :"))
num_girls = int(input("Enter number of girls :"))
budget = int(input("Enter the number of dollars spent per school year :"))
try:
dollarperstudent = budget/(num_boys+num_girls)
print("Dollar spent per student : "+str(dollarperstudent))#final result
except ZeroDivisionError:
print("unavailable")
Answer:
Option D
Explanation:
A post development hydrograph will have lower concentration time and lower infiltration losses and hence sooner peak and higher peak and more runoff or higher area under graph. Therefore, all the answers are correct hence option D
Answer:All of the above
Explanation:
9.62 psi means 497.49 mm of Hg pressure
for (a)19.58 inches is equals to 497.49 mm of Hg
(b)atmospheric pressure is 14.69 psi
vaccum gauge is 9.62psi
absolute pressure is=14.69-9.62=5.07
(c)vaccum means air is sucked and there is negative pressure so it tells about below atmospheric pressure.
thus all are correct
Answer:
The Young's Modulus of a material is a fundamental property of every material that cannot be changed. It is dependent upon temperature and pressure however. The Young's Modulus (or Elastic Modulus) is in essence the stiffness of a material. In other words, it is how easily it is bended or stretched.
Explanation:
Have a great day
Answer:
The FSM uses the states along with the generation at the P output on each of the positive edges of the CLK. The memory stores the previous state in the machine and the decoder generates a P output based on the previous state.
Explanation:
The code is in the image.