Save
computer science
cs paper 1
1.5 system software
Save
Share
Learn
Content
Leaderboard
Learn
Created by
anisah
Visit profile
Cards (44)
What is utility software?
Dedicated programs used for the maintenance and organization of a
computer system
View source
Why are utilities required in a computer system?
They perform additional tasks not handled by the
operating system
View source
What are examples of utility software?
Anti-malware
,
firewall
, and encryption software
View source
What is data compression in the context of utility software?
A utility that reduces the size of files for
storage efficiency
View source
What are other types of utility software mentioned?
Backup software
,
disk checkers
, disk formatters, and auto-updaters
View source
What is fragmentation in the context of file storage?
When a file is split into parts saved in
different
storage locations
View source
How does fragmentation occur on a hard disk drive?
It occurs when there is limited
contiguous
space to store a file
View source
What causes fragmentation over time on a hard disk drive?
Data is stored and later deleted, leaving
non-contiguous
spaces
View source
What is the impact of fragmentation on file access time?
Fragmented files take longer to load and read due to distance between
fragments
View source
How does defragmentation work?
It collects empty spaces and moves
file fragments
to be stored together
View source
What are the benefits of defragmentation?
It reduces
access time
and allows for quicker saving of new files
View source
How does defragmentation affect the read/write head of a hard drive?
It
reduces
the
distance
the
read
/
write
head needs to
move
to access
data
View source
What happens to new files after defragmentation?
They can be stored
contiguously
without needing to be split
View source
What is the process of fragmentation and defragmentation?
Fragmentation: Files split into parts saved in different locations due to limited
contiguous
space.
Defragmentation: Collects empty spaces and moves file fragments together for
efficient
storage.
View source
What are the effects of defragmenting a hard disk drive?
Reduced
access time
for files
Quicker saving of new files
Less movement required by the
read/write head
View source
What are the types of utility software discussed?
Anti-malware
Data compression
Backup software
Disk checkers
Disk formatters
Auto-updaters
View source
What is an operating system (OS)?
Software that manages
computer resources
and provides user interface
View source
What are the five main functions of an operating system?
Memory management
,
multitasking
,
peripheral management
,
user management
, file management
View source
What is the role of memory management in an operating system?
To temporarily store programs in
RAM
for
CPU
processing
View source
How does multitasking work in an operating system?
It allows the OS to appear as if multiple processes are executed
simultaneously
View source
What is a peripheral in the context of an operating system?
An external device connected to a
computer system
View source
What is the function of a device driver?
It provides an interface for the
OS
to communicate with external devices
View source
Why is a buffer used in peripheral management?
To temporarily store data until it can be
processed
View source
What does user management in an operating system allow?
It allows users to create, manage, and delete individual
accounts
View source
What is the purpose of file management in an operating system?
To organize files and
directories
View source
What functions does file management allow users to perform?
Rename
, open,
copy
, move, save, search, sort, and delete files
View source
What is a user interface?
A way for humans to interact with a
computer system
View source
What is human-computer interaction (HCI)?
The way a user navigates a
computer system
View source
What is the most common type of user interface?
Graphical User Interface
(
GUI
)
View source
How are icons used in a graphical user interface (GUI)?
They represent shortcuts to
applications
and files
View source
What can users do with multiple windows in a GUI?
Open and switch between them
simultaneously
View source
What does the taskbar in a GUI allow users to do?
Pin
shortcuts
for quick access
View source
What is a command-line interface (CLI)?
A text-based interface requiring users to type commands
View source
What is a disadvantage of using a command-line interface?
It can lead to accidental
data deletion
due to mistakes
View source
What is a menu-driven interface?
An interface that displays data in a series of
linked menus
View source
What is an advantage of a menu-driven interface?
It is
user-friendly
and easy to use
View source
What is a touch-sensitive interface?
An interface where users interact by pressing on a
touchscreen
View source
What is a disadvantage of touch-sensitive interfaces?
They may not work with
dirty
or
wet fingers
View source
What is a voice-driven interface?
An interface controlled by speaking commands
aloud
View source
What is an advantage of a voice-driven interface?
It allows
hands-free control
and speeds up
processes
View source
See all 44 cards