11 In a program with multiple threads the execution of an In
11. In a program with multiple threads, the execution of an Interrupt Service Routine is called a _____.
A. foreground thread
 B. concurrent thread
 C. background thread
 D. parallel thread
12. The voltage dropout of a voltage regulator is 1.6 volts. If a 15-volt output is required, what is the minimum regulator input voltage?
A. 14.4V
 B. 13.4V
 C. 16.6V
 D. 17.6V
Solution
11)
In a program with multiple threads, the execution of an Interrupt Service Routine is called a background thread.
12) The voltage dropout of a voltage regulator is 1.6 volts. If a 15-volt output is required, what is the minimum regulator input voltage 15+1.6V=16.6V

