wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

EOT Microbit and Electronics

Total questions: 48

Worksheet time: 34mins

Name
Class
Date
1.
Electronics is the science and technology concerned with regulating flow of:
a)
Heat
b)
Electricity
c)
Water
d)
Power
2.
Electricity is: 
a)
Flowing electrons
b)
Still electrons
c)
voltage x wattage
d)
amps x watts
3.
Choose the true statement below concerning DC currents:
a)
DC stands for Direct Computing and electrons flow in multiple pathways
b)
DC stands for direct current and electrons flow in multiple directions
c)
DC stands for direct current and the electrons do not flow
d)
DC stands for direct current and the electrons flow in only one direction
4.
The symbol for voltage is: 
a)
Vo
b)
V
c)
W
d)
Amp
5.
What does this picture show?
a)
A multimeter
b)
A breadboard
c)
A circuit board
d)
A resistor
6.

A small component that lights up

when current flows through it.

a)

resistor

b)

capacitor

c)

circuit

d)

light-emitting diode

7.

An .... circuit is any kind of circuit that is integrated onto a chip. It can be a radio transmitter, a microcontroller, an audio amplifier or any other circuit you can think of.

a)

integrated

b)

open

c)

disintegrated

d)

electronic

8.

The name of this component:

a)

diode

b)

resistor

c)

capacitor

d)

transistor

9.

The name of this component:

a)

photocell

b)

transistor

c)

potentiometer

d)

Capacitor

10.

The name of this component:

a)

resistor

b)

LED

c)

photocell

d)

source

11.

The image is the symbol for a:

a)

LED

b)

resistor

c)

diode

d)

conductor

12.

A potentiometer :

a)

holds electrical charge

b)

controls the direction of current flow

c)

varies resistance according to the amount of light

d)

is a variable resistor which is controlled by turning a knob

13.

A LED is an example of a Diode. What is the definition of Diode?

(HINT - an LED has a short leg and a long leg for this reason)

a)

Electricity needs to be controlled by a resistor for it to work

b)

It means LEDs can be multi-coloured

c)

A jumper wire needs to go to GND (ground) after it is connected to the LED

d)

Electricity can only flow through this component in one direction

14.

What is the function of a Push Button Switch?

a)

Input

b)

Processor

c)

Output

15.

What is the name of this component?

a)

Toast

b)

Breadboard

c)

circuit board

d)

bored

16.

Identify this part highlighted in the red box

a)

LED Grid

b)

I/O Connectors

c)

Processor

d)

USB

17.

What is a program?

a)

A series of step-by-step instructions that tell a computer how to solve a task/problem

b)

A video that is watched on the computer

c)

A flow chart written on a computer

d)

A series of steps in any order that tell a computer how to solve a task/problem

18.

What is the name of the editor you have used to code your Microbit?

a)

Scratch

b)

Python

c)

Block editor

d)

Excel

19.

In programming how is selection implemented?

a)

IF - OTHERWISE

b)

IF - ELSE IF - ELSE

c)

DO - ELSE

d)

IF - ELSE - DO

20.

Which function would you use on the Block editor to implement selection statement?

a)

Variables

b)

Maths

c)

Input

d)

Logic

21.

This is an example of what data type?

Jacob = 10

a)

String

b)

Boolean

c)

Float

d)

Integer

22.

What information does a 'string' contain?

a)

Whole numbers

b)

Decimal numbers

c)

Text

d)

True or false

23.

Transistors act like tiny "____________."

a)

Electron sources

b)

Switches

c)

Batteries

d)

Bees?

24.

As well as acting like a switch, another function of the transistor is to____________signals?

a)

rectify

b)

amplify

c)

limit

d)

control

25.

transistor has 3 electrodes namely

a)

PNP

b)

NPN

c)

Base/ Collector/ Emitter

d)

Drain/ Gate/ Source

26.

What family is the transistor part of?

a)

LED

b)

Diode

c)

Semiconductor

d)

Resistor

27.

In what year was the transistor invented?

a)

1948

b)

1950

c)

1958

d)

1946

28.

Where was the transistor invented?

a)

Bell Labs

b)

Draper Labs

c)

MIT

d)

WPI

29.

What is this pin called with the arrow?

a)

Emitter

b)

Base

c)

Collector

d)

Transistor

30.

What is this pin called with the arrow?

a)

Emitter

b)

Base

c)

Collector

d)

Transistor

31.

What is this?

a)

Vacuum Tube

b)

Transistor

c)

Circuit

d)

Star Wars Character

32.

The duty cycle in a PWM (Pulse Width Modulation) signal is...

a)

The percentage of ON time over the time period

b)

The percentage of OFF time over the time period

c)

The total (ON and OFF) time over the time period

d)

None of the above

33.

What is a computer bit?

a)

The smallest unit of data in a computer, for example a 0 or 1.

b)

The smallest part of a computer, for example a mouse.

c)

The largest amount of data in a computer, for example a yottabyte.

d)

The largest part of a computer, for example a main frame.

34.

What is an algorithm?

a)

A set of instructions to solve a problem.

b)

A list of information.

c)

An ordered structure of data.

d)

A binary number.

35.

What base is binary?

a)

10

b)

1

c)

2

d)

16

36.

Which of the following is an input for the microbit?

a)

Press button C

b)

On shake

c)

Drop it on the desk

d)

Show a string

37.

Which of the following is an output for the microbit?

a)

Press button C

b)

On shake

c)

Drop it on the desk

d)

Show a string

38.

On a microbit which menu do you use to 'show leds'?

a)

Basic (blue)

b)

Input (pink)

c)

Logic (taupe)

d)

Variables (red)

39.

On a microbit which menu do you use to 'create a new variable'?

a)

Basic (blue)

b)

Input (pink)

c)

Logic (taupe)

d)

Variables (red)

40.

On a microbit which menu do you use to 'pick random'?

a)

Basic (blue)

b)

Input (pink)

c)

Math (purple)

d)

Variables (red)

41.

When downloading a file onto the microbit what do you need to look out for?

a)

A flashing orange light.

b)

A flashing red light.

c)

A beeping noise.

d)

Nothing.

42.

How many variables are in this code?

a)

1

b)

2

c)

0

43.

In this code block you can see the commands - digital write pin. How do you explain the difference in the values 0 and 1?

a)

They are positive and negative

b)

The represent the amount of voltage

c)

They switch the pin on (1) and off (0) using the binary number system.

d)

They are emojis

44.

In this code block you can see the commands - analog read pin. Explain what this means?

a)

it reads the voltage value passing through pin0

b)

It reads a book

c)

It reads the algorithm

d)

It counts the pins

45.

Why do we need resistors in a circuit when using LEDs, and what might happen if we don’t use them?

4 lines
46.

What is the purpose of the Micro:bit’s LED matrix, and how would you use it in a program?

4 lines
47.

State two components that can be connected to the Micro:bit using the prototyping board and explain them.

4 lines
48.

Describe a real-world application where an LDR (Light Dependent Resistor) could be useful.

4 lines