Scratch Lesson 2

Scratch Lesson 2

6th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

Online Safety

Online Safety

3rd - 6th Grade

10 Qs

Scratch 1 End of unit

Scratch 1 End of unit

6th Grade

10 Qs

Programming in Scratch L2

Programming in Scratch L2

6th Grade

4 Qs

Year 7 Summative assessment - Scratch 1

Year 7 Summative assessment - Scratch 1

7th - 9th Grade

10 Qs

Teach Computing Programming Essentials (Y7) End of Module Quiz

Teach Computing Programming Essentials (Y7) End of Module Quiz

7th Grade

10 Qs

stay safe online kids

stay safe online kids

8th Grade

11 Qs

Python Inputs

Python Inputs

7th - 8th Grade

10 Qs

Python Data Types and Arithmetic Quiz

Python Data Types and Arithmetic Quiz

8th Grade

7 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