Question: Fill in the blanks in each of the following questions.
a) A procedure for solving a problem in terms of the actions to be executed and the order in which the actions should be executed is called a(n)_________
b) Specifying the execution order of statements by the computer is called _________
c) All programs can be written in terms of three types of control statements: _________and _________
d) The_________ selection statement is used to execute one action when a condition is true and another action when that condition is false.
e) Several statements grouped together in braces ({and}) are called a(n)_________
f) The_________ repetition statement specifies that a statement or group of statements is to be executed repeatedly while some condition remains true.
g) Repetition of a set of instructions a specific number of times is called_________ repetition.
h) When it's not known in advance how many times a set of statements will be repeated, a(n)_________ value can be used to terminate the repetition.