By default, the screen mode is :
10
0
1.2
1
The _________ statement is used to set the graphics mode.
Colour
Line
Screen
PSET
In Qbasic which shortcut key is used to select a character lines.
Shift + Ctrl
Shift + Arrow
Shift + F1
Shift + F5
The Exit command works with ________ commands only
While...........Wend
Do ........loop or For ........Next
Nesting
While.....End
__________ are small set of instruction that are used for special purpose.
Command
Functions
Statement
Loop
___________ converts a negative numbers to a positive number.
SIN
TAN
ABS
SQR
_________ statement is used to draw a circle or an eclipse.
Circle
Which of the following statement is used to draw a line from one point to another point?
Cord
Among the following which function is used to find out the square root of a number .
Loop with in a Loop is defined as :
Jump statement
Do...........loop
Nesting loop
For loop