Scratch Lesson 2

Scratch Lesson 2

6th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

Cyberbullying Quiz

Cyberbullying Quiz

6th - 8th Grade

10 Qs

Tech Time Expectations 5th/6th

Tech Time Expectations 5th/6th

5th - 6th Grade

10 Qs

Survey Questions-Google Forms

Survey Questions-Google Forms

6th - 8th Grade

11 Qs

 Multiple choice questions - Sequencing

Multiple choice questions - Sequencing

6th Grade

8 Qs

Aviation

Aviation

KG - University

10 Qs

Express Course Lessons 1-3 Review

Express Course Lessons 1-3 Review

6th - 7th Grade

10 Qs

esafety

esafety

6th - 12th Grade

10 Qs

Python Programming

Python Programming

7th - 9th Grade

10 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