Which command is used to clear the screen?
LET
CLS
INPUT
REM
Which command appears in the programming code, and has no effect on the output of the program ?
What is Q Basic?
Operating Sytem
Programming language
Hardware
Browser
Which sign is used before string variables?
@
<
$
!
What is called for the character set within double quotes?
Variable
Constants
Strings
Data
Which statement is used for assigning a value to a variable within a program whose value may change during the program execution ?
PRINT
Which of the following is used as the name of the memory location?
Constant
String
What is the expansion of REM?
REMNDER
REMEMBER
REMARK
REMOVAL
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