Manufacturing
CAD
Electronics
Coding
Pop culture (SCIENCE)
100

A common mechanical fasteners used to connect 2 parts with a nut

Bolt

100

This 3D operation turns a 2D sketch into a solid by stretching it straight out.

Extrude

100

This component resists the flow of electric current

Resistor

100

This lets you add instructions and explanations about your code without affecting performance

Comment

100

in Jurassic Park, scientists extract dinosaur DNA from this insect trapped in amber

Mosquito

200

What do you need when you're 3D printing a part hanging in free space

Supports

200

This feature rounds sharp corners or edges to make designs smoother and safer.

Fillet

200

This popular microcontroller board is named after an Italian king and is often used by hobbyists

Arduino

200

This allows you to call a section of code multiple times in a program 

Function

200

In Stranger Things, the alternate dimension is called this — also a real physics term for a mirror-like space.

Upside down

300

The color that "cuts" for the laser cutter

Red

300

In CAD, this term describes how two parts are joined together in an assembly

Mates

300

The two potential outputs of an encoder

position and velocity


300

This would repeat a section of code a fixed number of times

For Loop

300

In Spider-Man 2, Doctor Octopus builds a miniature version of this type of nuclear reaction to power his experiment.

Fusion

400

In machining, this type of "fit" between two parts allows for easy movement and lots of wiggle room

Loose fit tolerance

400

Name three types of Onshape variables

Length, Angle, and Number

400

These pins on an Arduino can output analog signals even though they're digital pins

PWM Pins

400

Name the issue with this code

void setup{

int x=0;

while (x<4){

    Serial.print("Test")

    Serial.println(x)

}

x = x+1

}

The while loop will loop for infinitely since it can never reach the break condition

400

Walter White uses this common household chemical to dissolve a body in Season 1 — though it eats through the bathtub too.

hydrofluoric acid

500

Laser Cutting Tolerance?

0.0635mm

500

Name three Assembly mates

Fastened

Revolute

Planar

500
The four potential states of an H-Bridge and the corresponding motor movement

IN1: LOW, IN2: LOW, Motor: None

IN1: HIGH, IN2: LOW, Motor: Forward

IN1: LOW, IN2: HIGH, Motor: Backwards

IN1: HIGH, IN2: HIGH, Motor: None

500

The baudrate used for the Serial Monitor

9600

500

In Back to the Future, you need to hit this exact speed to time travel in the DeLorean

88 miles/hr

M
e
n
u