Scratch Exam Review Quarter 3 - 2023

Scratch Exam Review Quarter 3 - 2023

10th Grade

36 Qs

quiz-placeholder

Similar activities

Year 11 Revision: Unit 2.1-Algorithms

Year 11 Revision: Unit 2.1-Algorithms

10th Grade

31 Qs

GameMaker 3rd qtr

GameMaker 3rd qtr

9th - 12th Grade

40 Qs

Introduction to Programming Unit 1: AP CSP

Introduction to Programming Unit 1: AP CSP

9th - 12th Grade

37 Qs

Python Quiz

Python Quiz

5th - 12th Grade

40 Qs

Code.org Express course 6th Grade

Code.org Express course 6th Grade

5th - 10th Grade

32 Qs

SCRATCH TEST 2

SCRATCH TEST 2

9th - 12th Grade

40 Qs

Foundations of Programming

Foundations of Programming

9th - 12th Grade

40 Qs

Python  conditionals, and loops |Part 3

Python conditionals, and loops |Part 3

10th Grade

36 Qs

Scratch Exam Review Quarter 3 - 2023

Scratch Exam Review Quarter 3 - 2023

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Tim Girard

Used 37+ times

FREE Resource

36 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Examine this Scratch code.

When you click the Green Flag, you want the timer to count 5 seconds. Then, you want the sprite to move to different location. However, after 5 seconds, nothing happens.

How do you fix this mistake?

Broadcast start game must be inside repeat until, not after.

Broadcast start game must be after repeat forever.

Repeat forever should be inside repeat until.

Repeat forever should be removed.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Examine this Scratch code.

When you click the Green Flag, you want the timer to count 5 seconds. Then, you want the sprite to move to different location. However, after 5 seconds, nothing happens.

What is the reason why nothing is happening?

Broadcast start game is never sent.

The time variable never counts down.

Glide is constantly starting from the beginning, so it looks like it's not moving.

It is not your fault, because Scratch is just being weird. Like that cat with the really weird smile. So weird. Like the teacher.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which Scratch code best represents the decision in the flowchart shown?

If Then Else

Repeat Until

Repeat Forever

Variable water

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which Scratch code best represents the decision in the flowchart shown?

If Then Else

Repeat Until

Repeat Forever

Variable water

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which Scratch code best represents the start in the flowchart shown?

If Then Else

Repeat Until

Repeat Forever

Variable water

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

You want the program to say who won. However, no matter what the scores are, it always skips to Thank you for playing!

How do you fix this mistake?

Put all the code, except for When I receive, into a Repeat Forever.

Add Wait 2 seconds before Say Thank you for playing!

The 2nd If Then is wrong. It should be instead:

If player 1 score < player 2 score Then

Use Broadcast Thank you for playing! instead of Say Thank you for playing!

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

After about half a minute, you want the program to say Game is over!

Why is it risky to code like this?

Broadcast does not work with more than 1 receiver.

The two When I receive message1 happen at the same time. That means repeat until might stop BEFORE time is set to 30.

Repeat until is not as reliable as repeat over.

You should not set time to time - 1 inside repeat until.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?