1.2 Software and Software Development Flashcards
Define Open source
Open source code can be used by anyone without a license and is distributed with the source code.
Open source advantages
Can be modified and improved by anyone
Technical support from online community
Can be modified and sold
Open source disadvantages
Support available online may be insufficient or
incorrect. No user manuals.
Lower security as may not be developed in a
controlled environment
Open source example
Mozilla Firefox, Linux
What are system utilities
Software to ensuring/maintain the consistent, high performance of the operating system
Name 5 System Utilities
Backup Antivirus Automatic Updates Disk Defragment Compression
Define Applications software
Designed to be used by the user to perform one specific task.
Define Systems software
Low-level software that is responsible for running the computer system
Example of Applications software
Web browsers, spreadsheets
Example of Systems software
Utility programs, Operating system, Device drivers
Define Translators
A translator is a program that converts high-level source code into low-level object code
Define Compiler
Compilers translate high-level code into machine code all at once,
Define Interpreter
Interpreters translate and execute code line-by-line. They stop and produce an error if a line contains an error
Define Assembly Code
Low-level language
What are the stages of compilation?
Lexical analysis
Syntax analysis
Code generation
Optimisation