WHILE loop starts with _______
Condition
WHILE
Statement
WEND
In IF....THEN.......ELSE statement, the condition is with _______ statement.
IF
THEN
ELSE
None of these
_____ symbol is used for Not Equal to?
!=
==
<>
- =
When STEP -1 is used in FOR loop, index counter executes from ??____
Initial to final
Final to initial
Increments 2
Decrements 2
_______ is the last of the FOR loop.
STEP
NEXT
TO
_______ is the part of the IF statement.
Both A and B
Which of the following is an example of Conditional loop?
GOTO
LET
WHILE?WEND
None of these.
The STEP is the increment/decrement of the _______
Index counter
The final value is the last value of the _______
Which of the following is a control statement.
For
If
If?Else
Goto