Multiple Choice
The loop logic structure:
A) Allows decisions to be made.
B) Allows instructions to be repeated.
C) Allows for the execution of multiple paths.
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: What will be printed when the following
Q5: When using a REPEAT/UNTIL instruction:<br>A)The condition is
Q6: When using an automatic counter loop,the counter
Q7: An indicator:<br>A)Can be a conditional end to
Q8: In an automatic counter loop,the instructions are
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