Recent questions tagged interrupts

1 votes
0 answers
36
A processor needs Software interrupt to obtain system service which need execution of privileged instruction.can u plz explain the term and need of Software interrupt.
0 votes
1 answer
37
1 votes
1 answer
40
I think percentage of processor time consumed should be $\frac{ \,ISR\,time}{ISR\,time+\,Data\,Transfer\,Time}=\frac{100}{100+122}$.Is it correct?
2 votes
2 answers
44
0 votes
1 answer
45
When an interrupt occurs, an operating system can ignore the interrupt?Please tell the answer with reasoning? Thank you!
1 votes
1 answer
47
0 votes
0 answers
48
Give an example each for a hardware interrupt, an explicit software interrupt, and an implicit software interrupt, and discuss the possible operations as part of the inte...
4 votes
1 answer
49
Please Explain Every Point :)Ans. All are Correct
0 votes
0 answers
50
1)What is difference between internal interrupt and software interrupt?2) What is difference between external interrupt and hardware interrupt?
0 votes
4 answers
52
Match the items in $\textbf{List-I}$ and $\textbf{List-II}$ :$\begin{array}{clcl} {} & {\textbf{List-I}} & {} & {\textbf{List-II}} \\ \text{(a)} & \text{interrupts whi...
0 votes
0 answers
53
Are Vectored Interrupts possible in CPU having single Interrupt Request line? How/Why not?
2 votes
2 answers
55
1 votes
2 answers
58
In case of Vectored interrupts,the I/o device send the vector address along with the I/o request or does it sends after it receives ack/INTA from CPU?
0 votes
1 answer
59
when the interrupt occurs ,thena: process switching may be thereb: context saving must be therec: both a and bd.None of these