Computer Architecture
96 词 1 分钟Computer Architecture
Overview
von Neumann architecture
An electronic digital computer with these components:
- Processor unit: arithmetic unit and processor registers
- control unit: instruction register(IR) and program counter(PC)
- Memeory
- External mass storage
- Input and Output mechanisms
Instructions and data are stored in memory with equal status.
Instructions is composed of Opcode and ddress code, the address code is used to point Operand.
The term “von Neumann architecture” has evolved to refer to any stored-program computer in which an instruction fetch and a data operation cannot occur at the same time (since they share a common bus)
