Which one of the following is used to end DO..WHILE loop?
NEXT
LOOP
FOR..NEXT
WHILE..WEND
Which state helps to perform a loop for a specific number of times?
DO..WHILE
FOR
DO
Which of the following is good to use when you specifically know how many times you need to execute the loop?
Step value
Counter
Loop
Which of the following is said to be a repetition of statements in a program?
QBASIC
Condition
Expression
Which is an example of conditional statement?
LET statement
INPUT statement
IF.. THEN statement
OUTPUT statement
Which of the following is the beginning of the loop in FOR.. NEXT?
Start Value
Begin
Which loop performs as long as the condition being true?
DO.. WHILE
EXIT
Which type of programming language is QBASIC?
High - level language
Machine language
Assembly language
Low level language
Which is the initial value of counter variable in FOR..NEXT?
Step Value
Start
Next value