Scratch Programming Concepts and Logic

Scratch Programming Concepts and Logic

Assessment

Interactive Video

Computers

6th - 8th Grade

Hard

Created by

Thomas White

FREE Resource

In lesson 7, the tutorial covers the use of relational operators and if statements in Scratch programming. It explains how to create a program that decides outputs based on user input, specifically age, using greater than, less than, and equal to operators. The lesson demonstrates building a multi-option program and tests it with various inputs. The tutorial concludes with a preview of the next lesson, which will focus on creating a numbers game involving input, output, and random numbers.

Read more

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main focus of Lesson 7 in the Scratch programming series?

Loops and iterations

Functions and procedures

Selection statements and relational operators

Variables and data types

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a relational operator used for in programming?

To perform arithmetic operations

To compare two numbers

To store data

To create loops

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a relational operator in Scratch?

Equal to

Less than

Multiply

Greater than

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you remember the 'less than' symbol using your hands?

Right hand is less than

Both hands are equal

Left hand is less than

Neither hand is less than

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the age categorization program, what does the program output if the age is exactly 25?

No output

25 is the perfect age

You are young

You are old

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why can't a single if block handle three conditions in Scratch?

Scratch does not support if blocks

If blocks require additional blocks for more conditions

If blocks can only handle two conditions

If blocks are only for loops

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using nested if blocks in the age categorization program?

To avoid using variables

To make the program run faster

To simplify the code

To handle multiple conditions

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the program output if the input age is 11?

No output

25 is the perfect age

You are still young

You are old

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the next topic to be covered in the following lesson?

Building a numbers game

Advanced loops

Creating animations

Using sound in Scratch