Answer:
Inductance, L = 0.0212 Henries
Explanation:
It is given that,
Number of turns, N = 17
Current through the coil, I = 4 A
The total flux enclosed by the one turn of the coil, 
The relation between the self inductance and the magnetic flux is given by :


L = 0.0212 Henries
So, the inductance of the coil is 0.0212 Henries. Hence, this is the required solution.
Answer:
a blaring trumpet is sound energy
Explanation:
The correct answer would be compound
Answer: The IF clause.
Explanation: This is the IF clause; you can use it as:
IF (something = true) then "something happens"
else "other thing happens"
Some example of it can be, suppose that your program reads a number X that the user inputs, then you can do:
If ( X > 5) then
print: "the number X is bigger than five"
Else
print: "the number X is smaller than five"
Where, of course, the statements depend on the language used, but the "if" clause works almost the same in every language.