Big Ideas Flashcards
Turing Machine
Boolean Logic
Boolean Gates
Expertise
“Turtles all the way down”; “Blackboxes all the way down”
Knowing which black boxes to open and which to close
Blackbox
A thing that does something
Has an architecture: a collection of components that make up a technical artifact.
Has an algorithm: a series of steps that move information from one state to another
Deblackboxing
The process of opening up a blackbox to uncover its architecture (pieces and parts; how and why it’s built like this) and its algorithm (what and how it does it; how inputs are transformed into outputs).
Architecture
A collection of components that make up a technical artifact (pieces and parts; how and why it’s built like this).
Algorithm
A series of steps that move information from one state to another (what and how it does it; how inputs are transformed into outputs).