Save
...
Paper 1
Systems Software
Operating Systems
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Caylin Hindle
Visit profile
Cards (27)
What is an operating system (OS)?
Software that manages
computer resources
View source
What are the five main functions of an operating system?
Memory management
,
multitasking
,
peripherals management
,
user management
, file management
View source
Where must all programs be temporarily stored for the CPU to process them?
In
RAM
View source
What does the OS do with programs when processing is required?
Transfers programs in and out of
memory
View source
What is multitasking in the context of an operating system?
Appearing to execute multiple processes
simultaneously
View source
What is a peripheral?
An
external
device connected to a
computer
View source
What is the role of a device driver?
Provides an interface for
OS
to communicate with hardware
View source
Why are device drivers hardware dependent?
They translate
OS
instructions for specific hardware
View source
What is the purpose of a buffer in data processing?
Temporarily
stores data until it can be
processed
View source
What can users do with their accounts in an operating system?
Create, manage, and delete
individual
accounts
View source
What security settings can the OS manage for user accounts?
Allowing
passwords
to be reset
View source
What does file management in an operating system allow users to do?
Name,
rename
, open,
copy
, move, save, search, sort, and delete files
View source
What is the final function of an operating system?
To provide a
user interface
View source
What is human-computer interaction (HCI)?
The way
users
navigate 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?
To 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 typed commands
View source
What is a disadvantage of using a command-line interface?
It can accidentally delete
data
easily
View source
What is a menu-driven interface?
A series of
linked menus
for user interaction
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 press 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 are the roles of the operating system?
Providing a
user interface
Memory management
(and
multitasking
)
Peripheral management
(and
drivers
)
User management
File management
View source
Describe five ways the operating system can provide a graphical user interface (GUI).
Icons for
shortcuts
Multiple
windows
for
applications
Folder and
file
system manipulation
Customizable interface options
Access to system settings via
menus
View source
What are the advantages and disadvantages of different types of human-computer interaction (HCI)?
Command-Line Interface
:
Advantage: Powerful for experts
Disadvantage: Complex and error-prone
Touch-Sensitive Interface
:
Advantage: Intuitive for users
Disadvantage: May not work with dirty fingers
Menu-Driven Interface
:
Advantage: User-friendly
Disadvantage: Can be tedious with many menus
Voice-Driven Interface
:
Advantage: Hands-free operation
Disadvantage: Commands may be misheard
View source