MakeCode Blocks Review

MakeCode Blocks Review

7th - 11th Grade

5 Qs

quiz-placeholder

Similar activities

Wk10 Microbit MakeCode Quiz

Wk10 Microbit MakeCode Quiz

9th - 12th Grade

10 Qs

DRUMS KIT

DRUMS KIT

8th Grade

9 Qs

MAKE A HI-FI

MAKE A HI-FI

7th Grade

10 Qs

Loops & Conditional Blocks in Scratch

Loops & Conditional Blocks in Scratch

6th - 12th Grade

10 Qs

SCRATCH

SCRATCH

4th - 8th Grade

10 Qs

Microbit 3

Microbit 3

6th Grade - University

10 Qs

Makecode Game Codes

Makecode Game Codes

5th - 8th Grade

5 Qs

TALK TO ME

TALK TO ME

6th - 10th Grade

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.