1.1.1 Flashcards
Structure and function of the processor
What does the ALU do?
It performs arithmetic and logical operations such as fixed-point and floating-point operations, logical operations (AND, XOR, OR) and shift operations.
What is the function of the control unit?
Manages and co-ordinates activities of C.P.U.
Fetches next instruction, decodes it into sequential steps, manages execution and then stores results into correct memory or registers.
What is the function of a clock?
System clock sends signals to all computer components in order to synchronise computer operations.
What is a register?
A fast memory location in the processor or I/O controller.
What are general purpose registers used for?
Used to store data and instructions as a temporary measure.
What is a dedicated register?
Used by the processor to carry out a specific rule.
What is the function of the accumulator (ACC)?
It is special register used as fast temporary storage by the ALU.
What is the function of the Program counter (PC)?
Holds the memory location of the next instruction to be fetched.
What is the function of the memory address register?
Holds the address of the current instruction being executed.
What is the function of the memory data register?
Holds contents of MAR and associated data.
What is the function of the current instruction register?
Stores the instruction to be decoded and executed.
What is the bus system?
Communication link connecting various parts of a computer.
What is the function of Main memory?
It is where instructions and data processed by the processor are stored.
What is the function of Data Bus?
Transfers data
From processor to memory (write)
From memory to processor (read)
What is the function of Address Bus?
Specifies physical address in main memory; data to be read or written specified by data bus.