Chemistry & Biology
Earth & Space Science
Physics & Engineering
Computer Science & Mathematics
General STEM
100

The chemical formula for water.

What is H2O?

100

The layer of gases surrounding Earth.

What is an Atmosphere

100

1.) Define the problem

2.) Research

3.) Specify the problem and plan

4.) Design a prototype

5.) Test the prototype 

6.) Improve: Repeat and redesign as needed

What is the Engineering Design Process?

100

The python command to display text onto the window.

(Hint: We showed this in the Coders' Union Collab)

What is the print() command?

100

What does the acronym STEM stand for?

Science, Technology, Engineering, and Math

200

The basic unit of life.

What is a cell?

200

The gradual increase in Earth's average temperature.

What is Global Warming?

200

The force of attraction that pulls objects together?

What is gravity?

200

What is the area of a circle with a diameter of 2?

(Rounded to 4 decimal places)

3.1415 units^2

200

The SI unit for mass.

What is a kilogram?

300

What is the equation for the average density of an object or system.

(Hint: We discussed this when we made the Boats)

ρ = M / V

or

Average Density = Total Mass / Total Volume

300

The instrument used to measure earthquakes.

What is a Seismograph?

300

The resistive force between an object and a surface

(Hint: We discussed this with when we made Balloon Cars)

What is friction?

300

Convert the following to hexadecimal: 101101102

0xB6

300

The factor that you deliberately change in an experiment.

What is an independent variable?

400

What is the chemical equation for photosynthesis?

6CO2 + 6H2O + Energy → C6H12O6 + 6O2

400

The famous astronomer who discovered three laws of planetary motion, and has a comet named after him.

Who is Johannes Kepler?

400

The simple machine which consists of a wheel with a rope or chain

What is a pulley?

400

If sinθ = 5/13 and θ lies in Q1, cosθ=

12/13

400

The engineering discipline which deals with circuit design and electrical signals.

What is Electrical Engineering?

500

The organelle found in plants that is responsible for converting solar energy into chemical energy.

What is a chloroplast?

500

The apparent change in frequency of a sound or light wave as it moves toward or away from an observer.

What is the Doppler Effect?

500

The force that holds an object on a fluid.

(Hint: We discussed this when we made the Boats)

What is a Buoyant Force?

500

The mathematical function is func() implementing

def func(n: int):                                    

    if type(n) != int or n < 0: return None

    if n == 0 or n == 1: return 1             

    return n * func(n-1)                          

What is a factorial?

500

The universal law that explains why a balloon moves in the opposite direction when air rushes out of it.
 

What is Newton's Third Law of Motion?