Applications generation 1.2.2 Flashcards
Describe what is meant by a software?
Programs that run on a computer system.
Describe what is meant by system software?
Programs that run the computer’s hardware and OS
Describe what is meant by application software?
Programs that perform a task for the user.
Examples of software.
Utility
Word processing
Spreadsheet
Web browser
Media editing
Games
What is meant by open source?
Programs that reveal their source code.
What are the advantages of open source?
Draw on many coders / testers.
Get access to help you couldn’t afford.
What are the disadvantages of open source?
Hard to maintain a clear purpose.
Hard to monetise.
What is meant by closed source?
Programs that hide their source code.
What are the advantages of closed source?
More secure
Easier to monetise
Controlled
What are the disadvantages of closed source?
All coders have to be paid.
Requires making a profit.
What is meant by Utility software?
Programs that help a computer system run efficiently.
Examples of utility software?
Disk defragmentation software
Compression software
Describe the function of Disk Defragmentation software?
Rearranges secondary storage so files are stored contiguously.
Describe the function of Compression software?
Makes files smaller to allow for better use of storage.
Describe the functions of a translator?
Converts programming language into machine code.