wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

qbasic grade 6

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

QBASIC is a _ _ _ _ _ _ _ _ _ _ _ language

(a)  

2.

what is the full form of QBasic?

a)

Quick Beginners All-purpose Symbolic Instruction Code.

b)

Question Beginners All-purpose Symbolic Instruction Code.

c)

Quicker Beginners All-purpose Symbolic Instruction Code.

d)

none

3.

it belongs to __________ level programming language

a)

higher

b)

high

c)

lower secondary

d)

secondary

4.

what is used in QBASIC

a)

.exe

b)

.jpg

c)

.png

d)

.ppt

5.

which key do you need to clear the welcome box dialogue?

a)

alt

b)

ctrl

c)

ins

d)

esc

e)

home

6.

where is the title bar located?

a)

top of the window

b)

below menu bar

c)

at the down of the screen

d)

left down

7.

where is the menu bar

a)

right up the screen

b)

below the title bar

c)

down the screen

8.

what does CLS stand for?

a)

company leisure screen

b)

clear screen

c)

clean screen

d)

custom screen

9.

_ _ _ _ _ command displays the output on the screen

(a)  

10.

QBASIC is a version of

a)

BASIC

b)

POWER BASIC

c)

VISUAL BASIC

d)

GWBASIC

11.

The character set in QBasic is

a)

string,numeric,hash

b)

numeric,letters,special chacarters

c)

alphabet,numbers,numerics

d)

command, statement,print

12.

x=5

a)

is numeric constant

b)

is alphabet constant

c)

is algebraic constant

d)

is string constant

13.

an example of a string constant is

a)

"123"

b)

-7

c)

4rs

d)

5/6

14.

(a)   statement is used for accepting a value

15.

which statement doesn't make any difference to the program

a)

PRINT

b)

REM

c)

CLS

d)

LET