System Architecture Flashcards
(9 cards)
What is a register?
very small and fast memory locations in the CPU.
What is the Function of the Clock?
Manages the number of cycles carried out per second.
Synchronises the other components.
What is the function of the Memory Address Register (MAR)?
Stores the address of the data to be fetched from,or the address where the data is to be stored.
What is the function of the Memory Data Register (MDR)?
Temporarily holds data being transferred to or from the computer’s memory.
What is the function of the Program Counter?
Stores the address of the next instruction to be fetched from memory and instructions the each FDE cycle.
What is the function of the Accumulator?
Temporarily holds the results of ALU operations.
What is the function of the Current Instruction Register (CIR)?
Holds the instruction that is currently being executed.
What is an Embedded System?
A computer system built into a larger machine for a specific function.
What is the Cache?
A high-speed data storage area that stores frequently accessed information for faster retrieval.