TDT4160: Computers and Digital Design
# Preface
This compendium tries to explain the essence of the course. The information provided is largely based on the course book "Structured Computer Organization" and the lecture slides. Please note that this compendium is written by students, so please be critical to what you read.
Anyone is allowed to edit this compendium, so feel free to make improvements.
Von Neumann architecture
: Computer systems are built up from three types of components: processors, memories, and I/O devices.
CPU (Central Processing Unit)
: The part of the computer that fetches instrucitons one at a time from a memory, decodes them, and executes them.
Memory
: The part of the computer where programs and data are stored.
I/O (Input/output) devices