The _____ function return a specified number of right most characters in a string.
LEN$
LEFT$
RIGHT$
MID$
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
To stop a program prematurely by using the _________ command.
End
Clear
Quit
Exit
______ are the set of statements that can be repeated any number of times.
Jump statement
Iterative statement
Return statement
GOSUB statement
___________ allows to jump to certain location in a program.
For statement
IF statement
__________ contain a sequence of characters enclosed in quotation marks.
String
Compiler
SQR
Maths
The _________ statement is used to set the graphics mode.
Colour
Screen
___________ executes a series of statements as long as a specified condition is true.
Do....loop
For.....Next
While .....Wend
While.....End
In Qbasic which shortcut key is used to select a character lines.
Shift + Ctrl
Shift + Arrow
Shift + F1
Shift + F5