Scratch 3.0

Scratch 3.0

5th Grade

9 Qs

quiz-placeholder

Similar activities

Scratch Programming Quiz

Scratch Programming Quiz

4th Grade - University

10 Qs

7.4 Advance Function

7.4 Advance Function

1st - 5th Grade

10 Qs

Computer 5 Quiz #1 (3rd Quarter)

Computer 5 Quiz #1 (3rd Quarter)

5th Grade

10 Qs

Scratch Coding

Scratch Coding

KG - 5th Grade

10 Qs

Scratch Vocabulary

Scratch Vocabulary

3rd Grade - University

9 Qs

Tynker Review

Tynker Review

1st - 5th Grade

14 Qs

Scratch Programming

Scratch Programming

5th Grade

10 Qs

scratch quiz

scratch quiz

1st Grade - University

10 Qs

Scratch 3.0

Scratch 3.0

Assessment

Quiz

Computers

5th Grade

Hard

Created by

Dr. Knowledge

Used 151+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

How many command tabs are there in scratch 3.0

5

9

7

8

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the first variable named when you open scratch 3.0

My variable

Score

Variable 1

Scratch variable

3.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

To make an object turn, the turn 15 degrees command is in the Motion section, So in which section the forever loop command to make the sprite to turn forever?

Control

Events

Motions

looks

4.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

Which is the first command block in the sounds section?

Start sound Pop

Stop all sounds

Play sound Pop until done

Clear sound effect

Change Pitch by by 10

5.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

Which is the default sprite in scratch

Cat

Balerina

Bear

Pico

6.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

Does the X axis is the one that moves from ______________

Side to side

To the center

Up and down

Diagonally

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

How do you make a walking animation using the cat sprite

Inside a forever loop block add a next costume black and a wait 1 second block

Inside a forever loop block, place the following block in this order:

.Switch costume to costume 1

. Wait 1 second

. Switch costume to costume 2

Inside a forever loop block add a next costume block.

Inside a forever loop block, place the following block in this order:

.Switch costume to costume 1

. Switch costume to costume 2

Answer explanation

The two answers are correct because with both the codes will make the walk if you have not added any costume

8.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

When you start a new scratch project, the default cat sprite will be at coordinates

X: 100

Y: 100

X:0

Y:0

X: -100

Y: -50

X: 25

Y: 50

9.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

At default, the turn _______ degrees block has __ numbers at default

15

30

90

60