Scratch Lesson 5

Scratch Lesson 5

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

scratch quiz

scratch quiz

1st Grade - University

10 Qs

Scratch Vocabulary

Scratch Vocabulary

3rd Grade - University

9 Qs

Year 7 Scratch Baseline

Year 7 Scratch Baseline

7th - 8th Grade

12 Qs

Scratch Motion blocks

Scratch Motion blocks

6th Grade

10 Qs

Scratch Lesson 3

Scratch Lesson 3

6th - 8th Grade

7 Qs

computational thinking and programming

computational thinking and programming

3rd Grade - University

10 Qs

Intro to Programming

Intro to Programming

7th Grade

9 Qs

CS First Vocabulary

CS First Vocabulary

5th - 6th Grade

10 Qs

Scratch Lesson 5

Scratch Lesson 5

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Tracy Mayhead

Used 26+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this program when it is executed? (What will the sprite say?)

Sun, Rain, It’s raining

Sun, Rain, Rain

Sun, Rain, Rain, It’s raining

Sun, It’s raining

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Iteration?

Doing the same thing more than once

Running instructions in order

Making choices

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the process of finding an error in your code and taking steps to fix the problem?

Mending

Correcting

Debugging

Fixing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

From which menu on the left-hand side of the screen would you find the If blocks?

Variables

Events

Operators

Control

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What programming concept means following steps in order?

Sequence

Selection

Iteration

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What are the red blocks of code doing?

Iteration

Input

Calling a Subroutine

Selection

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

addition

Sprite costume

sound

storage location on a computer

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this program when it is executed? (What will the sprite say?)

10 ,11, Lunchtime, 12

10, 11, Lunchtime, 13

10, 11, 12, 13

10, 11, Lunchtime, 12, 13