This common household chemical is NaCl
salt
a set of instructions to solve a problem
algorithm
The largest internal organ in the body
liver
the study of the manipulation, creation, and transfer or light
design phase when you start to build preliminary versions of your design
prototyping
the most common sugar molecule
glucose
a block of code that you can call to perform a specific task
function
How neurons send signals
action potentials
it equals mass x acceleration
force
brainstorming
the 8th chemical element
oxygen
statement you should use if your code has at least 2 possible paths
if-else
the longest bone in the body
femur
light slowing down when changing from air to water or other media
refraction
the (sometimes) fictional person you are designing a solution for
user persona
the process by which cells generate energy
cellular respiration
keyword that outputs to the console in python
the two types of protein filaments in muscle
actin & myosin
What EMG stands for
ElectroMyoGraphy
the 4 Ds associated with each step of the design process
what DNA stands for
DeoxyriboNucleic Acid
the final value of x in this loop:
x = 1;
for (i = 0; i<2; i++)
{
x = x + 2
}
8
the 3 types of muscle tissues in the body
cardiac, smooth, skeletal
The law of circuits that says V = IR
Ohm's Law
a problem-solving process that involves breaking down complex issues into smaller steps, identifying patterns, and developing logical, step-by-step solutions
computational thinking