______ are the set of statements that can be repeated any number of times.
Jump statement
Iterative statement
Return statement
GOSUB statement
__________ contain a sequence of characters enclosed in quotation marks.
String
Compiler
SQR
Maths
Loop with in a Loop is defined as :
Do...........loop
Nesting loop
For loop
___________ is the number that sets the screen resolution.
Mode
Function
Statement
Expression
QBASIC stands for :
Quick Basic
Query Basic
Quickly Basic
Quality Basic
To Run a Qbasic program use __________ Key.
F4
F5
F2
F11
The _____ function return a specified number of right most characters in a string.
LEN$
LEFT$
RIGHT$
MID$
__________ executes a return statement.
GOTO
GOSUB
IF
End
Among the following which function is used to find out the square root of a number .
SIN
TAN
ABS
Which of the following statement is used to draw a line from one point to another point?
PSET
Circle
Line
Cord