- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Discuss the Single Level Interrupts in Computer Architecture?
In single level interrupts, many devices can interrupt the processor at the same time to attend to their requests. But all the devices raise requests through a single input pin of the CPU. When interrupted, the CPU must identify the device that raised the request. Once the I/O port is identified, the CPU attends to the request of I/O device and then continues to carry out the task that it was performing before being interrupted.
In single-level interrupts, interrupt requests from all the devices are logically ORed and connected to the interrupt input of the processor. Hence, the interrupt request from any device is routed to the processor interrupt input. After the processor is interrupted, it identifies the requesting device by reading the interrupt status of each device.
The figure shows the equivalent circuit of the single interrupt line used in devices. All the I/O devices are connected to INTR through switches to the ground. A device closes its related switch to request an interrupt. When all the interrupt request signals from INTR1 to INTRn are inactive and all the switches are open, thus the voltage on the interrupt request will be equal to VDD.
When the device requests an interrupt by closing its switch, then the voltage line drops to 0, causing the interrupt request signal INTR to go to 1. The closing of one or more switching will cause the line voltage to drop to 0. This results in an INTR signal.
- Related Articles
- Discuss the MultiLevel Interrupts in Computer Architecture?
- Discuss the Hardware Algorithm in Computer Architecture?
- Discuss the Memory Hierarchy in Computer Architecture?
- Discuss the Associative Mapping in Computer Architecture?
- Discuss the I/O Interface in Computer Architecture?
- Discuss the Data Transfer Schemes in Computer Architecture?
- Discuss the Set Associative Mapping in Computer Architecture?
- What are the types of Program Interrupts in Computer Architecture?
- Discuss the various Input-Output Instructions in Computer Architecture?
- What is single shared bus in computer architecture?
- What are Computer Registers in Computer Architecture?
- Computer System Architecture
- Explain the three level schema architecture in DBMS?
- What is computer architecture?
- Differences between Computer Architecture and Computer Organization
