wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

GRADE 6 QUIZ 2

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

BLUE TEAM
What happens if a condition isn’t true in nested if?

a)

The program checks the next condition

b)

The program stops

c)

The sprite disappears

d)

The color changes

2.

GREEN TEAM
Reducing the number of steps to 1 makes motion:

a)

Slow

b)

Fast

c)

Random

d)

Stuck

3.

RED TEAM
What controls the mouse pointer on your screen?

a)

Keyboard

b)

Mouse or touchpad

c)

Screen

d)

Speaker

4.

RED TEAM
Which device helps move the pointer?

a)

Mouse

b)

Printer

c)

Speaker

d)

Flash drive

5.

GREEN TEAM
Which block is used to make a sprite move?

a)

Move block

b)

Wait block

c)

Sound block

d)

Repeat block

6.

GREEN TEAM
What happens when you increase the number of steps in the move block?

a)

The sprite moves faster

b)

The sprite stops moving

c)

The sprite changes color

d)

Nothing happens

7.

GREEN TEAM
What should you do to reduce the speed of the boat?

a)

Reduce the number of steps

b)

Add more sprites

c)

Change the background

d)

Increase the number of steps

8.

REDTEAM
What is the main purpose of nested conditions?

a)

To check multiple situations

b)

To add colors

c)

To stop the game

d)

To play music

9.

BLUE TEAM
Which operator is used when two conditions must both be true?

a)

And

b)

Or

c)

Not

d)

Add

10.

BLUE TEAM

What does the “or” operator do?

a)

Runs code if both conditions are true

b)

Runs code if at least one condition is true

c)

Stops the loop

d)

Repeats the same block

11.

BLUE TEAM
What happens when you press the space key?

a)

The program closes

b)

The boat starts to move

c)

The sprite disappears

d)

Nothing happens

12.

GREEN TEAM
The block “move 10 steps” means:

a)

Move slowly

b)

Move a short distance

c)

Move in reverse

d)

Stop completely

13.

GREEN TEAM
What is the opposite of “if” part?

a)

Else

b)

Then

c)

Repeat

d)

Next

14.

BLUE TEAM
What happens if the condition is false?

a)

The “else” part runs

b)

The sprite stops

c)

Nothing happens

d)

The program ends

15.

RED TEAM
If we increase step value from 1 to 10, the boat will move:

a)

Slower

b)

Faster

c)

Randomly

d)

Backward