What is hardware?
The physical components of a computer system
What is software? 2 categories?
Name given to program code. Sequences of instructions which are executed in order to perform a task
System & application software
What is application software? Examples?
Name given to programs that complete a specific task for the user
Word processor, web browsers, spreadsheet software
What is systems software?
It operates, controls and maintains the computer and its components
What does the systems software include?
What does the OS do?
Allows its user to control the computer with ease by providing a virtual machine which hides the true complexity of the computer from the user
The OS also manages resources, what is included in resource management?
What do utility programs do?
Used for completing housekeeping tasks in a computer system such as:
- data backup
- defragmenting hard drives
- data compression
- encryption
What is defragmentation?
Reorganising data on a hard drive in order to improve speed of access
What are library programs?
They contain useful functions that are frequently used by a program to simplify the process of developing a program
What are translators?
Pieces of software which translate between different types of language:
- compilers
- assemblers
- interpreters