wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quizizz: Lesson 3.8 Line Follower - Student Activity Guide

Total questions: 28

Worksheet time: 15mins

Name
Class
Date
1.

In your Scratch project, your program should test if the colors pink, yellow, or green are touching black.

a)

True

b)

False

2.

In your Scratch project, your program should do the color tests continually using a forever loop.

a)

True

b)

False

3.

In your Scratch project, your program should initialize when the green flag is clicked.

a)

True

b)

False

4.

What is the purpose of adding a forever loop to the bottom of the existing script in the Scratch project?

a)

To make the program run only once

b)

To constantly check for the conditions in a loop

c)

To stop the program after one action

d)

To delete the script

5.

Why do we need three if-then blocks in the Scratch program as described in the instructions?

a)

To check for three different conditions separately

b)

To make the program faster

c)

To add more colors to the track

d)

To reduce the number of scripts

6.

Fill in the blank: In the Scratch program, the three color is touching blocks should be placed inside the ________ blocks so that each one sits in one of them.

a)

if-then

b)

repeat

c)

forever

d)

wait

7.

According to the instructions, what should you do after dragging in the three if-then blocks into the forever block?

a)

Drag the three color is touching blocks we set up so that each one sits in one of the if-then blocks.

b)

Delete the forever block and start over.

c)

Add a sound block to each if-then block.

d)

Change the color of the if-then blocks to blue.

8.

My program tests if the colors pink, yellow, or green are touching black.

a)

True

b)

False

9.

My program does these tests continually using a forever loop.

a)

True

b)

False

10.

My program initializes when the green flag is clicked.

a)

True

b)

False

11.

What is the definition of 'Computer Simulation'?

a)

A) Something that predicts new behavior of something by using a model created from rules based on existing data points.

b)

B) A type of computer hardware.

c)

C) A programming language.

d)

D) A video game.

12.

What is the main website for Scratch programming?

a)

Scratch homepage

b)

Python official site

c)

JavaScript.com

d)

Code.org

13.

Which link provides a sample project for Scratch?

a)

Sample Project

b)

User Guide

c)

Scratch Community

d)

Tutorial Videos

14.

Which link offers a walkthrough video for a coding activity in Scratch?

a)

Coding Activity Walkthrough Video

b)

Scratch Project Gallery

c)

Scratch Coding Tips PDF

d)

Scratch Community Forum

15.

Which type of Scratch blocks can be used to control the flow of a program?

a)

Control Blocks

b)

Motion Blocks

c)

Sensing Blocks

d)

Boolean Blocks

16.

Which Scratch block is used to repeat actions forever?

a)

forever

b)

if () then

c)

else

d)

move () steps

e)

color () is touching ()?

17.

Which Scratch block is used to make decisions based on conditions?

a)

forever

b)

if () then

c)

if() then, else

d)

move () steps

e)

color () is touching ()?

18.

Which type of Scratch blocks are used to move sprites?

a)

Control Blocks

b)

Motion Blocks

c)

Sensing Blocks

d)

Boolean Blocks

19.

Which block is used to move a sprite a certain number of steps in Scratch?

a)

move () steps

b)

turn right () degrees

c)

turn left () degrees

d)

color () is touching ()?

20.

Which block is used to sense if a color is touching another color in Scratch?

a)

color () is touching ()?

b)

move () steps

c)

forever

d)

if () then

e)

else

21.

Which type of Scratch blocks are used to check for true or false conditions?

a)

Control Blocks

b)

Motion Blocks

c)

Sensing Blocks

d)

Boolean Blocks

22.

What will this code make the sprite do?

a)

Sprite will forever glide to a random position

b)

Sprite will turn 180 degrees forever

c)

Sprite will forever jump to a random position

d)

All sprites will fly left and right for 1 second

23.

It is possible to add Maths into Scratch, what color blocks are these?

a)

Green

b)

Blue

c)

Yellow

d)

Orange

24.

It is possible to add Maths into Scratch, what is the Scratch Key Word used for it?

a)

Calculations

b)

Operators

c)

Calculators

d)

Operations

25.

What do you call a character in Scratch?

a)

Character

b)

Object

c)

Split

d)

Sprite

26.

Which option is used to create scores in scratch programming?

a)

Operators

b)

Events

c)

Variables

d)

Loops

27.

What should you do if you want to make Scratchy cat smaller?

a)

Decrease the X value.

b)

Increase the Y value.

c)

Change the Direction to 0.

d)

Change the Size to 50.

28.

Match the following blocks with the correct type.

a)

1.

Motion

b)

2.

Control

c)

3.

Event

d)

4.

Sound

e)

5.

Looks