SCR1 Recap Day 2

SCR1 Recap Day 2

1st Grade

7 Qs

quiz-placeholder

Similar activities

Basic: Pass the Ball, Collect the Stars

Basic: Pass the Ball, Collect the Stars

1st - 3rd Grade

7 Qs

Scratch 2

Scratch 2

KG - University

10 Qs

L12 Scratch 3-5

L12 Scratch 3-5

1st - 5th Grade

12 Qs

Keyboard Movement in Scratch

Keyboard Movement in Scratch

1st - 4th Grade

10 Qs

Scratch Pong Game

Scratch Pong Game

1st - 4th Grade

7 Qs

Scratch Pen Quiz

Scratch Pen Quiz

KG - University

10 Qs

Computer Scratch lesson

Computer Scratch lesson

KG - Professional Development

10 Qs

Scratch Quiz - 3

Scratch Quiz - 3

KG - 9th 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