__________ executes a return statement.
GOTO
GOSUB
IF
End
____________ mode displays text only.
Text mode
Graphics mode
Image mode
Character mode
Loop with in a Loop is defined as :
Jump statement
Do...........loop
Nesting loop
For loop
___________ executes a series of statements as long as a specified condition is true.
Do....loop
For.....Next
While .....Wend
While.....End
_________ statement is used to draw a circle or an eclipse.
Line
Screen
Circle
PSET
______ are the set of statements that can be repeated any number of times.
Iterative statement
Return statement
GOSUB statement
QBASIC stands for :
Quick Basic
Query Basic
Quickly Basic
Quality Basic
The Exit command works with ________ commands only
While...........Wend
Do ........loop or For ........Next
Nesting
To Run a Qbasic program use __________ Key.
F4
F5
F2
F11
In QBasic Ctrl + Y is used to
Finding
Deleting
Debugging
Copying