Which sign is used before string variables?
@
<
$
!
Which statement is used for assigning a value to a variable within a program whose value may change during the program execution ?
LET
PRINT
INPUT
REM
Which are the two seperators used with PRINT statement ?
' and "
< and >
, and ;
& and $
To print text numbers or a line space which command is used ?
CLS
What is the expansion of REM?
REMNDER
REMEMBER
REMARK
REMOVAL
Which command will print and wait for the user to enter the value and then assign this value to variable?
OUTPUT
Which of the following sign is used with string variable ?
It contains a value which may change during program execution. What is it ?
Constant
String
Data
Variable
For displaying a blank line which of the following statement is used ?
PRINT "blank"
PRINT "blank", 5
PRINT blank
Which type of values do not change during the execution of the program?
Constants
Variables
Strings
Characters