Types of Processors Flashcards
(6 cards)
Stores Program Concept
A problem must be loaded into main memory to be executed by the processor. Instructions fetched 1 at a time
Von Neumann
Instructions and data are stored in a common main memory with a single control unit and transferred using a single, shared bus
Von Neumann Bottleneck
Having a single bus means it can only read and write one at a time
Cache
Super fast memory inside the processor that holds frequently used data and commonly used instructions
Harvard Architecture
Separates the data and instructions into separate memories using different buses. Program instructions and data are no longer competing for the same bus
Von Neumann Advantages
Owing primarily to cost and programming complexity, almost all general purpose computers are based on VN - simplified the CU