Scratch Lesson 2

Scratch Lesson 2

6th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

Technology Procedures

Technology Procedures

3rd - 8th Grade

9 Qs

Welcome to PLTW

Welcome to PLTW

6th - 8th Grade

11 Qs

MS Access

MS Access

8th - 9th Grade

10 Qs

Intro to DreamBox

Intro to DreamBox

6th - 8th Grade

9 Qs

Kodu Lesson Quiz

Kodu Lesson Quiz

7th - 9th Grade

11 Qs

How SMART are you?

How SMART are you?

7th - 10th Grade

10 Qs

Evaluating Websites

Evaluating Websites

6th - 7th Grade

6 Qs

Scratch 1 - Variables

Scratch 1 - Variables

7th 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