Week 1 Flashcards
What is a stored-program computer?
“von Neumann Architecture” system
Stores program instructions in memory
What are the three main components of the von Neumann Architecture?
CPU, Memory and I/O interfaces
Describe the two components of the CPU?
- ) Control Unit: Determines order of instruction execution and controls retrieval of proper operands.
- ) Arithmetic and Logic Unit: The union of circuits for performing arithmetic and logical operations (e.g. +,
What are registers?
Small, temporary storage elements located very close to the ALU.
Allow for minimal read/writes to main memory.
What does the Memory Management Unit do?
During read/store operations, the CPU generates memory addresses.
The MMU reads/writes from this memory location.
Describe the difference between Little Endian and Big Endian representation?
Little-Endian: Most significant bit is stored in highest address.
Big-Endian: Most significant bit is stored in lowest address.