Component 1.1: The Characteristics of Contemporary Processors, Input, Output and Storage Devices Flashcards
What does ACC stand for?
Accumulator
What are the 3 busses in a typical computer?
Control Bus, Data Bus and Address Bus
What does ALU stand for and what does it do?
- Arithmetic Logic Unit
- A Part of a CPU that performs arithmetic and logical calculations.
Out of the Control Bus, Data Bus and Address Bus, what is the only unidirectional bus?
Address Bus
How many levels of cache is there typically?
3 Levels
What is cache?
Cache is small and fast but expensive memory in the CPU used to store instructions and data that are accessed regularly.
What are the 2 types of contemporary processor design?
Von Neumann and Harvard
What is the main difference between a Von Neumann processor and a Harvard processor?
Von Neumann processors have shared memory for programs and data whereas Harvard based processors have separated memory for programs and data.