Font size
WorksheetsUnit 09 - QBASIC
Total questions: 21
Worksheet time: 14mins
The statement used to display the output on the screen is _______.
INPUT
LET
QBASIC screen is also called QBASIC Editor.
True
False
F3 key is pressed to execute or run the program to get the result.
True
False
In PRINT command, the message is closed in ______.
Double Quotes
Semicolons
Single Quotes
QBASIC works with ---------- and --------- data.
Numeric and non- numeric
Numeric and discrete
Discrete and non discrete
There are ------- types of character sets.
1
3
5
'#' (hash) is a ---------- character.
Special
Alphabet
Number
Mohammed Feroz wants to add two numbers using QBASIC. Suggest him the operator needed for this purpose.
*
>=
%
+
The computer ignores the _____statement when you run the program.
Clear Screen
Remark
QBASIC file save with an extension _____
.b
.bs
.bas
4*31+10*16/2+(4^2)
120
220
210
Reserved word has a special meaning and function for the computer.
TRUE
FALSE
To add space between items , we use ____in QBASIC
Semi Colon
Colon
Comma
what will be the output:
PRINT "24 + 5 - 9"
24+5
20
24+5-9
Which rule computer uses to find the value of an expression?
BODMAS
BOMDAS
BOSMAD
What is the Output:
PRINT 60*24
(a)
What is the Output:
PRINT "QBASIC";"EDITOR"
(a)
What is the Output:
PRINT "how are you?"
(a)
What is the Output:
PRINT "My weight is" ; 60/2
(a)
What is the Output:
PRINT "9 - 9"
(a)
Enter Your Name and Admission Number:
