1.5 system software Flashcards
system software
software that manages the computer. Usually supplied with a computer
operating systems
-specialised software that communicates with computer hardware to allow other programs to run.
-The most common operating systems are Windows, Linux, Unix, MacOS, and iOS
user interface
allows a user to interact with a computer - e.g. input devices and software
memory management
-the process of the operating system deciding what should be in memory at any given time.
-responsible for loading data and programs into and out of memory when required
multitasking
running multiple applications simultaneously by giving each one a slice of processor time
peripheral management
the management of connected input/output devices such as a mouse, keyboard, webcam, speaker ,scanner, printer etc.
driver
translates operating system commands into hardware-specific commands - e.g. a printer driver tells the printer how to print a document
user management
-allows different people to log into the same computer with a username and password
-remembers personal settings
-manages file access
file management
-access permissions for files (read and write).
-opening files in programs.
-moving, deleting and renaming files
-presenting a folder structure to the user
utility software
-a program that performs a specific task relating to the operation of the computer - e.g. backup, virus scan, compression, defragmentation
encryption software
-turns plaintext data into unreadable ciphertext data using a key.
-protects data from being read by hackers
defragmentation software
-files being deleted overtime creates gaps on a hard disk. New files fill the gaps but may need more space than the gap provides, resulting in fragments being spread across the disk.
-defragmentation puts files fragments and free space back together in contiguous space, improving access speeds
data compression software
-reduces the size of a file so it takes up less disk space and is quicker to download over the internet.
-compressed files must be extracted before they can be read