Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Select the TRUE statements about interrupts from the following list: a. After completion of the handling of an interrupt, a computer might run a process

Select the TRUE statements about interrupts from the following list:

a.

After completion of the handling of an interrupt, a computer might run a process different from the one that was interrupted.

b.

Each running process has its own interrupt handler that controls what to do with that process on interrupt.

c.

Without interrupts there is nothing to make a running program stop and hand over control.

d.

On interrupt, the cpu registers have to be saved, but there is no need to flush caches to disk.

e.

Polling is often given as an alternative to interrupts, but no systems actually use it.

f.

All that needs to happen on interrupt is for the state of the current process to be saved.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Peter Robb,Carlos Coronel

5th Edition

061906269X, 9780619062699

More Books

Students also viewed these Databases questions

Question

What is DDL?

Answered: 1 week ago