1.1.1 STRUCTURE & FUNCTIONS OF THE PROCESSOR Flashcards
(35 cards)
What does the arithmetic logic unit do?
completes all the arithmetical and logical operations
what is the control unit?
a part of the processor which directs operations inside the CPU
what are registers?
small memory cells that operate at high speeds
where do all the arithmetic, logic or shift operations occur ?
they occur in registers
what does the program counter do?
holds the address of the next instruction
in which part of the CPU do all calculations take place?
the arithmetic logic unit
where are intermediate arithmetic and logic results stored?
in the accumulator
what does the memory address register do?
holds the address of a location that is to be read from or written to
what does the memory data register do?
temporarily stores the data that has just been read from or the data needs to be written
what does the current instruction register do?
holds the current instruction divided up into opcode and operand
what is a bus?
a set of parallel wires connecting two or more components together
what is the system bus?
the collection of the data bus, address bus , and control bus is called the system bus
what is the width of the bus?
the number of parallel wires it has
what is the data bus?
a bidirectional bus used to transport data and instructions between components
what is the control bus ?
the bi-directional bus used to transmit signals between internal and external components
what is the address bus used for ?
used to transmit the memory address specifying where data is to be sent from and retrieved from
what does adding a wire to the address bus do to the number of addressable locations?
it doubles the number of addressable locations
what does bus request indicate?
indicates a device is requesting access to the data bus
what doe bus grant indicate?
indicates the CPU has granted access to the data bus
what does memory write do?
causes the written data on the data bus to be written into the address location
what does memory read do?
causes the data from the addressed location to be placed onto the data bus
what does the interrupt request control signal indicate?
indicates that a device is requesting access to the CPU
what is the clock control signal used for ?
it is used to synchronise instructions
what is assembly language
assembly language is a programming language where mnemonics are used to represent instructions