1.2.2 Applications Generation Flashcards
What are the two types of software?
Applications and systems
What is an application?
A program that can be run on a computer, allowing the user to carry out specific tasks.
Give examples of applications software
Word processing, spreadsheets, web browsers.
Give examples of systems software.
Library programs, utility programs, operating system, drivers
What are utilities?
System software with a specific purpose, usually related to maintenance.
(EG: Optimising computer performance, backing up files)
Provide examples of utilities
Compression, Disk defragmentation, antivirus, automatic updating, backup
Disk defragmentation
Rearranges contents of the hard drive so they can be accessed faster, thus improving performance.
Define open source software
- Can be used by anyone without a license
- Distributed with the source code.
Define closed source
Requires the user to hold an appropriate license to use it. Source code cannot be accessed as the company owns the copyright license.
Pros: Open source
Pros
- Can be modified and improved by anyone
- Technical support from online community
- Can be modified and sold on
Pros: Closed Source
Pros
- Thorough, regular and well tested updates.
- Company owning software provides expert support and user manuals.
- High levels of security as developed professionally.
Cons: Open source
Cons
- Support available online may be insufficient or incorrect. No user manuals.
- Lower security, as it may have not been developed in a controlled environment.
Cons: Closed source
Cons
- License restricts how many people can use the software at once.
- Users cannot modify and improve software themselves
What three things must user consider when deciding between open source or closed source?
- Relevance to task
- Costs (implementation, maintenance, license)
- Functionality (ease of use, features available)
What is a translator?
A program that converts high level source code into low level object code.
What are the three types of translator?
Compiler, Interpreter, Assembler
What does a Compiler do?
Compilers translate high level code into machine code all at once, after carrying out a number of checks and reporting back any errors.