The ____________ has two possible paths of execution – one path is taken if the Boolean expression is true, and the other path is taken if the Boolean expression is false.
a. dual-alternative decision structure
b. comparative structure
c. multi-decision structure
d. branching structure
a. dual-alternative decision structure
You might also like to view...
When nesting loops:
a. The outer loop instructions are executed once for every time the inner loop instructions are executed. b. The inner loop instructions are executed the required times for every time the outer loop instructions are executed once. c. The outer loop instructions are executed the required time for every time the inner loop instructions are executed. d. None of the above.
A process waiting for a spin lock __________.
a) blocks b) busy-waits for the spin lock. c) busy-waits for a finite amount of time, then it blocks d) preempts the lock holder if its priority is higher than the lock holder's priority