wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Unit 09 - QBASIC

Total questions: 21

Worksheet time: 14mins

Name
Class
Date
1.

The statement used to display the output on the screen is _______.

a)

INPUT

b)

LET

c)

PRINT

2.

QBASIC screen is also called QBASIC Editor.

a)

True

b)

False

3.

F3 key is pressed to execute or run the program to get the result.

a)

True

b)

False

4.

In PRINT command, the message is closed in ______.

a)

Double Quotes

b)

Semicolons

c)

Single Quotes

5.

QBASIC works with ---------- and --------- data.

a)

Numeric and non- numeric

b)

Numeric and discrete

c)

Discrete and non discrete

6.

There are ------- types of character sets.

a)

1

b)

3

c)

5

7.

'#' (hash) is a ---------- character.

a)

Special

b)

Alphabet

c)

Number

8.

Mohammed Feroz wants to add two numbers using QBASIC. Suggest him the operator needed for this purpose.

a)

*

b)

>=

c)

%

d)

+

9.

The computer ignores the _____statement when you run the program.

a)

Clear Screen

b)

Remark

c)

Print

10.

QBASIC file save with an extension _____

a)

.b

b)

.bs

c)

.bas

11.

4*31+10*16/2+(4^2)

a)

120

b)

220

c)

210

12.

Reserved word has a special meaning and function for the computer.

a)

TRUE

b)

FALSE

13.

To add space between items , we use ____in QBASIC

a)

Semi Colon

b)

Colon

c)

Comma

14.

what will be the output:

PRINT "24 + 5 - 9"

a)

24+5

b)

20

c)

24+5-9

15.

Which rule computer uses to find the value of an expression?

a)

BODMAS

b)

BOMDAS

c)

BOSMAD

16.

What is the Output:

PRINT 60*24

(a)  

17.

What is the Output:

PRINT "QBASIC";"EDITOR"

(a)  

18.

What is the Output:

PRINT "how are you?"

(a)  

19.

What is the Output:

PRINT "My weight is" ; 60/2

(a)  

20.

What is the Output:

PRINT "9 - 9"

(a)  

21.

Enter Your Name and Admission Number:

4 lines