Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: When using a WHILE/WHILE-END instruction,if the condition
Q11: Accumulating and counting a set of data
Q12: Incrementing is done by adding a variable
Q13: Brackets are used in the algorithm of
Q14: Automatic counter loops should be used only
Q15: The conditional test is made at the
Q17: When using a REPEAT/UNTIL instruction,if the condition
Q18: Accumulating allows the developer to total a
Q19: When using the automatic counter loop:<br>A)The ending
Q20: Indentation is used in the algorithm of