Scratch Basics
Conditional Statements & Variables
Networking & Cybersecurity
Stop-Motion & Spreadsheets
Scratch Advanced
100

What is the purpose of the MOTION category in Scratch?

It allows sprites to move and change direction.

100

What is the purpose of IF in a conditional statement?

It checks whether a condition is true.

100

What is a network?

A system of connected devices that share data.

100

What is stop-motion animation?

A filming technique where still images are played in sequence to create movement.

100

What are the X and Y coordinates in Scratch used for?

Positioning sprites on the stage.

200

What category contains actions like changing a sprite’s size and color?

LOOKS category.

200

What does ‘+’ do when used with two variables?

It adds them together.

200

Name two types of network connections.

Wired and wireless.

200

What is a green screen used for?

It allows backgrounds to be replaced in editing.

200

What block would you use to repeat an action forever?

The "FOREVER" loop block.

300

What does the EVENTS category do in Scratch?

It detects triggers like when a sprite is clicked or a key is pressed.

300

How can you make a variable in Scratch?

Use the "Make a Variable" button under the VARIABLES category.

300

What is phishing?

A cyberattack where someone tricks you into revealing sensitive information.

300

How do you navigate between sheets in a spreadsheet?

Click the sheet tabs at the bottom.

300

How do you make a sprite move in Scratch?

Use a "move [steps] steps" block.

400

How can you have Scratch accept input from a user?

Use the "ask [question] and wait" block.

400

What happens if an ELSE statement is missing in a conditional structure?

The program may not handle incorrect cases properly.

400

What is the role of a firewall in a network?

It protects against unauthorized access.

400

What is the difference between rows and columns?

Rows run across, columns run up and down.

400

How do you structure an algorithm for a game in Scratch?

Plan the sequence of actions using event, control, motion, and conditional blocks.

500

How can you use conditional statements in Scratch to check a user’s answer?

Use an "IF THEN ELSE" block to compare input with the correct answer.

500

What is debugging in Scratch?

Identifying and fixing errors in code.

500

Name two biometric security methods.

Fingerprint scanning, retinal scanning.

500

How do you change the width of multiple columns at once?

Select them, then drag the column border or use the format menu.

500

What is an example of a bug in Scratch?

A sprite not responding to user input as expected.