Bio & Chem
Coding
Anatomy
Physics
Biodesign
100

This common household chemical is NaCl

salt

100

a set of instructions to solve a problem

algorithm

100

The largest internal organ in the body

liver

100

the study of the manipulation, creation, and transfer or light

optics / photonics
100

design phase when you start to build preliminary versions of your design

prototyping

200

the most common sugar molecule

glucose

200

a block of code that you can call to perform a specific task

function

200

How neurons send signals

action potentials

200

it equals mass x acceleration

force

200
design phase where all ideas should be shared

brainstorming

300

the 8th chemical element

oxygen

300

statement you should use if your code has at least 2 possible paths

if-else

300

the longest bone in the body

femur

300

light slowing down when changing from air to water or other media

refraction

300

the (sometimes) fictional person you are designing a solution for

user persona

400

the process by which cells generate energy

cellular respiration

400

keyword that outputs to the console in python

print

400

the two types of protein filaments in muscle

actin & myosin

400

What EMG stands for

ElectroMyoGraphy

400

the 4 Ds associated with each step of the design process

discovery, define, develop, deliver
500

what DNA stands for

DeoxyriboNucleic Acid

500

the final value of x in this loop:

x = 1;

for (i = 0; i<2; i++)

{

   x = x + 2

}

8

500

the 3 types of muscle tissues in the body

cardiac, smooth, skeletal

500

The law of circuits that says V = IR

Ohm's Law

500

a problem-solving process that involves breaking down complex issues into smaller steps, identifying patterns, and developing logical, step-by-step solutions

computational thinking