Applications Flashcards
What is the difference between a generic application and specialised software?
Generic applications can carry out many different tasks for all different purposes.
Specialised software is designed to do one specific task really well.
Give some examples of generic applications?
Word processor,
Spreadsheet,
Presentation software,
Calender software
Give some examples of specialised software?
Database software,
Integrated Development Environments
What are the utility programs?
System backup
File compression
HDD defragmentation
Anti-malware
File management
Device drivers
File repair
What are the two types of backup?
Full - every file is backed up
Incremental - all files since last backup are backed up
What are the two types of compression?
Lossy - removes data permanently from the file to reduce file size
Lossless - stores the data of a file more efficiently to reduce file size
What is the purpose of a disk defragmentor?
Files can become scattered on a hard disk drive, which can cause load times to increase as the read head has to move further to retreave all data, disk deframentation puts all files and data close together for faster reading.
What is the purpose of a File manager?
Sorts data into files and those files into directories for organised storage of said data.
What is the difference between Open source and Closed source?
Open source:
- code is publically available
- users can modify code for personal changes
- Free
Closed source:
- paid for
- code is private
- a company develops the code further