What are interrupts?, Operating System

Assignment Help:

What are interrupts?

Interrupts are in some ways the mainly "famous" system resources, ever since almost everyone who's used a computer has heard of them even if they don't know what they are. An interrupt is essentially what it sounds like a message from one part of the computer to another (normally to the system processor) that tells it that it needs to stop what it is doing and perform something else instead. An IRQ is an interrupt request as well as is the name for the actual signal that is used when peripheral requests can interrupt of the processor.

Interrupts play a major role in how the processor performs input/output processing and interfaces with every peripheral in the computer from the mouse and keyboard to the hard disk and modem

The processor is a highly-tuned mechanism that is designed to (basically) do one thing at a time. Though we use our computers in a way that requires the processor to at least appear to do many things at once, if you have ever used a multitasking operating system like Windows 95, you've completed this; you may possibly have been editing a document while downloading information on your modem and listening to a CD simultaneously. The processor is capable to do this by sharing its time among the various programs it is running and the different devices that need its attention. It merely appears that the processor is doing many things at once because of the blindingly high speed that it is able to switch between tasks.

 


Related Discussions:- What are interrupts?

What is micro-kernel?, Question 1 What is Micro-kernel? What are the benef...

Question 1 What is Micro-kernel? What are the benefits of Micro-kernel? Question 2 Explain seven state process models used for OS with necessary diagram. Differentiate betwee

Reference counting, The idea of reference counting is to maintain, for ever...

The idea of reference counting is to maintain, for every object, the total number of references to that object, i.e. the number of "incoming" pointers. Whenever the number of refer

Write a note on multithreading, Write a note on multithreading. Multith...

Write a note on multithreading. Multithreading is the capability of an operating system to execute different parts of a program called as threads, at the same time. The program

Mutual exclusion variable, Since each thread has its own processing space t...

Since each thread has its own processing space therefore communication between threads will need to be done through a common global variable. Since multiple threads can access the

Parent process: why not finishing and how to make finish, #include #inclu...

#include #include #include #include #include int main(void) { int pchan[2], pid, rval, cvar; char buf[20]; if (pipe(pchan) == -1){

Define throughput, Define throughput? Throughput in CPU scheduling is t...

Define throughput? Throughput in CPU scheduling is the number of processes that are completed per unit time. For long processes, this rate might be one process per hour; for sh

Define the properties of interactive operating system, Define the propertie...

Define the properties of Interactive operating system Interactive:- This system is composed of many short transactions where the results of the next transaction may be unpred

Explain the general structure of a typical process, Explain the general str...

Explain the general structure of a typical process? There are basically four main sections through which each of the process has to pass through.The universal algorithm is:-

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd