For displaying a blank line which of the following statement is used ?
PRINT "blank"
PRINT "blank", 5
PRINT blank
PRINT
To print text numbers or a line space which command is used ?
LET
INPUT
CLS
Which command is used to clear the screen?
REM
Which of the following is used as the name of the memory location?
Variable
Constant
Data
String
Which type of values do not change during the execution of the program?
Constants
Variables
Strings
Characters
Which command appears in the programming code, and has no effect on the output of the program ?
It contains a value which may change during program execution. What is it ?
Which command will print and wait for the user to enter the value and then assign this value to variable?
OUTPUT
To accept a value from the user which statement is used ?
Which statement is used for assigning a value to a variable within a program whose value may change during the program execution ?