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.
Typically, around how large is the cache memory located closest to the CPU?
Anywhere between 2 and 64 kB
Does doubling the number of cores exactly double the performance of a processor?
No
What is meant by an ‘embedded’ system?
A computer system which forms part of an electronic device
Give an example of an embedded system that could be found in the human body.
Pacemaker
Give three examples of devices that you can find in your house that may contain an embedded system.
- Fridges 2. Microwaves 3. Digital clocks
Cars are an example of an object with multiple embedded systems for performing different tasks. Suggest two uses for an embedded system in a car.
- Air conditioning 2. Parking sensors
Suggest two reasons why a manufacturer may use embedded systems instead of general purpose computers in their products.
- They are cheaper 2. They can be smaller
How do embedded systems and general-purpose computers differ?
Embedded systems generally perform a single simple task, and don’t have operating systems. General-purpose computer systems can perform multiple tasks and have an operating system.
State two functions of the control unit.
- Sending signals to control the flow of data and instructions 2. Decoding instructions