Solved

When Using a REPEAT/UNTIL Instruction

Question 5

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions