1.1 System Architecture Flashcards
What’s the purpose of the CPU
TO manage basic operations of the computer, “the brain”
4 elements to form a basic computer system
1.INput
2. CPU
3.Output
$.Secondary Storage
2 main components of the CPU?
ALU and CU
Most common form of computer architecture
Von Neumann Architecture
What cycle does the CPU continuously do to process instructions
FDE cycle
What is data stored in a computer on?
Binary
Role of the register in the CPU
Hold on to temporary data and instructions being held by the CPU
What is the name of the register which keeps the address of the next instruction to be processed
PC - Programme Counter
Which register is used to store data that is fetched from main memory?
The memory data register (MDR)
Which register is used to tell the CPU where to locate this data?
The memory address register (MAR)
What is the name of the register that temporarily stores the results of logic operations and calculations during processing?
The accumulator (ACC)
What unit of measurement is used to describe the clock speed of a processor?
Hertz/Gigahertz
Suppose a CPU is capable of performing 1 billion operations per second. What is the clock speed of CPU?
1 GHz
Why does increasing the cache size increase the performance of the processor?
The CPU has more immediate access to data, instead of having to fetch the data from RAM, which is slower.
State one drawback of cache memory in comparison with main memory.
Cache memory is much more expensive than main memory.