Scratch - Operators, Ask, Join

Scratch - Operators, Ask, Join

7th Grade

7 Qs

quiz-placeholder

Similar activities

Scratch Introduction Quiz

Scratch Introduction Quiz

1st - 8th Grade

12 Qs

Motion & Variables in Scratch

Motion & Variables in Scratch

6th - 7th Grade

10 Qs

Bài Kiểm Tra

Bài Kiểm Tra

6th - 8th Grade

10 Qs

Scratch Basics

Scratch Basics

7th Grade

12 Qs

Event based programming

Event based programming

6th - 8th Grade

10 Qs

python interim review quiz

python interim review quiz

7th - 8th Grade

9 Qs

Coding Conversations

Coding Conversations

2nd - 8th Grade

6 Qs

Intro to Small Basic

Intro to Small Basic

7th - 9th Grade

12 Qs

Scratch - Operators, Ask, Join

Scratch - Operators, Ask, Join

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Mr. Stevens

Used 117+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When using join blocks, Scratch will automatically add a space between Hello and CAMS students.

True

False

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Operator blocks are used _________.

to define ranges for numbers or actions

to send a broadcast to other sprites

to script math equations

to change the appearance of a sprite

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which best explains what this chunk of code does?

The sprite will say Hi! if the user enters an answer that is less than 10 characters long and Bye! if the user enters an answer that is 10 characters or greater.

The user has to type in either Hi! or Bye! to run the program

The sprite will say Hi! if the user enters an answer that is 10 characters or greater and Bye! if the user enters an answer that is less than 10 characters long

When the program starts, the sprite will automatically say Hi! or Bye!

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When using an ask block, the Scratch program automatically stores the user's answer.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

John answered the question with his name. What will be displayed after he types in his name?

Hello John.

Hello John!

HelloJohn

What's your name? Hello John!

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Bill is having a problem. His program won't recognize an answer as correct or incorrect. Which blocks will fix his problem?

Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which chunk of code will accept more than one answer as correct?

Media Image
Media Image