Engineering
Mathematics
Physics
Chemistry
Coding
100

The type of engineer who designs circuits and electronics. 

What is electrical engineering?

100

The area of a circle is π times this measurement squared. 

What is the radius?

100

The most common unit of force.

What is a Newton?

100

The smallest unit of an element that retains its properties.

What is an atom?

100

This type of loop continues as long as its condition remains true.

What is a while loop?

200

This type of diagram shows how the parts of a system are connected.

What is a block diagram?

200

The value of sin(90°).

What is 1?

200

This fundamental constant is approximately 3.00 x 10^8 m/s.

What is the speed of light?

200

The pH of a neutral solution at 25°C.

What is 7?

200

A structure that holds multiple values of the same type in a single variable name.

What is an array?

300

The process of finding the best solution that balances multiple constraints, such as cost, schedule, and performance.

What is optimization?

300

If f′(x) > 0 on an interval, then f(x) is doing this over that interval.

What is increasing?

300

If you mix all colors of light, what color do you get?

What is white?

300

This type of chemical bond involves the sharing of electrons between atoms.

What is a covalent bond?

300

In object-oriented programming, this principle allows different classes to share methods from a parent class.

What is inheritance?

400

This lifecycle phase includes verification and validation activities to ensure the design meets requirements.

What is testing/evaluation?

400

In statistics, this type of error occurs when a true null hypothesis is incorrectly rejected.

What is a Type I error?

400

Energy possessed due to motion.

What is kinetic energy?

400

This type of reaction occurs in one step without intermediates, with the rate directly proportional to the concentration of a single reactant.

What is a first-order reaction?

400

Big-O notation describes this characteristic of an algorithm.

What is time (or space) complexity?

500

This technique analyzes how failures in components could affect the performance of an entire system and assigns a risk priority number.

What is FMEA (Failure Modes and Effects Analysis)?

500

This theorem guarantees that if a function is continuous on [a, b] and differentiable on (a, b), then there exists a point where the instantaneous rate of change equals the average rate of change.

What is the Mean Value Theorem?

500

This principle states that the total angular momentum of a closed system remains constant if no external torque acts on it.

What is the conservation of angular momentum?

500

This thermodynamic quantity predicts whether a reaction will occur under constant temperature and pressure.

What is Gibbs free energy / ΔG?

500

This sorting algorithm selects the smallest element and swaps it with the element in the first position, repeating through the list.

What is selection sort?