Computer Science, asked by samipchhetri4690, 1 year ago

Which structure is /are responsible for storing data in case of interrupts?

Answers

Answered by aishwaryarnp
3

Answer:

linked list

stack

queue

Answered by Jaswindar9199
0

ANSWER:-

Which structure is /are responsible for storing data in case of interrupts?

ANSWER:-

  • A queue is a data structure which is responsible for storing data in case of interrupts.

EXPLANATION:-

A Data Structure is a storage that is operated to store and organize data. It is a manner of arranging data on a computer so that it can be permitted and revised efficiently.

A queue is a data structure which is responsible for storing data in case of interrupts.

  • A queue is a linear data structure that pursues a specific order in which the operations are performed.
  • A queue is used for dealing with website traffic.
  • Queue helps to sustain the playlist in media players.
  • A queue is used in operating systems in the case of interrupts.
  • Queues are used for scheduling the job in the operating system.

#SPJ2

Similar questions