Which loop will execute the statements until the condition is true?
DO..WHILE
DO..UNTIL
FOR..NEXT
DO
Which one is used to repeat certain steps for a fixed number of times?
EXIT
LOOP
FOR
DO.. WHILE
Which state helps to perform a loop for a specific number of times?
Which variable is used to control the execution of DO WHILE .. LOOP?
Increment
Decrement
Step
Counter
Which statement helps to perform a loop for an undermined number of times?
FOR and DO..WHILE
DO and WHILE..WEND
DO and DO..WHILE
FOR..NEXT and DO..WHILE
Which of the following is the beginning of the loop in FOR.. NEXT?
Start Value
NEXT
Begin
Which of the following allows for executing a set of statement if the previous condition is false?
THEN
ELSE
ELSE IF
Which of the following is given to end the IF statement?
End Value
EXIT IF
END IF
STOP
Which of the following is used in FOR.NEXT for incrementing or decrementing with each repetition of the loop?
Counter Variable
Statement
Step value
Value