Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer systems (Interrupts (Classes (Program (Generated by some…
Computer systems
Interrupts
Classes
-
-
I/O
By an I/O controller, signal completion of operation or error condition
-
-
Cycle notes
Interrupt handler
If an interrupt is pending, the processor suspends execution of the current program and executes the interrupt-handler
-
-
-
Definition :star:
An interrupt is a mechanism by which other modules (I/O, memory) may interrupt the normal sequencing of the processor.
Cache memory
-
-
Main memory consists of up to 2^n addressable words, with each word having a unique n-bit
address.
-
Mapping function
-
Constraints of design
-
The more flexible the mapping function, the more complex is the circuitry required to search the cache to determine if a given block is in the cache.
-
Definition:star:
A memory that is smaller and faster than main memory and that is interposed between the processor and main memory. The cache acts as a buffer for recently used memory locations.
Basic elements :star:
Processor
-
-
-
Actions :star:
-
Processor I/O
Data may be transferred to or from a peripheral device by transferring between the processor and an I/O module
-
-
Main memory
-
-
Memory module
Set of locations, defined by sequentially numbered addresses
-
I/O Modules
-
Transfers data from external devices to processor and memory, and vice versa
System bus
Provides for communication among processors, main memory, and I/O modules.
-
-
-
-
-
-
-