QBASIC stands for :
Quick Basic
Query Basic
Quickly Basic
Quality Basic
____________ mode displays text only.
Text mode
Graphics mode
Image mode
Character mode
To view output screen use __________ key
F1
F2
F4
F5
_________ statement is used to draw a circle or an eclipse.
Line
Screen
Circle
PSET
___________ 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
SQR
ABS
The Exit command works with ________ commands only
While...........Wend
Do ........loop or For ........Next
Nesting
__________ 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
Maths
In QBasic Ctrl + Y is used to
Finding
Deleting
Debugging
Copying