Question 97
Answer : (4)
97. Match the items in List - I and List - II :
Code :List - I | List -II |
(a) Interrupts which can be delayed when a much highest priority interrupt has occurred | (i) Normal |
(b) Unplanned interrupts which occur while executing a program | (ii) Synchronous |
(c) Source of interrupt is in phase with the system clock | (iii) Maskable |
(iv) Exception |
(a) | (b) | (c) | |
(1) | (ii) | (i) | (iv) |
(2) | (ii) | (iv) | (iii) |
(3) | (iii) | (i) | (ii) |
(4) | (iii) | (iv) | (ii) |
Previous | Next |
UGC NET CS 2018 July - II Question 96 | UGC NET CS 2018 July - II Question 98 |
→ Maskable Interrupt: The hardware interrupts which can be delayed when a much highest priority interrupt has occurred to the processor.
→ Exception: unplanned interrupts while executing a program is called Exception. For example: while executing a program if we got a value which should be divided by zero is called a exception
Reference : Types of Interrupts
→ Synchronous interrupt will happen every time an instruction executes (with a given program state)
Examples of Synchronous interrupt:
– Divide by zero
– System call
– Bad pointer dereference
Reference 2 : Two types of interrupts - Synchronous / Asynchronous