Answer:
1. False
2. True
3. True
4. True
5. False
Explanation:
Moment of a force is not a free vector. There are certain quantities along the line with which force is applied.
Force can be moved in any direction along the line of the action without changing the external reaction.
The magnitude of equivalent resultant force is distributed along the centroid point.
The resultant force of a couple force system is zero as it form opposite forces which balances off each other.
Answer:
Technician be says that diesel engines produce more power because they use excess air to burn feel who is correct
Explanation:
He is correct as many engines are run by diesel. It produces more power as that is how cars produce more power.
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:
Architectural plans.
Explanation:
An architectural plan is called the drawings made by architects, civil engineers or designers of spaces or interiors, in which these professionals capture their building projects, organizing the distribution of the spaces to be used, the elements to be located in them and, fundamentally, to give construction planning a projection into reality. Thus, the plans help professionals to have a better understanding of the expected end result of the projects they are carrying out.
Answer:
q1q1 ⇒ 01
Explanation:
The outputs of a positive edge triggered register will match the inputs after a rising clock edge.
q1q1 ⇒ 01 . . . . matching d1d0 = 01