Multiple Choice
When using a REPEAT/UNTIL instruction:
A) The condition is executed after the last of the repeated instructions,at which time the execution continues with the next instruction after the loop when the condition is false and continues with the first of the repeated instruction when the condition is true.
B) The condition is executed after the last of the repeated instructions,at which time the execution continues with the next instruction after the loop when the condition is true and continues with the first of the repeated instruction when the condition is false.
C) The condition is executed at the beginning of the repeated instructions,at which time the execution continues with the next instruction after the loop when the condition is false and continues with the first of the repeated instruction when the condition is true.
D) The condition is executed at the beginning of the repeated instructions,at which time the execution continues with the next instruction after the loop when the condition is true and continues with the first of the repeated instruction when the condition is false.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The start,stop,and step values in an automatic
Q2: All loop structures use the diamond in
Q3: The conditional test is made at the
Q4: What will be printed when the following
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
Q9: The loop logic structure:<br>A)Allows decisions to be
Q10: When using a WHILE/WHILE-END instruction,if the condition
Q11: Accumulating and counting a set of data