What is interrupt table?

Answers were Sorted based on User's Feedback



What is interrupt table?..

Answer / yogesh

THIS IS A TABLE CONTAINING VALUES OF ADDRESSES OF PROGRAMS
THAT HANDLE INTERUPTS AND HAS 256 4 BYTE ADDRESS

Is This Answer Correct ?    4 Yes 0 No

What is interrupt table?..

Answer / naman patidar

Every interrupt is assigned a number.
and an interrupt table contains mapping of those numbers to
corresponding handler function pointers . :)

Is This Answer Correct ?    2 Yes 1 No

What is interrupt table?..

Answer / debasish

Suppose a processor is doing its regular work, anything say
continuously printing "Hello World" onto the monitor and u
want to interrupt that process of printing by pressing a key
and print say "Good bye World"
So what happens when u press the key ?
The processor would stop its current job and execute another
program which prints "Good bye World".
The address of that function or similar functions which gets
executed when an interrupt occurs - is/are stored in the
interrupt table

Is This Answer Correct ?    1 Yes 0 No

What is interrupt table?..

Answer / uma

table consisting of interrupts.

Is This Answer Correct ?    1 Yes 1 No

What is interrupt table?..

Answer / shankar

Intarrupt is Table
all Data and programmer waiting for the Processing is
Micro Processer Hence the Chech memory which will Make a
List of Data or Prommer which is Interrupt table......

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Operating Systems General Concepts Interview Questions

Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.

0 Answers  


Explain the Unix Kernel?

1 Answers  


How do I know if my cpu is overheating?

0 Answers  


What is the difference among deadlock avoidance, detection and prevention?

1 Answers   CTS, Nokia,


What is dining philosophers’ problem?

0 Answers  


Does android run on x86?

0 Answers  


Explain the execution cycle for a von neumann architecture.

0 Answers  


How do I empty my mac cache?

0 Answers  


What is RR scheduling algorithm?

0 Answers  


What is the difference between tty and pts?

0 Answers  


In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

2 Answers  


While running DOS on a PC, which command would be used to duplicate the entire diskette?

1 Answers   Infosys,


Categories