Which command is used to write remarks that are not executed ?
REM
LET
INPUT
None of these
Which among the following will change its value during the execution of a program?
Expression
String
Variable
Loop
Which one is defined as a symbol or name that represents a value?
All of these
Which command informs the computer to go to another part of a program and execute that statements?
Continue
GOTO
Which keyword gives more choices when it is used in IF…THEN…ELSE?
THEN
ELSE IF
ELSE
END IF
Which operator is used for string concatenation?
-
+
/
*
Which one of the following is defined by using a dollar sign($)?
String concatenation
String variable
Which of the statement is appearing after the list of commands?
IF… THEN… ELSE
IF….THEN
Which command is used to display the values on output screen ?
CLS
PRINT
Which of the following is a combination of operators and operands ?
Expressions