Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

quiz-placeholder

Similar activities

Scratch - Movement and Pseudocode

Scratch - Movement and Pseudocode

7th Grade

11 Qs

scratch

scratch

4th - 6th Grade

10 Qs

Introduction to Scratch

Introduction to Scratch

6th - 8th Grade

10 Qs

scratch grade 6 FIS

scratch grade 6 FIS

4th Grade

12 Qs

Scratch

Scratch

5th Grade

11 Qs

Scratch Lesson 1

Scratch Lesson 1

6th - 10th Grade

11 Qs

Scratch Basics - Grade 4

Scratch Basics - Grade 4

4th Grade

10 Qs

Motion & Variables in Scratch

Motion & Variables in Scratch

6th - 7th Grade

10 Qs

Scratch!

Scratch!

Assessment

Quiz

Computers

4th Grade - Professional Development

Medium

CCSS
5.G.A.1

Standards-aligned

Created by

Anthony Luiz

Used 674+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The Y axis is "Up" and "Down" 
True 
False 

Tags

CCSS.5.G.A.1

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is a loop?
Starting the program
Ending the program
Allows something to be repeated
Programs running

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is a variable?
Something that can change
Instructions telling the program what to do
Has an input and an output
Forever if

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of these would be most likely to be a variable in a game?

score

a castle backdrop

a "go to x;y" block

a costume for your sprite

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following best describes the BROADCAST function in Scratch?

Makes a speech bubble appear over your sprite's head

Plays a sound

Sends out an invisible signal

Changes the colors on the screen

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

If your sprite is at the coordinate 0,0 where on the screen is it?

Dead center

Bottom Left Corner

Top Left Corner

Top Right Corner

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is correct?

X Axis is left-right, Y Axis is up-down

Y Axis is left-right, Y Axis is up-down

Y Axis is only negative numbers, X Axis is only positive numbers

Y Axis is only positive numbers, X Axis is only negative numbers

8.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

If the "W" key moves the character up, which of the following is TRUE...

The code stack for W should include "Change y by -10"

The code stack for W should include "Change x by 10"

The code stack for W should include "Change y by 10"

The code stack for W should include "Change x by -10"