Answer: OHMMETER & MEGOHMMETER:
Explanation: The ohmmeter measures circuit resistance; the megohmmeter measures the high resistance of insulation. A meter used to measure electric current. It is connected as part of a circuit.
• educated
•very curious
•discover new things
•Investigate
•search unknown
Answer:

Explanation:
Source Voltage 
Frequency 
Peak output voltage 
Peak Output Voltage with filter 
Generally the equation for Peak to peak voltage is mathematically given by

Therefore



Answer:
drag coefficient for the parachute is Cd = 1.84177
Explanation:
given data
diameter = 8.0 m
average vertical speed = 3 m/s
total weight of load = 200 N
to find out
drag coefficient for the parachute
solution
we will apply here drag coefficient formula that is express as here
drag coefficient Cd =
......................1
here w is total load and A is area and v is speed
and here ρ = 1.22 kg/cu
put here value we get
Cd =
Cd = 1.84177
drag coefficient for the parachute is Cd = 1.84177
Answer:
Number1 = input("Choose a number: )
Number2 = input("Choose a second number: )
if number1 > number2:
print(number2\nnumber1)
else:
print(number1\nnumber2)
Explanation:
I'm assuming that you want it in python.