What is System Software ?
software that governs the computer system
What are the four features of System Software ?
-controls the hardware - peripherals
-allows other programs to run
-provides an interface
-maintains the system
What are the two kinds of system software ?
-operating systems
-utilities
What is an OS ?
collection of programs that manages and controls the computer.
What are functions of an OS ?
What are the three types of UI ?
What is the feature of GUI ?
Where are Mobile UI’s found ?
Smartphones and tablets
What is the feature of CLI ?
What is Multitasking ?
able to run more than one program simultaneously by the CPU allocating a time slice.
What are the 2 requirements of Multitasking ?
What is paging ?
memory management where memory is divided into pages.
Do the pages of a program have to be contingous ?
NO
What are peripherals ?
Hardware devices connected to a computer
What is a device driver ?
A program containing instructions on how to control a device
What are advantages of a device driver ?
What are features of File management?
create, modify ,copy, rename, sort, search, restore, set rights, duplicate and delete files and folders
What are features of User Management ?
allow individual users to be created/destroyed
set access levels
auditing of files a user creates, accesses, edits and deletes
What is utility software ?
software that maintains the system
What does utility software contain ?
What is defragmentation ?
takes the fragmented files and rearranges the segments so that they run contiguously
What are the pros of defragmentation ?
Decrease Read/ Write Time
What does Data Compression software do ?
reduces the size of a file stored on secondary storage.
What are the two types of backup ?