Scratch MIT Basics

Scratch MIT Basics

5th Grade

6 Qs

quiz-placeholder

Similar activities

Online Assignment 3 Grade 5

Online Assignment 3 Grade 5

5th Grade

10 Qs

S2 W2

S2 W2

3rd - 6th Grade

6 Qs

Asas Scratch Tahun 6

Asas Scratch Tahun 6

4th - 6th Grade

10 Qs

MIT App Inventor JC Assessment 1

MIT App Inventor JC Assessment 1

4th - 6th Grade

10 Qs

Girls Tech Together Vocab Review

Girls Tech Together Vocab Review

3rd - 5th Grade

7 Qs

Scratch Quiz ADVANCED

Scratch Quiz ADVANCED

5th - 8th Grade

11 Qs

SCRATCH

SCRATCH

5th - 11th Grade

10 Qs

Scratch Advanced Level Quiz

Scratch Advanced Level Quiz

3rd - 9th Grade

10 Qs

Scratch MIT Basics

Scratch MIT Basics

Assessment

Quiz

Other

5th Grade

Hard

Created by

Costas Pringipas

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are if statements used in Scratch MIT programming?

If statements are used in Scratch MIT programming to play music

If statements are used in Scratch MIT programming to change the background color

If statements are used in Scratch MIT programming to draw shapes

If statements are used in Scratch MIT programming to create conditional behaviors, allowing the program to make decisions based on certain conditions being true or false.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you work with sprites in Scratch MIT?

You can work with sprites in Scratch MIT by using a separate software to create and import them.

You can work with sprites in Scratch MIT by uploading your own images or choosing from the library of sprites provided by Scratch, and then using code blocks to make the sprites move, change appearance, and interact with other sprites.

You can work with sprites in Scratch MIT by manually drawing them using the code editor.

You can work with sprites in Scratch MIT by only using pre-made sprites provided by Scratch.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the concept of events in Scratch MIT with an example.

In Scratch MIT, events are used to trigger actions in response to certain conditions. For example, when the green flag is clicked, the program starts running. This is an example of an event triggering an action in Scratch MIT.

Events in Scratch MIT are used to change the color of the background.

Events in Scratch MIT are used to play music in the background.

Events in Scratch MIT are used to create 3D animations.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Provide an example of using x and y coordinates in Scratch MIT programming.

Example: Set x to 300 and y to 100

Example: Set x to 50 and y to 150

Example: Set x to 100 and y to 200

Example: Set x to 0 and y to 0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Create a program using a forever loop in Scratch MIT and describe its behavior.

The forever loop will randomly select which code to run

To create a program using a forever loop in Scratch MIT, you can use the 'forever' block from the Control category. This block will continuously repeat the code inside it. The behavior of the program will be to execute the code inside the forever loop indefinitely until the program is stopped.

The forever loop will only run the code once and then stop

The forever loop will cause the program to crash

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe the working of if statements in Scratch MIT with an example.

In Scratch MIT, if statements are used to change the background color

In Scratch MIT, if statements are used to draw shapes

In Scratch MIT, if statements are used to make decisions based on certain conditions. For example, if the score is greater than 10, then the character will jump.

In Scratch MIT, if statements are used to play music