Scratch Programming Basics Quiz

Scratch Programming Basics Quiz

6th Grade

5 Qs

quiz-placeholder

Similar activities

Scratch (28th March)

Scratch (28th March)

KG - University

10 Qs

Scratch Movement

Scratch Movement

4th - 10th Grade

10 Qs

G7-SCRATCH AND PYTHON

G7-SCRATCH AND PYTHON

6th Grade

10 Qs

Scratch Prior Knowledge Gr6

Scratch Prior Knowledge Gr6

6th Grade

10 Qs

Class 1 Quiz

Class 1 Quiz

6th Grade

10 Qs

Lesson 7 scratch

Lesson 7 scratch

6th Grade

10 Qs

Scratch Quizz

Scratch Quizz

6th Grade

10 Qs

SCRATCH TMK TAHUN 6

SCRATCH TMK TAHUN 6

6th Grade

10 Qs

Scratch Programming Basics Quiz

Scratch Programming Basics Quiz

Assessment

Quiz

Computers

6th Grade

Medium

DOK Level 1: Recall, DOK Level 2: Skill/Concept

Standards-aligned

Created by

Jonathan Smith

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Scratch, what is the purpose of the "broadcast" block?

To change the costume of a sprite

To send a message to all sprites

To play a sound

To start a loop

Tags

DOK Level 1: Recall

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block would you use to make a sprite move continuously in Scratch?

Forever loop

Repeat 10 times

If-else block

Wait 1 second

Tags

DOK Level 1: Recall

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want a sprite to move to a specific position when it receives a message, which blocks would you use?

When I receive [message], move 10 steps

When I receive [message], go to x:0 y:0

When I receive [message], turn 15 degrees

When I receive [message], change costume

Tags

DOK Level 2: Skill/Concept

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you use the "when I receive [message]" block in Scratch?

It starts a script when a specific message is received

It stops all scripts

It changes the background

It plays a sound

Tags

DOK Level 1: Recall

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you ensure a sprite starts at a specific position every time the green flag is clicked in Scratch?

Use the "go to x: y:" block at the start of the script

Use the "move 10 steps" block at the start of the script

Use the "turn 15 degrees" block at the start of the script

Use the "broadcast" block at the start of the script

Tags

DOK Level 2: Skill/Concept