School - Function

School - Function

1st - 5th Grade

9 Qs

quiz-placeholder

Similar activities

SCRATCH

SCRATCH

4th - 8th Grade

10 Qs

Code.org Unit 3

Code.org Unit 3

3rd Grade

11 Qs

Scratch interface

Scratch interface

5th - 9th Grade

12 Qs

Scratch Programming Quiz

Scratch Programming Quiz

1st - 5th Grade

9 Qs

coding

coding

1st - 7th Grade

10 Qs

G1-2 Coding Quiz

G1-2 Coding Quiz

1st - 2nd Grade

12 Qs

(Intermediate) Week 9/10: Functions (Capstone Project)

(Intermediate) Week 9/10: Functions (Capstone Project)

KG - University

10 Qs

Scratch Program

Scratch Program

4th Grade

12 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