What is Q Basic?
Operating Sytem
Programming language
Hardware
Browser
What is the expansion of REM?
REMNDER
REMEMBER
REMARK
REMOVAL
Which are the two seperators used with PRINT statement ?
' and "
< and >
, and ;
& and $
What is called for the character set within double quotes?
Variable
Constants
Strings
Data
Which command is used to clear the screen?
LET
CLS
INPUT
REM
Which of the following sign is used with string variable ?
<
!
@
$
To accept a value from the user which statement is used ?
PRINT
What is known for the Qbasic commands which are written using some characters and symbols?
Variables
Character set
Which statement is used for assigning a value to a variable within a program whose value may change during the program execution ?
Which type of values do not change during the execution of the program?
Characters