NEW
Font size
WorksheetsGrade 6 : Test your QB quotient
Total questions: 10
Worksheet time: 5mins
The window of QBasic is divided into —————- modes.
2
3
4
5
Which extension is added to the file when we save a program in QBasic?
.QB
.QBS
.BAS
.QBAS
The file name should not exceed more than —————- characters.
Eight
Seven
Five
Three
Which Function key is used to run a program in QBasic?
F2
F3
F5
F7
———————— operator returns a TRUE value only if both the relational expressions are true.
LET
AND
INPUT
A set of characters is called a —————————-.
Program
Constant
Variable
String
—————————— is the process of finding and removing errors in computer programs.
Program
Debugging
Instruction set
Bug
Which is a valid statement?
x=2$
A1=“62”
C=5
$A=“65”
Which operator checks whether the first value is less than or equal to the second value?
<
>=
<=
>
——————————— key combination is used to select File menu?
ALT+F4
ALT+V
ALT+B
ALT+E
