Scratch - Operators, Ask, Join

Scratch - Operators, Ask, Join

7th Grade

7 Qs

quiz-placeholder

Similar activities

Algorithms and Scratch Basics

Algorithms and Scratch Basics

7th Grade

10 Qs

Variables, Selection, & Loops

Variables, Selection, & Loops

6th - 7th Grade

10 Qs

Scratch (25th July)

Scratch (25th July)

KG - University

9 Qs

Algoritma dan Pemrograman

Algoritma dan Pemrograman

7th Grade

12 Qs

Scratch Basics

Scratch Basics

7th Grade

12 Qs

computational thinking and programming

computational thinking and programming

5th Grade - University

10 Qs

Hari 3 - Kuis Coding dan Perkenalan AI

Hari 3 - Kuis Coding dan Perkenalan AI

7th Grade

10 Qs

Scratch

Scratch

6th - 8th Grade

6 Qs

Scratch - Operators, Ask, Join

Scratch - Operators, Ask, Join

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Mr. Stevens

Used 118+ 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