Microcontrollers
Earth and Space Science
Probability and Statistics
Coding
Engineering Design Process
100

On a microcontroller, this type of programmable pin can be configured to either read or send digital signals.

What is a GPIO pin?

100

This phase of the Moon occurs when it is fully illuminated as seen from Earth.

What is a full moon?

100

Relating to probability, this number represents an event that will occur with absolute certainty.

What is 1?

100

This statement is used to make decisions between two possible paths in code.

What is an if statement?

100

After brainstorming possible solutions, engineers typically create this early version of a product to test their ideas.

What is a prototype?

200

This mechanism, when activated, temporarily halts the main program in order to process a high-priority task.

What is an interrupt?

200

This layer of Earth lies directly beneath the crust and is responsible for plate tectonics.

What is the mantle?

200

In probability theory, this term describes the event that occurs if at least one of two events happens.

What is the union?

200

This keyword is commonly used to define a reusable block of code.

What is a function?

200

In the engineering design process, this initial step establishes the need or challenge that a solution must address.

What is defining the problem?

300

When a button is not pressed, this component keeps a microcontroller input reading as high instead of floating. 

What is a pull-up resistor?

300

Earth’s seasons are primarily caused by this feature of the planet, not its distance from the Sun.

What is Earth's axial tilt?

300

After flipping five heads in a row with a fair coin, this is still the probability of heads on the next flip.

What is 1/2?

300

In languages like C, a string is implemented as an array of this data type.

What is a char?

300

Engineers often list budget, materials, safety requirements, and time limits in this category of design limitations.

What are constraints?

400

In signal processing, this quantity measures how many oscillations occur per second.

What is frequency?

400

This part of Earth’s atmosphere absorbs most of the Sun’s harmful ultraviolet radiation.

What is the ozone layer?

400

As the number of fair coin flips increases, the distribution of total heads becomes symmetric and concentrated around the average, following this common statistical pattern.

What is a bell curve?

400

In Big-O notation, this term describes an algorithm whose runtime grows linearly with the size of its input.  

What is O(n)?

400

After a design works, engineers often adjust it to make it better, faster, or more efficient in this improvement step.

What is optimization?

500

This company is the world's largest provider of processor IP (Intellectual Property) licenses, and holds 99% of the shares in the smartphone chip market.

What is ARM?

500

The farther a galaxy is from Earth, the faster it appears to be moving away — evidence for this phenomenon.

What is the expansion of the universe?

500

In a continuous probability distribution, the probability of observing any single exact value is this.

What is 0?

500

In Python, this keyword allows a program to use functions defined in another file or module.

What is import?

500

Gathering input from users, clients, or communities before finalizing a design helps ensure alignment with these affected groups.

What are stakeholders?