Save
Comp Sci GCSE
Systems software
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
mith
Visit profile
Cards (35)
What is an operating system?
An operating system is
software
that manages a computer's
hardware
and software resources.
View source
What is the primary function of an operating system?
To manage and operate a computer's
hardware
and
software
resources.
View source
What are the functions of modern operating systems?
Providing a
user interface
Multitasking
Memory management
Managing
peripherals
and
drivers
File management
User management
View source
What does a user
interface
(
UI
) allow
users
to
do
?
A UI allows the user to interact with the
computer.
View source
What is a
command line interface
(
CLI
)?
A
CLI
allows users to
interact
with the
system
by
entering
specific
commands.
View source
How does a graphical user interface (GUI) differ from a CLI?
A GUI uses windows,
icons
, menus, and
pointers
, while a CLI requires text commands.
View source
What is a natural language interface?
A natural language interface allows users to give
directions
in everyday language.
View source
What is multitasking in an operating system?
Multitasking allows multiple applications to run simultaneously by sharing
processing time
.
View source
How does memory management contribute to multitasking?
Memory
management
determines
where
programs
are
stored
in
memory
,
enabling
multitasking.
View source
What happens to memory over time as programs are loaded and closed?
Memory becomes
fragmented
as programs use different amounts of memory.
View source
What is virtual memory?
Virtual memory is used when
physical memory
is full.
View source
What is user management in an operating system?
User management allows multiple users to log into a computer with varying
access rights
.
View source
What does file management in an operating system do?
File management presents a logical structure of files into folders and allows
file operations
.
View source
What is the role of a device driver?
A device driver governs the functionality of a
specific
computer device.
View source
How do operating systems communicate with peripherals?
Operating systems communicate with peripherals through
device drivers
.
View source
How do device drivers enhance the capability of an
operating system
?
Device drivers increase the
operating system's
capability by enabling
communication
with
devices.
View source
What is utility software?
A program that performs maintenance tasks to improve computer
performance
View source
What are the types of utility software mentioned?
Encryption software
Disk
defragmentation
Data compression
View source
What is the purpose of encryption software?
To scramble plain text into cipher text using an
algorithm
View source
How can encrypted text be made readable again?
By using a
key
to
decrypt
it
View source
What does disk defragmentation do?
It reorganizes files on a
hard disk
and puts fragments back together
View source
How does defragmentation improve file access speed?
By reducing the movement of the
read/write head
across the
disk
View source
Should solid state drives be defragmented?
No, because they have no
moving parts
View source
What is the effect of defragmenting solid state drives?
It is unnecessary and can reduce their
lifespan
View source
What does data compression do to a
file's
size?
It
reduces
the
file's
size
View source
Why is data compression beneficial for downloading files?
It makes files quicker to download over the
internet
View source
What must be done to compressed files before they can be read?
They must be
extracted
View source
What happens to data during lossy compression?
Data is lost, lowering the
quality
of the file
View source
How is data represented in lossless compression?
It is maintained in a new,
compressed
format
View source
What is the primary purpose of system software?
To
manage
the
computer system
View source
How does system software control computer hardware?
It uses a set of
programs
to manage operations
View source
What does system software provide for application software?
A
platform
for application software to run on
View source
What are the two types of system software?
Operating system
Utility software
system
View source
What are some examples of operating systems?
Microsoft Windows
iOS
Android
ChromeOS
View source
What are some examples of utility software systems?
Antivirus program
Disk defragmentation tools
Encryption software
View source