Answer:
The given blanks can be filled as given below
Voltmeter must be connected in parallel
Explanation:
A voltmeter is connected in parallel to measure the voltage drop across a resistor this is because in parallel connection, current is divided in each parallel branch and voltage remains same in parallel connections.
Therefore, in order to measure the same voltage across the voltmeter as that of the voltage drop across resistor, voltmeter must be connected in parallel.
Answer:
Mechanical property
Explanation:
MECHANICAL PROPERTIES can be defined as the ability of a metal or material to remain undamaged after different type of forces has been applied or used on them because forces or loads are often applied to metal, material or physical properties which is why MECHANICAL PROPERTIES enables us to know the strength , toughness as well as the hardness of metal and the way this metal perform or react when different forces are applied on them.
Lastly any metal, material or physical properties that has the strength , hardness and resistance to withstand or remain unaffected despite the loads or forces use on them is an example of MECHANICAL PROPERTIES.
Therefore Resistance to impact is an example of a(n) MECHANICAL PROPERTIES.
Answer:
Clouds
Explanation:
It is created by trapped dust and water.
Answer:
int()
Explanation:
float() is using decimals, so that can't be it, like float(input( "how much does this cost?"))
print() is used to print something, not a user asking, like print("hello")
string() means like a whole, like string( I am good)
By elimination, int() is correct.
Hope this helps!