___________ allows to jump to certain location in a program.
For statement
IF statement
Jump statement
Iterative statement
To stop a program prematurely by using the _________ command.
End
Clear
Quit
Exit
____________ mode displays text only.
Text mode
Graphics mode
Image mode
Character mode
In Qbasic which shortcut key is used to select a character lines.
Shift + Ctrl
Shift + Arrow
Shift + F1
Shift + F5
Loop with in a Loop is defined as :
Do...........loop
Nesting loop
For loop
Among the following which function is used to find out the square root of a number .
SIN
TAN
SQR
ABS
___________ is the number that sets the screen resolution.
Mode
Function
Statement
Expression
__________ executes a return statement.
GOTO
GOSUB
IF
In QBasic Ctrl + Y is used to
Finding
Deleting
Debugging
Copying
Which of the following statement is used to draw a line from one point to another point?
PSET
Circle
Line
Cord