School - Function

School - Function

1st - 5th Grade

9 Qs

quiz-placeholder

Similar activities

G1-2 Coding Quiz

G1-2 Coding Quiz

1st - 2nd Grade

12 Qs

Math Quiz

Math Quiz

1st Grade

10 Qs

Scratch Revision

Scratch Revision

3rd - 5th Grade

10 Qs

Scratch interface

Scratch interface

5th - 9th Grade

12 Qs

Scratch

Scratch

3rd - 5th Grade

10 Qs

Scratch Programming Quiz

Scratch Programming Quiz

1st - 5th Grade

9 Qs

grade 3 review for checkpoint3

grade 3 review for checkpoint3

3rd Grade

11 Qs

coding

coding

1st - 7th Grade

10 Qs

School - Function

School - Function

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Future Teacher

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is a myblock (function) used for in Scratch?

To create a clone

To play sound effects

To group code into one reusable block

To add a new sprite

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which section in Scratch allows you to create a function (custom block)?

Looks

Events

My Blocks

Motion

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What block appears when you create a new function?

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a benefit of using custom blocks?

They make your code longer

They make code more organized and reusable

They only work once

They are used only for costumes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You must use a loop inside every custom block.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using custom blocks can help make your project easier to understand.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The define [ ] block is used to write what the custom block will do.

True

False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of calling a custom block (function)?

To delete all code

To test the project

To run the set of instructions inside the function

o create a new sprite

9.

DRAG AND DROP QUESTION

1 min • 1 pt

To create a function, first you need to ​ (a)   it, then ​ (b)   it.

define
call