SCR1 Recap Day 2

SCR1 Recap Day 2

1st Grade

7 Qs

quiz-placeholder

Similar activities

11.	Sensing and Conditions (if-then)

11. Sensing and Conditions (if-then)

1st Grade

10 Qs

final scratch

final scratch

KG - 12th Grade

10 Qs

School - Function with inputs

School - Function with inputs

1st - 5th Grade

10 Qs

Scratch Quiz 1

Scratch Quiz 1

1st - 5th Grade

12 Qs

Scratch Coding

Scratch Coding

KG - 5th Grade

10 Qs

scratch quiz

scratch quiz

1st Grade - University

10 Qs

Pictoblox 6

Pictoblox 6

1st - 6th Grade

10 Qs

SCR1 Recap Day 4

SCR1 Recap Day 4

1st Grade

6 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