1.1 System Architecture Flashcards
System architecture
Describe the process of the FDE cycle?
CPU fetches instructions from the Ram to the CPU. This is then decoded and executed e.g carrying out a calculation
What does a clock speed of 3GHZ mean?
3 billion FDE cycles per second
What is carried out by the ALU?
Carries out mathematical equations
What is the control unit?
Send signals on how to control data
What is Cache?
Small amount of fast access memory for frequently used data
What are four registers?
Accumalator,MAR,MDR and PC
What is the function of the accumalator?
Holds results of calculations
What is the function of the MAR?
Memory address registers holds the address of where data is to be fetched
What is the function of the MDR?
Holds the data
What is the function of the Program Counter?
Holds the address of the next instruction
What are the four factors affecting CPU speed and how?
Clock speed-Number of FDE cycles per second
Cache Size-Fast access memory so the more cache the faster
Number of Cores-Cores are a complete copy of a CPU
What are embedded systems?
CPUs to carry out a specific function
What are the advantages and disadvantages of embedded systems?
They are cheap,small and have low power consumptio however only carry out one function.