To view output screen use __________ key
F1
F2
F4
F5
__________ executes a return statement.
GOTO
GOSUB
IF
End
QBASIC stands for :
Quick Basic
Query Basic
Quickly Basic
Quality Basic
______ are the set of statements that can be repeated any number of times.
Jump statement
Iterative statement
Return statement
GOSUB statement
By default, the screen mode is :
10
0
1.2
1
___________ converts a negative numbers to a positive number.
SIN
TAN
ABS
SQR
The _________ statement is used to set the graphics mode.
Colour
Line
Screen
PSET
Which of the following statement is used to draw a line from one point to another point?
Circle
Cord
To Run a Qbasic program use __________ Key.
F11
The Exit command works with ________ commands only
While...........Wend
Do ........loop or For ........Next
Nesting
While.....End