Which of the following is used as the name of the memory location?
Variable
Constant
Data
String
What is Q Basic?
Operating Sytem
Programming language
Hardware
Browser
Which is non-executable statement ?
PRINT
INPUT
REM
CLS
What is the expansion of REM?
REMNDER
REMEMBER
REMARK
REMOVAL
Which type of values do not change during the execution of the program?
Constants
Variables
Strings
Characters
Which is the command to assign a value 10 to a number variable N2 ?
LET N2=10
PRINT N2=10
INPUT N2=10
What is known for the Qbasic commands which are written using some characters and symbols?
Character set
Which are the two seperators used with PRINT statement ?
' and "
< and >
, and ;
& and $
For displaying a blank line which of the following statement is used ?
PRINT "blank"
PRINT "blank", 5
PRINT blank
Which sign is used before string variables?
@
<
$
!