The _________ statement is used to set the graphics mode.
Colour
Line
Screen
PSET
______ are the set of statements that can be repeated any number of times.
Jump statement
Iterative statement
Return statement
GOSUB statement
__________ is a string constant or string variable.
Stringstatement$
Stringexpression$
Stringcharacter$
Stringexpression
__________ are small set of instruction that are used for special purpose.
Command
Functions
Statement
Loop
__________ contain a sequence of characters enclosed in quotation marks.
String
Compiler
SQR
Maths
_________ statement is used to draw a circle or an eclipse.
Circle
___________ executes a series of statements as long as a specified condition is true.
Do....loop
For.....Next
While .....Wend
While.....End
Among the following which function is used to find out the square root of a number .
SIN
TAN
ABS
QBASIC stands for :
Quick Basic
Query Basic
Quickly Basic
Quality Basic
The _____ function return a specified number of right most characters in a string.
LEN$
LEFT$
RIGHT$
MID$