Code

Book
Computation
Completed
Author

Charles Petzold

Published

1999

LLM-generated summary

Charles Petzold’s Code explains how computers work by building them conceptually from familiar pieces: telegraph and Morse, relays, binary, logic gates, adders, memory, and finally a simple processor and programming. It is a bottom-up engineering narrative that makes machine representation and instruction execution concrete without assuming a computer-science degree. The gist is that software is not magic; it is layers of encoding on switching hardware.

My Review