Revision 2 Flashcards
What are registers inside a computer processor?
Small strorage memory locations inside the processor that holds data being worked on
What are the special registers inside a computer processor?
Status flags
memory address register
memory data register
what is the instruction register?
stores instructions at the end of a fetch to be executed by the control unit
what is the program counter?
stores the address of the memory location where the next instruction is stored
what is the control unit?
controls components in order to execute instructions
what does the arithmatic and logic unit do ?
preforms mathematical and logical operations
what is the address decoder?
examines the full address and acitvates the appropriate chip by sending a chip select command (/CSx)
what is the DMA controller ?
facilitates data transfer between I / O chips without involving the processors
what does the interrupt controller?
classifies multiple concurrent urgent requests via hardcoded priority
what does the interrupt service routine do?
handles read request from I / O devices