1.2.2 - Applications Generation Flashcards
What is application software?
Application software is designed to perform tasks a user wants to complete, like playing a game, writing a letter, or sending an email.
Name 3 examples of office based software.
Word processors
Spreadsheet software
Presentation creators.
Name 4 examples of media based software.
Video games
Movie editing
Image manipulation
Media playback software
Name 2 examples of non-media and non-office based oftware.
Database management software
Communication software
What is general purpose software?
Software that can be used for a variety of tasks, e.g presentation software.
What is special purpose software?
Software that can only be used for one particular task, e.g scientific calculator.
What is bespoke software?
Software tailor-made to meet the user’s specific requirements, e.g touchscreens in a fast food restaurant.
What is system software?
Software which controls the hardware of a computer system. Sits between the hardware and application software, because the application may ask the system to fetch data from memory.
Name 2 examples of system software.
Utility programs
Translators
What is malware?
Malware is malicious software designed to cause damage to computer systems, corrupt or change files, steal data, or cause disruption to services.
What is anti-malware software designed to do?
Anti-malware software is designed to protect a computer system by detecting and blocking threats.
Commonly, it will continually monitor the files and software being accessed by the operating system in order to detect signs of malicious intent.
How does anti-malware software deal with a virus?
1) The software will use a dictionary of known viruses to help it identify a virus on the system.
2) Once identified, the software will quarantine the file, involving isolating the file so that it can’t spread or cause further damage.
3) The software will attempt to repair the file or give the user an option to repair it.
How does anti-malware software deal with other types of malware than viruses?
The software will block the threat as it comes across it to prevent the malware causing damage in the first place.
Name 4 ways a user can lose data.
Forgetting to save the file before shutting down
Unexpected power loss
Accidental deletion
Malware attacks
What is backup utility designed to do?
Automate the process of backing up files so that in the event of data loss, the file can be recovered to the point where it was last backed up.
What does a full backup do?
Full backup will copy anything that has been identified as important. Usually this is all the data on the system.
What does an incremental backup do?
An incremental backup will only copy files that have been changed since the last full backup.
The user can specify the location (cloud, external hard drive, another machine) and frequency of the backup.
What is the problem with a full backup?
It is time-consuming, and uses a lot of system resources like demand on the processor and a large amount of storage space to save all the backups.
How often do backups take place?
It’s common for backup software to take one full backup at intervals such as once a week, and incremental backups on an hourly or daily basis.
What is a mirrored drive?
In systems that are essential for the running of a service or survival of a business, data can be stored on drives that are an exact replica of the current system (mirrored drives). If one drive fails, the data can be automatically accessed from the mirrored copy.
What is compression utility software for?
It is specifically responsible for compressing and decompressing files you have saved on your device, normally to reduce the amount of data inside files.
Name 3 examples of where compression utility software could be used.
- To save secondary storage space on infrequently used files, increasing system efficiency.
- To reduce the transmission time when sending the file across a network.
- To keep a file within the maximum email attachment limit.
What is the purpose of a disk defragmenter?
A disk defragmenter is software that looks at all of the data on a hard drive and reorganises it, so that related data is stored together.
How does disk fragmentation occur?
Everything is initially saved together, but as files are deleted and new files are added, the data is saved in the first available space.
If that space is too small for all of the data needed for the file, the available space is filled first and the remaining data is saved elsewhere on the hard drive.
Why is disk fragmentation bad?
It can slow down the performance of your computer.
If related data becomes separated, the hard drive’s read/write heads need to move to different areas of the disk in order to retrieve or save files.
How does defragmentation software work?
It follows the process of:
Temporarily removing files from the hard drive
Collecting together the empty spaces
Collecting together the related data
Placing the data back on the hard disk so that related data is now stored sequentially
Why do SSDs not require disk defragmentation?
SSDs are able to read blocks of data that are fragmented, just a quickly as they can read data that is stored sequentially.
What does a file manager do?
It provides a graphical user interface to allow the user to easily manage the files on their secondary storage devices.
What tasks does a file manager allow a user to complete?
Opening and closing Creating new folders and directories Renaming Moving and copying Deleting Creating shortcuts Setting permissions for access
What does a file repair utility do?
It is designed specifically to recover files that have become corrupted, or damaged files that can no longer be opened.
It will attempt to repair the damage to the file so that it can be opened correctly by the appropriate software application.