wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

QB64 : Grade 6

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

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

a)

PRINT

b)

LET

c)

INPUT

d)

CLS

2.

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

a)

PRINT

b)

LET

c)

INPUT

d)

CLS

3.

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

a)

PRINT

b)

LET

c)

INPUT

d)

CLS

4.

Which statement is used to take input from the user during the program execution?

a)

PRINT

b)

LET

c)

INPUT

d)

CLS

5.

Which statement is used to add comments?

a)

PRINT

b)

LET

c)

INPUT

d)

REM

6.

Which statement is used to assigning a value to a variable within a program?

a)

PRINT

b)

LET

c)

INPUT

d)

REM

7.

Select a valid string variable.

a)

HT%$

b)

Nm$

c)

Rl 24$

d)

4Name$

8.

How many types of programming statements are there?

a)

Four

b)

Two

c)

Three

d)

Seven

9.

How many types of variables are there?

a)

Four

b)

Two

c)

Three

d)

Seven

10.

Which variable requires a dollar sign at the end ?

a)

Numeric Variable

b)

String Variable