wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Microbit Development

Total questions: 40

Worksheet time: 21mins

Name
Class
Date
1.

What is a Microbit?

a)

Pocket-sized computer

b)

Microchip

c)

A unit of storage

d)

Microcontroller

2.

What is the function of the "Pick Random" block?

a)

Turns on a random Led on the Microbit

b)

Allows you to pick a random character out of a string.

c)

Allows you to pick a random number between two boundaries.

d)

Randomizes and mixes commands with each other for a surprise

3.

In which category can we find everything related to operations?

a)

Operations

b)

Loops

c)

Math

d)

Logic

4.

what are the dimensions of the led space on the Microbit?

a)

6x6

b)

4x4

c)

7x7

d)

5x5

5.

The logo of the Microbit can be used as a button.

a)

True

b)

False

6.

On what voltage does the Microbit function perfectly and normally.

a)

4.5 Volts

b)

3 Volts

c)

1.3 Volts

d)

6 Volts

7.

What is the function of the "On Start" block?

a)

Starts a sequence of flashing lights to tell the user that its turned on

b)

Does an action as soon as the Microbit is turned on

c)

Turns on the first led on the screen

d)

Turns on the Microbit

8.

Variables in Microbit can hold Numeric data types as well as Strings.

a)

True

b)

False

9.

What are the colors of the blocks related to loops?

a)

Green

b)

Yellow

c)

Blue

d)

Red

10.

What is an iteration in a for loop?

a)

Number of breaks between a repetition and the other

b)

A command inside of the loop

c)

Number of the repetition

d)

An added value to a variable created inside the loop

11.

how many pins are there on the Microbit?

a)

4 input/output, 1 GND and 1 voltage pin

b)

5 input/output, 2 GND and 1 voltage pin

c)

2 input/output, 1 GND and 2 voltage pins

d)

3 input/output, 1 GND and 1 voltage pin

12.

In what category can you find the "compass heading" block?

a)

Input

b)

Radio

c)

Logic

d)

Basic

13.

What does the "On Button Pressed" block do?

a)

Turns on the Microbit

b)

Does a command when a button is pressed

c)

no one knows

d)

plays a note every time you click on a button

14.

What is the frequency of the middle C pitch in the Music category?

a)

150 Hz

b)

225 Hz

c)

256 Hz

d)

314 Hz

15.

How can we describe the "Function" enclosing block?

a)

defines a series of actions that can be repeated throughout the code

b)

Makes sure that the enclosed block of code functions normally

c)

defines the error in a block of code and describes it to the developer

d)

takes in a name and that can be called anytime in the program.

16.

The "Plot Bar Graph" will allow us to illuminate multiple LEDs from minimum to maximum parameters

a)

True

b)

False

17.

What will this function do when called?

a)

Clears the screen after every 2 seconds

b)

Will repeatedly flash the LEDs for 2 seconds with 2 second off time

c)

Will light up the LEDs for 2 second, then turn them off for 2 seconds

d)

Will light up the LEDs for 3 seconds, then turn them off for 2 seconds

18.

What will this script do when ran?

a)

senses your face and gives you a picture of your mood when A is pressed

b)

calls a function called number to show different images every 1 second

c)

Allows you to pick a number from 0 to 2 and displays an image accordingly.

d)

Displays an image according to random value inside a variable when A button pressed

19.

Which part of the Jack goes in the Ground pin and which one goes into an input or voltage pin?

a)

lower part goes in Ground and upper part goes in any input pin

b)

lower part of the pin goes in input pin 1 and upper part goes in input pin 0

c)

upper part goes into the voltage pin and lower part in input pin 2

20.

What is the condition in this image?

a)

there i'snt a condition in this script

b)

sound greater than 140

c)

if statement

d)

bar graph plot from 255 to 255

21.

"for loops" only work if you give them a range of numbers to iterate through.

a)

True

b)

False

22.

In what Logic Block does "continue" block mostly make sense to be in?

a)

For loop

b)

While Loop

c)

If condition

23.

a servo motor is the only component that you cannot add to a Microbit

a)

True

b)

False

24.

what are the two ways in which you can power a Microbit (choose more than one)

a)

Power Outlet

b)

Battery

c)

USB cable

d)

Solar power on the board

25.

Which of the following are NOT examples of built-in Microbit Sensors?

a)

Light Sensor

b)

Temperature Sensor

c)

Pressure Sensor

d)

Compass

e)

Color Sensor

26.

What do the numbers 60 and 120 refer to?

a)

Angle

b)

RPM

c)

Random Value

d)

Acceleration

27.

What will this block do after running?

a)

Starts with position 200 and Lights up the LEDs North According to the light level

b)

Senses the light level and plots the graph with max: 200

c)

Will Forever plot graph 200 only

28.

What Category contains blocks related to communication between two Microbits

a)

Input

b)

Arrays

c)

Logic

d)

Radio

29.

What does "Open Source Platform" mean?

a)

Can be accessed by subscribers and Microbit owners only

b)

Has Alot of Libraries

c)

It is available to everyone

d)

Free Microbit and Trainings

30.

What is another language that can be used to program a Microbit aside from Microbit Blocks?

a)

Python

b)

JavaScript

c)

Java

d)

C++

31.

What does the accelerometer do?

a)

Makes the Microbit function faster

b)

Detects a change in speed

c)

senses the speed of the Microbit

d)

Detects Light intensity

32.

A Microbit has:

a)

3 Push-Buttons

b)

4 Push-buttons

c)

1 Push-Button

d)

2 Push-Buttons

33.

Identify this part

a)

Battery Connector

b)

Light Sensor

c)

USB port

d)

Ground

34.

LED: Light ______ Diode

a)

Electromagnetic

b)

Emitting

c)

Energy

35.

What are those blocks known as?

a)

Event Handlers

b)

Starters

c)

Loops

d)

Logic Gates

36.

What is an algorithm?

a)

A set of rules for the programming language being used including syntax

b)

Mathematical Notation (Log)

c)

A set of instructions to be followed in order to solve a problem

d)

A problem in the code that is readable and understandable and readable

37.

What company is Microbit related to?

a)

Google

b)

IBM

c)

Microsoft

d)

MIT students

38.

What Website is used to Program the Microbit?

a)

tinkercad.microbit.org

b)

makecode.microbit.org

c)

Programmiz.com

d)

Scratch.mit.edu

39.

What is the color of the Category related to Functions

a)

Green

b)

blue

c)

Yellow

d)

Purple

40.

What is the name of the board used to place components of a circuit for the Microbit?

a)

Electric Wiring Connector

b)

CH (Component Holder)

c)

CircuitBoard

d)

Breadboard