Y9 MB Assess

Y9 MB Assess

6th - 9th Grade

30 Qs

quiz-placeholder

Similar activities

Module 19 - Display Technologies 1

Module 19 - Display Technologies 1

9th - 12th Grade

26 Qs

Micro:bit Introduction Quiz

Micro:bit Introduction Quiz

9th Grade - University

30 Qs

Review 3 - Micro:bit and Makecode

Review 3 - Micro:bit and Makecode

6th Grade

25 Qs

Computational Thinking with micro:bit

Computational Thinking with micro:bit

7th Grade

25 Qs

Micro:bit

Micro:bit

6th Grade

30 Qs

Micro:bit and Programming Concepts Quiz

Micro:bit and Programming Concepts Quiz

6th - 8th Grade

30 Qs

MicroBit

MicroBit

7th Grade

35 Qs

Quiz Computer Repair - Ports

Quiz Computer Repair - Ports

9th - 12th Grade

25 Qs

Y9 MB Assess

Y9 MB Assess

Assessment

Quiz

Computers

6th - 9th Grade

Medium

Created by

Computing Department

Used 11+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You would like to build a micro:bit project that provides audio feedback to the user, e.g. a beep or a short tune. Which of the following sentences is true?

It is not possible to generate audio output with the micro:bit.

You can use the micro:bit's accelerometer to provide audio feedback.
You can use the micro:bit's built-in speaker or connect an external speaker to provide audio feedback.
You can use the micro:bit's camera to provide audio feedback.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sensor, built into the micro:bit, would be used in order to detect ‘gestures’, such as shaking or titling?

gyroscope
infrared sensor
temperature sensor
accelerometer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

 The LED is supposed to be controlled (turned on or off) using pin 0. The arrow shows that one of the crocodile clips has not been connected to a pin. Which pin should it be connected to?

Power (3V)

Ground (GND)

2

1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In Figure 1, you are supposed to use pin 0 to control the LED (turn it on or off). Which piece of code would you use to turn the LED on, assuming the wiring is correct?

pin0 = 1

pin0.read_digital() == 1

pin0.write_digital(1)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When the Program is executed, what will the user see on the micro:bit display after button A has been pressed once?

1

>

nothing

display.show

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When the Program is executed, what will the user see on the micro:bit display after button A has been pressed twice?

1

0

-1

>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When will line 7 of Program 1 be executed?

never

  1. executed once, after button A has been pressed twice.

  1.  executed every time button A is pressed.

executed constantly, i.e. in every round of the while loop.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?