MakeCode Blocks Review

MakeCode Blocks Review

7th - 11th Grade

5 Qs

quiz-placeholder

Similar activities

Codesters P3.L1

Codesters P3.L1

6th - 9th Grade

10 Qs

Week 7 #1 - Conditionals, Predicates, and Variables

Week 7 #1 - Conditionals, Predicates, and Variables

7th - 12th Grade

8 Qs

Essentials 2.1.2

Essentials 2.1.2

8th Grade

10 Qs

VEX VR Automation and Conditional Statements

VEX VR Automation and Conditional Statements

7th - 8th Grade

9 Qs

Major Glitches of 2017 Review

Major Glitches of 2017 Review

6th - 8th Grade

6 Qs

MIT App Inventor Basics

MIT App Inventor Basics

9th - 12th Grade

10 Qs

Computer Scratch lesson

Computer Scratch lesson

KG - Professional Development

10 Qs

School - Clone 1

School - Clone 1

1st Grade - University

9 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.