Enabling communication between the operating system, processor, and peripherals.
Complete these 5 quick-fire questions reviewing the core functions of an Operating System. Work silently in your books.
1. Name two functions of an Operating System (other than Peripheral Management).
Memory management, User management, File management, Multitasking, User Interface.
2. What OS function handles the movement of data between RAM and Virtual Memory?
Memory Management
3. What term describes how an OS appears to run more than one program at the same time?
Multitasking
4. True or False: Renaming a folder is an example of File Management.
True
5. What is a 'peripheral'?
An external hardware device connected to the computer (e.g., mouse, printer, scanner).
To explain the purpose of device drivers and how they facilitate communication between the OS and external hardware.
You buy a brand new, high-tech graphics card or a specialist photo printer. You plug it into your motherboard. But wait... the computer doesn't know what to do with it. Why? Because thousands of different manufacturers create hardware, and your Operating System cannot possibly know the exact instructions required to operate every single device in the world.
Think of the Operating System and the Processor speaking English. The new printer you just bought speaks French. If the OS sends an instruction to "Print Document", the printer just sits there because it doesn't understand the command.
A Device Driver is a highly specialised piece of software. It acts as a translator. It takes the generic instructions from the OS and translates them into the highly specific, low-level instructions that the new piece of hardware requires.
The Operating System itself does not contain all the drivers. Instead, it has a core function called Peripheral Management. This function allows the user to:
Sometimes you plug in a mouse and it works instantly. This makes you think it doesn't need a driver. False. Modern Operating Systems come pre-loaded with hundreds of generic device drivers. When you plug the mouse in, the OS instantly finds the generic driver and loads it automatically behind the scenes.
Copy the sentence below onto your Mini Whiteboards, filling in the missing words.
Answer the following typical OCR exam questions in your books. Focus on using specific terminology (e.g., peripheral management, processor, translator).
Identify the specific Operating System function responsible for the installation of a new printer driver.
A user buys a new scanner. When they plug it in, the computer does not recognise it. Explain why the user must install a device driver.
Describe the role of a device driver in allowing a computer to communicate with an external peripheral.
Look at this classic multiple-choice layout that frequently trips students up.
On your MWBs - Write the letter of the FALSE statement:
A) Device drivers allow peripherals to interact with the processor.
B) The installation of a printer driver is managed by File Management.
C) Device drivers translate OS instructions into a language the hardware understands.
B is FALSE. It is managed by Peripheral Management.