SCR1 Recap Day 2

SCR1 Recap Day 2

1st Grade

7 Qs

quiz-placeholder

Similar activities

Scratch Quiz - 5

Scratch Quiz - 5

1st - 9th Grade

10 Qs

scratch

scratch

1st - 3rd Grade

12 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

KG - University

10 Qs

Scratch Quiz - Kiberone

Scratch Quiz - Kiberone

1st - 5th Grade

10 Qs

SCR1 Recap Day 3

SCR1 Recap Day 3

1st Grade

8 Qs

Scratch

Scratch

KG - University

10 Qs

L11 Pen blocks 3-5

L11 Pen blocks 3-5

1st - 5th Grade

10 Qs

Scratch Quiz

Scratch Quiz

KG - 8th Grade

10 Qs

SCR1 Recap Day 2

SCR1 Recap Day 2

Assessment

Quiz

Computers

1st Grade

Hard

Created by

Saturday Kids

Used 407+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What are coordinates used for?

To move a sprite up and down

To know the position of a sprite

To move a sprite to a specific position

To change the sprite costume

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which directions are X and Y?

X: Left & Right ; Y: Up and Down

X: Up and Down ; Y: Left and Right

X: Up and Down ; Y: Left and Down

All of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What are the coordinates of this ship?

X: -100 ; Y: 100

X:100 ; Y: -100

X:100 ; Y:100

X-100 ; Y-100

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can you make a bat sprite continuously flap its wings?

Using spacebar to trigger next costume

Using a forever loop and next costume

Using two sprites and hiding and showing both

Using clone and delete

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

How many steps will the sprite move when space key is pressed?

10

50

100

500

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

If I want to create a clone of myself, which two blocks do I need to have in my script?

When I start as a clone

Create clone of myself

Delete this clone

When green flag is clicked

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will you see when this code runs?

As the mouse moves, there will be clones created

There will be many clones appearing randomly

The sprite will be moving with the mouse

Nothing