What does the OS do?
What do Utility Programs do?
The OS provides the interface between the User and Hardware. The user does this using application.
The OS is a platform for the application. all applications involve a user interface so the user can interact in a familiar and friendly way.
Utility programs are built into the OS which help maintain the computer. e.g. Encryption, compression or defragmentation software.
What are the two types of system software?
What is user interface?
Graphical or textual or auditory information that a program presents to the computer user.
What is the GUI
WIMP - Windows, Icons, Menu, Pointers
It is visual, interactive, intuitive and optimised for touch and mouse gesture input
What is the command line?
What is multi-tasking?
When you have more than one program open and running at the same time. The processor allocates a small amount of time to each process and cycles between them. As this happens so quickly it feels like they are executing simultaneously.
Memory Management
Memory fragmentation is when the data is split
What are device drivers
Device Drivers translate the OS instructions to print a document into a series of instructions which a specific piece of hardware will understand.
Each peripheral needs a device driver
What is user management?
What is file management?
What is Encryption?
What is defragmentation?
How does it affect Storage?
What is Data Compression?
What are the main functions of the OS?
Provide a user interface
Provide a platform for a user to run applications
What do device drivers allow the OS and hardware to do?
How does the OS allow multitasking?
How does the OS deal with user accounts?
What do defragmentation utilities do?
What does compression and Encryption software do?
Features of user and file management?
User management functions, e.g.:
File management, and the key features, e.g.:
What are back-ups and their two types?
To prevent data loss, regular copies of the data should be made. A copy of data is known as a backup. Backups can contain a copy of all files on a computer, or just ones specified by a user.
Network managers make regular backups of all files on a network using backup software. The software automatically makes a backup at a scheduled time of day, usually during the evening when the network is quiet. Backups are usually made to a high capacity secondary storage device, or to the cloud. If data loss occurs, data can be retrieved from the backup. The software allows all backed-up files to be retrieved or just specified files.
Two types of backup are possible:
Most network managers make an initial full backup and then switch to daily incremental backups. This way all data is backed up and daily backups are small and less time-consuming.