Scratch - Operators, Ask, Join

Scratch - Operators, Ask, Join

7th Grade

7 Qs

quiz-placeholder

Similar activities

Intro to Small Basic

Intro to Small Basic

7th - 9th Grade

12 Qs

RIG Scratch Programming Exam ( Level-1)

RIG Scratch Programming Exam ( Level-1)

3rd - 9th Grade

12 Qs

Explaining Scratch Code - Basics

Explaining Scratch Code - Basics

5th - 11th Grade

10 Qs

Programming - Basic String Manipulation

Programming - Basic String Manipulation

2nd - 10th Grade

10 Qs

Bài Kiểm Tra

Bài Kiểm Tra

6th - 8th Grade

10 Qs

Module 2

Module 2

7th Grade

8 Qs

Kooltech+Captaincode3

Kooltech+Captaincode3

5th - 10th Grade

10 Qs

How to Make a Sprite

How to Make a Sprite

6th - 8th Grade

10 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