wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Unit-8 (QB64) Year-6

Total questions: 22

Worksheet time: 11mins

Name
Class
Date
1.

Which command is used in QB64 to Display a value, message or output on the monitor?

a)

PRINT

b)

LET

c)

INPUT

d)

CLS

2.

Which command is used in QB64 to Display a blank line?

a)

PRINT

b)

LET

c)

INPUT

d)

CLS

3.

THE FILE NAME EXTENSION OF QB64 IS

a)

.DOCX

b)

.PPTX

c)

.JPG

d)

.BAS

4.

_________ DISPLAYS THE PROGRAM NAME

a)

TITLE BAR

b)

MENU BAR

c)

STATUS BAR

5.
Which of the following file extensions is typically used for QB64 programs?
a)
.py
b)
.cpp
c)
.bas
d)
.java
6.
Which statement is used to clear the screen in QB64?
a)
CLS
b)
CLEAR
c)
RESET
d)
ERASE
7.

(a)   COMMAND IS USED TO CLEAR THE OUTPUT SCREEN.

8.

The (a)   command is used for displaying the output on the screen.

9.

Which command is used in QB64 to clear the content of the screen?

a)

PRINT

b)

LET

c)

INPUT

d)

CLS

10.
What does BASIC stand for?
a)
Beginners All-purpose Symbolic Instruction Code
b)
Beginning Advanced symbol Instruction Code
11.
What does QBASIC Stand for?
a)
Quick Beginners All-purpose Symbolic Instruction Code
b)
Quick Best Advanced Symbols In Code
c)
Quick Beginning Advanced symbol Instruction Code
12.
What does PRINT in QBASIC do?
a)
Displays something to the screen
b)
Gives a remark in the program
c)
Takes input from the user
13.

Which Function key is used to run a program in QBasic?

a)

F2

b)

F3

c)

F5

d)

F7

14.

Which Function key is used to open an existing program in QBasic?

a)

Ctrl+P

b)

Ctrl+O

c)

Ctrl+N

d)

Ctrl+E

15.

Which is the actual workspace where you type a program?

a)

Program area

b)

Status area

c)

Menu bar

d)

Title bar

16.

______________ helps to scroll either to the left or to the right of the screen.

a)

Title bar

b)

horizontal scroll bar

c)

Vertical scroll bar

d)

Menu bar

17.

___________ shows the current position of the cursor.

a)

Program area

b)

Status area

c)

Status bar

d)

Title bar

18.

Which component of QB64 window shows the current position of the cursor?

(a)  

19.

A print command with no text displays an empty line on the output screen.

a)

True

b)

False

20.

After writing PRINT, the text should be written within single quote ( ' ).

a)

True

b)

False

21.

It helps to give a name to a file.

a)

Save

b)

Save As

c)

New

d)

Open

22.

This option is used to save changes in the existing file.

a)

Save

b)

Save As

c)

Open

d)

New