Define Data structures
“how to store data inside a computer for efficient use”
Define algorithms
“step-by-step process for solving a problem (within finite amount of space and time)”
Define state based model of computation
“variables, assignment, function parameters”
What is the Insertion Sort algorithm?