Software Types Flashcards
What are the two types of software?
- Systems software
* Applications Software
What is systems software?
The software needed to run the computer’s hardware and applications programs.
What are some examples of systems software?
- Operating systems
- Utility Programs
- Library Programs
- Translators
What are some examples of applications software?
- Off the shelf
- Custom Written
- Proprietary
- Open Source
What is the OS?
A set of programs that lies between applications software and computer hardware
What are some functions of the OS?
- Resource Management
- Provision of a user interface
- Interrupt Handling
- Multi tasking
What is utility software?
System software designed to optimise the performance of the computer or perform tasks such as: • Backing up files • Restoring corrupted files •Compressing or decompressing data • Encrypting data before transmission
What are some examples of utility programs?
- Disk de-fragger
- Auto Backup
- Auto Update
- Virus checker
- Compression Software
What is a disk defragmenter?
A program that will re organise a magnetic hard disk so that the files which have been split up into blocks and stored all over the disk will be recombined in a single series of sequential blocks.
Why is using a disk defragger useful?
So file scan be read more quickly.
What does the automatic backup do?
- Where backup is stored
- What you want to backup
- How you want to run the backup
- When you want to run the backup
What does automatic update do?
• Makes sure that any software installed on the computer is up to date
What does a virus checker do?
Scans permanent storage for viruses by comparing files to known virus definitions.
How do virus programs use heuristics?
- Knows what types of behaviour are likely to be used by a malicious program.
- Used to guess which programs or files may contain a virus based upon their behaviour.
What does compression software do?
- Reduces the size of files.
* Faster transmission of files over the internet.