What does the operating system do?
Manages:
What is the user interface?
Allows the user to interact with the hardware and software
What does the operating system manage?
What is the order that the tasks are carried out in called?
Scheduling
What does a device driver do?
A program that makes sure that a device performs its tasks correctly
Which one is faster, the peripherals or the CPU?
CPU
What are buffers?
The peripherals are slower than the CPU so if the CPU has to constantly wait for the peripheral, it will slow everything down. A buffer is a section of RAM which holds data temporarily.
How do buffers work when printing something out?