Which variable is used to control the execution of DO WHILE .. LOOP?
Increment
Decrement
Step
Counter
Which type of programming language is QBASIC?
High - level language
Machine language
Assembly language
Low level language
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 one helps to clear the screen in QBASIC programming?
CLS
REMOVE
NEXT
Which one of the following is used to end DO..WHILE loop?
LOOP
FOR..NEXT
WHILE..WEND
Which of the following is the beginning of the loop in FOR.. NEXT?
Start Value
FOR
Begin
Which of the following is good to use when you specifically know how many times you need to execute the loop?
Step value
Loop
Which loop will execute the statements until the condition is true?
DO..WHILE
DO..UNTIL
DO
Which of the following is used in FOR.NEXT for incrementing or decrementing with each repetition of the loop?
Counter Variable
Statement
Value
Which is the initial value of counter variable in FOR..NEXT?
Step Value
Start
Next value