What are the five functions of an operating system
P - manage peripherals
M - manage memory
F - manage files
U - mange users
U - provide user interface
What is meant by manage peripherals
Receiving data from input devices and sending data to output devices
What is a device driver
A peice of software that translates OS instructions into a format that a specific piece of hardware can understand
What is meant by manage memory
-OS loads a program from ss into a place in ram, so users can run more than one piece of software at once.
-The OS removes data from ram that is no longer needed to free up memory for other programs
-The OS moves data from ram to vm allowing the user to do tasks as if the computer has more ram
What is meant by multitasking
Running more than one program at a time by giving each program a time slice
What is meant by mange files
Allows users to name files, allocate files to folders, move files, save files and copy files
What is meant by manage users
Allowing allocating a user account(username and password) , setting up access rights