Unit 6: How Computers Work

Lab 1: Computer Abstraction Hierarchy

Lab 1, Page 1: Analog vs. Digital

Digital and analog are opposites. Digital means information that is represented as ones and zeros. Analog means information that is represented by signals that vary continuously (that is, including in-between values).

Lab 1, Page 4: Software Libraries
AAP-3.D.1, AAP-3.D.2, AAP-3.D.3
Lab 1, Page 6: Machine Language and Architecture

Machine language is the lowest-level programming language; it is directly understood by the computer hardware.

Architecture is an abstraction, a specification of the machine language. It also tells how the processor connects to the memory. It doesn't specify the circuitry; the same architecture can be built as circuitry in many different ways.

Lab 1, Page 8: Integrated Circuit

An integrated circuit ("IC" or "chip") is a single physical device that contains millions or billions of basic electrical parts. A processor is an IC, but not all ICs are processors; there are also special-purpose chips inside a computer.

Lab 2: History of Computers

Lab 2, Page 2: Moore's Law

Moore's Law is the prediction that the number of transistors that fit on one chip doubles every year.