Save
computer science paper 1
1.1 Characteristics of Contemporary Processors
nature of applications
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Alexia Quiboloy
Visit profile
Cards (29)
What are the two main categories of software?
Systems software
and
applications software
View source
What is a utility program?
A program that performs useful
background
tasks
View source
Give an example of a utility program.
Disk
defragmenter
View source
What is the purpose of an operating system?
To provide a
user interface
and manage
resources
View source
What does a disk defragmenter do?
Reorganizes files on a
hard drive
View source
Why does file location affect access speed?
Files need to be
contiguous
for faster access
View source
Why might gaps be present on a hard disk?
Files may have been
deleted
or moved
View source
Why is automatic backup important for businesses?
Users may forget to back up
data
View source
What factors can be specified in an automatic backup process?
Where
,
when
,
what
, and
how
View source
What does an automatic updating utility do?
Installs
software
updates automatically
View source
What is the function of a virus checker?
Scans for
viruses
using known
definitions
View source
How does antivirus software use heuristics?
It predicts
malicious
behavior of programs
View source
Why might a virus checker flag a harmless file?
Due to
false positives
in detection
View source
What is the purpose of compression software?
To reduce the
size
of large files
View source
What are libraries and translators used for?
To use
pre-written
routines and
translate
code
View source
What is applications software?
Software that performs
tasks
for the user
View source
What are the categories of applications software?
General purpose
,
special purpose
,
bespoke
View source
What is off the shelf software?
Ready-made
software
available
for
purchase
View source
What is bespoke software?
Custom
created software for
specific
users
View source
What is open source software?
Software with accessible
source code
View source
How does open source software differ from freeware?
Freeware has no accessible
source code
View source
What is closed source software?
Software that does not allow
source code
access
View source
What must users do to use closed source software?
Pay for a
license
to use it
View source
What criteria should be considered when selecting an application?
Functionality
,
hardware
,
availability
,
cost
,
reliability
View source
What is the role of systems software?
Necessary for system operation
Controls hardware and runs applications
Includes operating systems, utilities, libraries, and translators
View source
What are the functions of utility programs?
Optimize computer performance
Perform
background tasks
Examples:
disk defragmenter
, virus checker,
automatic backup
View source
What is the difference between open source and closed source software?
Open source:
source code
accessible, free to modify
Closed source: source code hidden, requires a
license
View source
What are the benefits of automatic updates?
Installs new
features
Fixes
security issues
Runs in the background
View source
What factors influence the selection of an application?
Functionality
Hardware
compatibility
Availability
Cost
Reliability
View source