Who developed QBASIC?
IBM
Microsoft Corporation
Solaris
Sun Micro system
Which key is used to see the full screen view of QBASIC?
Shift + Enter
Alt + Control
Alt + Enter
Alt+Shift
BASIC stands for:
Beginners All Purpose Symbolic Instruction Code
Beginners All Purpose Symbolic Instruction Command
Beginners All Programming Symbolic Instruction Code
Basic All Purpose Symbolic Instruction Code
Which command is used to assign a values to a variable?
OUTPUT
INPUT
LET
REM
"Welcome" is an example of
String variable
Character set
String constant
None of these
Which among the following are used to perform different operations on constants and variables?
Constant
Commands
Expression
Operators
Which command is used to receive the input from the keyboard?
CLS
What refers to a value that does not change during the execution of a program?
Variable
What is the extension of a QBASIC statement?
.PPT
.DOC
.XLS
.BAS
Which operators are used for taking decision?
Arithmetic operator
Relational operators
Logical operator