Which one of the following is defined by using a dollar sign($)?
String concatenation
String variable
Variable
None of these
Which one is defined as a symbol or name that represents a value?
Expression
String
All of these
Which command is used to clear the output screen?
PRINT
CLS
INPUT
END
Which command is used to choose the random numbers?
Loop
FOR…NEXT
Line numbers
RND
Which command specifies the logical ending of a program?
Statement
LET
Which command is used to write remarks that are not executed ?
REM
Which command is used to assign or put a value inside a variable?
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 display the values on output screen ?
Which command informs the computer to go to another part of a program and execute that statements?
Continue
GOTO