S3 Scratch Revision 1

S3 Scratch Revision 1

10th Grade

10 Qs

quiz-placeholder

Similar activities

FOR Loops Python

FOR Loops Python

9th - 12th Grade

12 Qs

Week 3 Arduino Basics Quiz

Week 3 Arduino Basics Quiz

7th - 12th Grade

10 Qs

Apple Swift Playgrounds: Lesson Review: 4 - 6 Vocabulary

Apple Swift Playgrounds: Lesson Review: 4 - 6 Vocabulary

9th - 12th Grade

10 Qs

Python Iteration

Python Iteration

10th Grade

13 Qs

Code.org Unit 5 - Loops

Code.org Unit 5 - Loops

9th - 12th Grade

10 Qs

[AP CSP] Unit 4 Review: Functions and Lists

[AP CSP] Unit 4 Review: Functions and Lists

9th - 12th Grade

10 Qs

Intermediate Python

Intermediate Python

9th - 11th Grade

15 Qs

S3 Scratch Revision 1

S3 Scratch Revision 1

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Steven Gould

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

This allows you to store a value (like a score or a player name) while your program is running.

Variable

IF Statement

Fixed Loop

Conditional Loop

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

This allows you to repeat a section of code a set number of times

Variable

IF Statement

Fixed Loop

Conditional Loop

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

This allows you to repeat a section of code until an event takes place (for example, repeat until lives = 0)

Variable

IF Statement

Fixed Loop

Conditional Loop

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

This allows you to carry out an instruction, but only if a condition is true. (For example, move up only if the up arrow is pressed).

Variable

IF Statement

Fixed Loop

Conditional Loop

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What contstruct is missing?


__ touching colour black, go to start position, lives -1.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

This code should draw a square. Fill in the blank.


Repeat _ times, forward 100, right turn 90.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This script allows a sprite to move right if the right arrow is pressed during a game. What block has been blanked out?

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?