Scratch Lesson 2

Scratch Lesson 2

6th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

Scratch 1 - Variables

Scratch 1 - Variables

7th Grade

4 Qs

Scratch Programming Sequencing Quiz

Scratch Programming Sequencing Quiz

7th Grade

4 Qs

Python. Урок 1

Python. Урок 1

6th - 8th Grade

8 Qs

Guess that shoe!69

Guess that shoe!69

KG - University

10 Qs

Intro to Python

Intro to Python

KG - University

10 Qs

Year 7 - Sequence Selection Variables Subroutines

Year 7 - Sequence Selection Variables Subroutines

7th Grade

11 Qs

Y7 - SUM - Programming Essentials in Scratch

Y7 - SUM - Programming Essentials in Scratch

8th Grade

10 Qs

7.1.7 - Programming Essentials: Variables

7.1.7 - Programming Essentials: Variables

6th Grade

4 Qs

Scratch Lesson 2

Scratch Lesson 2

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Tracy Mayhead

Used 22+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would the output of “say weather” be at the end of this program?

rain

cloudy

rain, sun, rain, cloudy

weather

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What value would be held by the ‘name1’ variable and the ‘name2’ variable at the end of this program?

name1 = Jordan name2 = Riley

name1 = Riley name2 = Jordan

name1 = Jordan name2 = Jordan

name1 = Riley name2 = Riley

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What programming concept means following steps in order?

Selection

Sequence

Iteration

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How do the following blocks relate to each other?

When the program reaches the ask_name block


- it calls the subroutine - define ask_name

When the program reaches the define ask_name block


- it calls the subroutine - ask_name

define ask_name is a variable and ask_name calls a variable

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Below define ask_name, there are two variables being used. What are their names? (click on 2 answers)

answer

say

name

join

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you create a variable, you have to give it a name and value?

True

False