Computer Science, asked by vasukumari5992, 11 months ago

Interrupts has high chances of missing events true or false

Answers

Answered by kingsadiq
3
interrupts has high chances of missing event true
Answered by Chaitanya1696
0

The correct option is true.

'Interrupts' has a high chance of missing events. True.

  • In Neutrino, the processor is working at an important top-priority thread which is currently on work mode.
  • Suddenly, there is an interruption in the work caused by an interrupt line sensed by the computer's bus.
  • With this, it is imperative to generate an ISR( interrupt service routine) to handle such a situation when interruption happens.
  • This time fluctuation cause events to skip.

Similar questions