wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

STEAM Early Warning Systems with Micro:bits

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

An Early Warning System (EWS) is important because it:

a)

provides advance notice of potential hazards

b)

is used for entertainment purposes

c)

is a type of weather forecasting tool

d)

is a system for financial transactions

2.

Name three natural hazards that can be detected using data collection.

a)

Earthquakes, floods, and hurricanes

b)

Tornadoes, droughts, and wildfires

c)

Volcanic eruptions, landslides, and tsunamis

d)

All of the above

3.

To detect an earthquake, what type of data would you collect?

a)

Seismic data

b)

Weather data

c)

Traffic data

d)

Economic data

4.

What is the difference between an input and an output in a micro:bit system? Provide an example of each.

a)

An input is a signal or data received by the system, while an output is a signal or data sent from it. Example of input: button press; Example of output: LED display.

b)

An input is a signal or data sent from the system, while an output is a signal or data received by it. Example of input: LED display; Example of output: button press.

c)

An input and output are the same in a micro:bit system. Example of both: button press and LED display.

d)

An input is a power source for the system, while an output is a power drain. Example of input: battery; Example of output: motor.

5.

How can we make an Early Warning System more sustainable?

a)

By using renewable energy sources

b)

By increasing the system's complexity

c)

By reducing the number of sensors

d)

By relying solely on manual monitoring

6.

What are some possible outputs for an Early Warning System designed to detect a drought?

a)

Increased rainfall predictions

b)

Decreased water levels in reservoirs

c)

Higher humidity levels

d)

Improved crop yields

7.

One of the first places to implement an Early Warning System was for which hazard?

a)

Tsunami in Japan

b)

Earthquake in California

c)

Flood in Bangladesh

d)

Hurricane in Florida

8.

How does reducing LED intensity improve sustainability when using a micro:bit?

a)

By increasing energy consumption

b)

By reducing energy consumption

c)

By making the device larger

d)

By increasing the brightness

9.

Repeat loops are used in coding because they:

a)

allow for the execution of a set of instructions multiple times until a condition is met, which is useful in automating repetitive tasks such as monitoring conditions in an Early Warning System.

b)

help in writing code that is executed only once, which is useful for initializing variables in an Early Warning System.

c)

are used to handle exceptions and errors in an Early Warning System.

d)

are primarily used for user input validation in an Early Warning System.

10.

What would happen if your micro:bit code was missing an output command?

a)

The code would run without displaying any output.

b)

The code would display an error message.

c)

The micro:bit would shut down.

d)

The code would run twice as fast.