A common mechanical fasteners used to connect 2 parts with a nut
Bolt
This 3D operation turns a 2D sketch into a solid by stretching it straight out.
Extrude
This component resists the flow of electric current
Resistor
This lets you add instructions and explanations about your code without affecting performance
Comment
in Jurassic Park, scientists extract dinosaur DNA from this insect trapped in amber
Mosquito
What do you need when you're 3D printing a part hanging in free space
Supports
This feature rounds sharp corners or edges to make designs smoother and safer.
Fillet
This popular microcontroller board is named after an Italian king and is often used by hobbyists
Arduino
This allows you to call a section of code multiple times in a program
Function
In Stranger Things, the alternate dimension is called this — also a real physics term for a mirror-like space.
Upside down
The color that "cuts" for the laser cutter
Red
In CAD, this term describes how two parts are joined together in an assembly
Mates
The two potential outputs of an encoder
position and velocity
This would repeat a section of code a fixed number of times
For Loop
In Spider-Man 2, Doctor Octopus builds a miniature version of this type of nuclear reaction to power his experiment.
Fusion
In machining, this type of "fit" between two parts allows for easy movement and lots of wiggle room
Loose fit tolerance
Name three types of Onshape variables
Length, Angle, and Number
These pins on an Arduino can output analog signals even though they're digital pins
PWM Pins
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
Walter White uses this common household chemical to dissolve a body in Season 1 — though it eats through the bathtub too.
hydrofluoric acid
Laser Cutting Tolerance?
0.0635mm
Name three Assembly mates
Fastened
Revolute
Planar
IN1: LOW, IN2: LOW, Motor: None
IN1: HIGH, IN2: LOW, Motor: Forward
IN1: LOW, IN2: HIGH, Motor: Backwards
IN1: HIGH, IN2: HIGH, Motor: None
The baudrate used for the Serial Monitor
9600
In Back to the Future, you need to hit this exact speed to time travel in the DeLorean
88 miles/hr