The final value is the last value of the _______
Statement
Index counter
NEXT
None of these
______ Operator is used to check equals
=
><
==
<>
When STEP -1 is used in FOR loop, index counter executes from ??____
Initial to final
Final to initial
Increments 2
Decrements 2
There are _______ types of branching in BASIC
One
Two
Three
Infinite
When you want QBASIC to count backwards in FOR loop, _______ is used.
STEP -1
STEP 1
STEP 2
STEP
The FOR loop carries with a variable which assigns a range of values from the initial step to the final step with an _______.
Constant
Keywords
When you want to make a decision out of several choices, then we call it as _______ branching
Goto
For
While
Do....loop
WHILE loop starts with _______
Condition
WHILE
WEND
In BASIC, _______ is used for conditional branching.
If
Jump
Exit