Which of the following is the correct program for print " welcome " ?
LET A = WELCOME
PRINT A
END
LET A $ = " WELCOME "
PRINT A $
LET A = " WELCOME "
None of these
Which one of the following is defined by using a dollar sign($)?
String concatenation
String variable
Variable
Which of the statement is appearing after the list of commands?
END IF
IF… THEN… ELSE
IF….THEN
ELSE IF
Which operator is used to perform the comparisons between two values of same type?
Relational operator
Logical operator
Arithmetic operator
String operator
Which command is used to write remarks that are not executed ?
REM
LET
INPUT
Which one is defined as a symbol or name that represents a value?
Expression
String
All of these
Which one of the following is enclosed within double quotes(" ")?
Statement
Which command is used to choose the random numbers?
Loop
FOR…NEXT
Line numbers
RND
Which command is used to assign or put a value inside a variable?
PRINT
Which command is used to clear the output screen?
CLS