Save
...
Paper 1
1.5 System Software
1.5.2 Utility Software
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Pav Bath
Visit profile
Cards (13)
What is the primary function of utility software?
Utility software helps maintain the
system
.
View source
What is encryption?
Encryption is the process of disguising a message or file so that it cannot be understood by anyone but its intended
recipient
.
View source
What is required for encryption to work?
Encryption requires the use of a
key
.
View source
What is the role of the key in encryption?
The
key
is
secret
and is used to
scramble
or
unscramble
the data.
View source
How are files stored on a hard disk?
Files are stored not as a whole file, but as a series of
segments
.
View source
What happens to files over time on a hard disk?
Over time, more and more files become
fragmented
, as do individual files.
View source
What is the effect of a fragmented disk on computer performance?
A
fragmented
disk takes longer to
read
from and
write
to, making a computer
run slower.
View source
What does defragmentation software do?
Defragmentation software rearranges fragmented files so that they run
contiguously
.
View source
What is the benefit of defragmentation?
Defragmentation decreases
read/write time
, thereby speeding up computer performance.
View source
What is the purpose of compression software?
Compression software reduces the
file size
of files.
View source
What are the benefits of using compression software?
Benefits include using less
storage space
, faster
transmission
, and storing more files.
View source
What is the difference between lossy and lossless compression?
Lossless compression will
not
remove data
permanently
, while lossy compression is
permanent
deletion
of "
unnoticeable
" data.
View source
What are the types of compression used in compression software?
Lossless compression
: No permanent data removal
Lossy compression
: Permanent deletion of "unnoticeable" data
View source