Operating systems and interrupts Flashcards
What is an operating system?
The software running in the background of a computer system
What are some functions of an operating system?
Batch processing/ real-time processing Multitasking/multiprogramming Provides an interface Manages user accounts Manages interrupts Manages hardware Loads software
What is an interrupt?
A signal sent from a device or software to the processor. It causes the processor to temporarily stop what it is doing and service the interrupt. They have different levels of priority. The previous process continues after the interrupt is serviced.
State three devices that use interrupts
Keyboards
Mouse
Printer
What is a buffer?
Used in computers as a temporary memory area. It is filled from the processor or memory unit. The processor carries on with its tasks while the buffer is emptied to the hardware device.
Why do personal computers need an operating system?
Provides the user with a user interface
Allows the user to communicate with the computer using hardware.
Controlling hardware.