Scratch Quiz #1

Scratch Quiz #1

Assessment

Flashcard

Computers

6th - 8th Grade

Easy

Created by

S Anello

Used 14+ times

FREE Resource

Student preview

quiz-placeholder

40 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Block to teleport a sprite across the stage:

Back

glide block

Answer explanation

The 'glide block' allows a sprite to move smoothly from one position to another, creating a teleportation effect. The other blocks do not provide this instantaneous movement feature.

2.

FLASHCARD QUESTION

Front

Move sprite down on stage:

Back

Change y by -10

Answer explanation

To move the sprite down on the stage, you need to increase the y-coordinate. 'Change y by -10' actually decreases the y value, which moves the sprite down. The other options affect the x-coordinate or move up.

3.

FLASHCARD QUESTION

Front

Repeating a statement more than once is called...

Back

Loop

Answer explanation

Repeating a statement more than once is known as a 'loop' in programming. A loop allows for the execution of a block of code multiple times, making it distinct from simple repetition, which does not imply a structured process.

4.

FLASHCARD QUESTION

Front

Part of the Scratch interface?

Back

Scripts Area

Answer explanation

The Scripts Area in the Scratch interface is where users create and organize their code blocks to control the behavior of sprites. It is distinct from the Stage, Panel, and Block Palette, making it the correct choice.

5.

FLASHCARD QUESTION

Front

Creating a loop in Scratch:

Back

Use a repeat block.

Answer explanation

To create a loop in Scratch, you use a repeat block. This block allows you to execute a set of instructions multiple times, making it essential for looping. Other options like variables or condition blocks do not create loops.

6.

FLASHCARD QUESTION

Front

Blocks controlling a sprite are called?

Back

Script

Answer explanation

The blocks that control a sprite are referred to as 'scripts'. They contain the instructions that dictate the sprite's behavior and actions in a program, making 'Script' the correct choice.

7.

FLASHCARD QUESTION

Front

Change sprite appearance with a different...

Back

Costume

Answer explanation

The correct choice is 'Costume' because in sprite-based programming, changing a sprite's appearance is typically done by selecting a different costume, which represents its visual look.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?