1.2.2 Applications Generation Flashcards
1.2.2 A)
What are the natures of software
Software can either application software or system software.
1.2.2 A)
What is system software
system software is low level software that is responsible for running the computer system smoothly interacting with hardware providing a platform for application software to run.
Example: utility programs, OS , device drivers
1.2.2 A)
What is Application software
designed to be used by the end user to preform one specific task. app software needs system software
Example : word , spreadsheet
1.2.2 B)
Define utility
piece of system software that ensures consistent and high performance from the OS .
1.2.2 B)
What are examples of utility
Compression
Disk defragmentation
Anti-virus
Auto-updating
Backup
1.2.2 B)
What are examples of utility
What is compression
Enable files to be compressed and decompressed used to send large files
1.2.2 B)
What are examples of utility
What is disk defragmenation
as disk becomes full, slow r/w cos files are fragmented. This rearranges content so faster to r/w . ^ performance
1.2.2 B)
What are examples of utility
What is antivirus
Detects potential threats to the computer
1.2.2 B)
What are examples of utility
What is auto updating
ensure OS is up to date. tracks bugs / security flaws makes device less vulnerable.
1.2.2 B)
What are examples of utility
What is backup
automatically creates routine copies of specific files selected by user meaning recovery.
1.2.2 C)
What is source code and object code
whats the difference
soruce code is object code before its translated - high level
object code is source code after its translated - low level
1.2.2 C)
Define open source
can be used by anyone w/o license
1.2.2 C)
Define closed source
requires license can be access source code company owns rights.
1.2.2 C)
Adv / DAdv of open source
Adv ) modify / improve by anyone , support from community , modified and sold on.
DAdv ) online support may be wrong , lower security
1.2.2 C)
Adv / DAdv of closed source
Adv) well tested updated , expert support, ^ level security
DAdv) license is restricting, user cannot modify and / or improve