Which command is used to take the value from the user and store it in a variable ?
PRINT
REM
LET
INPUT
Which one is defined as a symbol or name that represents a value?
Variable
Expression
String
All of these
Which among the following will change its value during the execution of a program?
Loop
Which command is used to display the values on output screen ?
CLS
Which one of the following is defined by using a dollar sign($)?
String concatenation
String variable
None of these
What is the full form of QBASIC?
Quick Beginners All - Purpose Symbolic Instruction Code
Quality Business All - Purpose Symbolic instruction Code
Quality Basic All - Purpose Symbolic instruction Cell
Which one of the following is enclosed within double quotes(" ")?
Statement
Which operator is used for string concatenation?
-
+
/
*
Which of the statement is appearing after the list of commands?
END IF
IF… THEN… ELSE
IF….THEN
ELSE IF
Which command specifies the logical ending of a program?
END