MakeCode Blocks Review

MakeCode Blocks Review

7th - 11th Grade

5 Qs

quiz-placeholder

Similar activities

Day#6

Day#6

1st Grade - University

10 Qs

Coding Quiz (3)

Coding Quiz (3)

7th Grade

8 Qs

Resturants

Resturants

4th Grade - Professional Development

10 Qs

Major Glitches of 2017 Review

Major Glitches of 2017 Review

6th - 8th Grade

6 Qs

R U A GEN Z?

R U A GEN Z?

5th Grade - University

10 Qs

Scratch Quiz 3 - 2026

Scratch Quiz 3 - 2026

4th - 11th Grade

10 Qs

VEX VR Automation and Conditional Statements

VEX VR Automation and Conditional Statements

7th - 8th Grade

9 Qs

Computer Scratch lesson

Computer Scratch lesson

KG - Professional Development

10 Qs

MakeCode Blocks Review

MakeCode Blocks Review

Assessment

Quiz

Computers, Fun, Other

7th - 11th Grade

Hard

Created by

KC Casey

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Difference between "on start" and "forever"?

"on start" only execute once.

"forever" only execute once.

"on start" will keep running in the background.

"forever" will keep running in the background.

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Which of the following statements about "A/B" buttons is true?

"A/B" buttons cannot be pushed down together.

The "A/B" buttons block is an output block.

For button A or B: This handler works when the button is pushed down.

For A and B together: This handler works when A and B are both pushed down.

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Which of the following statements about "on shake" is true?

Shake events only can be run once.

Only one shake mode can be used in this block.

Different shake modes can be used in this block.

This handler works when you do a gesture (like shaking the micro: bit)

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

What's the difference between "number" and "string"?

Numbers can be used to calculate.

The string can be used to calculate.

Micro: bit can display any text we want by "string" block.

Micro: bit can display any text we want by "number" block.

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Which of the following statements about the "Music" block is true?

"Music" block is an input block.

"Music" block is an output block.

"Music" block can only be used in the "on start" or "forever" block.

We can add a "music" block inside the "on shake" or "A/B" button blocks.