73.8k views
5 votes
What is the relationship between interrupt and buffer


User Tage
by
5.6k points

1 Answer

2 votes

Answer:

Operating systems have some code called an 'interrupt handler', which prioritises the interrupts and saves them in a queue. Buffers are used in computers as a temporary memory area, and they are essential in modern computers because hardware devices operate at much slower speeds than the processor.

User Jeffrey Harris
by
5.3k points