_________ statement is used to draw a circle or an eclipse.
Line
Screen
Circle
PSET
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
While.....End
___________ executes a series of statements as long as a specified condition is true.
Do....loop
For.....Next
While .....Wend
To stop a program prematurely by using the _________ command.
End
Clear
Quit
Exit
___________ converts a negative numbers to a positive number.
___________ is the number that sets the screen resolution.
Mode
Function
Statement
Expression
__________ is a string constant or string variable.
Stringstatement$
Stringexpression$
Stringcharacter$
Stringexpression
Loop with in a Loop is defined as :
Jump statement
Do...........loop
Nesting loop
For loop
__________ are small set of instruction that are used for special purpose.
Command
Functions
Loop