Save
Computing
Computing 2
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
f
Visit profile
Cards (39)
What is the purpose of a user interface in an operating system?
It provides a method for users to
interact
with a
computer.
View source
What does
memory
management in an operating system involve?
It involves managing programs and data stored in RAM and freeing up
memory
when a program is
closed.
View source
What is multitasking in the context of an operating system?
It is the ability to run
two
or more programs at
once.
View source
What is the role of peripheral management in an operating system?
It manages devices such as
mice
and
printers.
View source
What does user management in an operating system entail?
It involves managing usernames, passwords, and access
permissions
for
users.
View source
What is file
management
in an
operating system
?
It is the organization of files on
storage drives
, including naming, moving, saving, copying, and
deleting files.
View source
Name an example of an operating system.
Microsoft Windows
View source
What is the time period during which MS-DOS was used?
1981-2000
View source
What is the time period during which Windows has been in use?
1985-present
View source
What is the time period during which Android has been in use?
2008-present
View source
What is the time period during which macOS has been in use?
2001-present
View source
Who is the creator of
Linux
?
Linus Torvalds
View source
What is the time period during which Linux has been in use?
1991-present
View source
What is
system software
?
It is the software that provides a platform for other software to work, including
operating systems
and
utility programs.
View source
What are the main responsibilities of operating systems?
They manage computer
hardware
, users, and the resources used by
software.
View source
What features do
graphical user interfaces
(
GUIs
) have?
They include pointers,
windows
, menus, icons, and
drag-and-drop
functionality.
View source
How do smartphone interfaces differ from desktop interfaces?
Smartphone interfaces generally take up the
full screen
and do not use
pointers.
View source
What does the acronym
WIMP
stand for in traditional
GUIs
?
Windows
,
Icons
, Menus, and Pointers.
View source
What is a command line interface (CLI)?
It is an interface where text commands are entered into the computer.
View source
What are the advantages of using a command line interface?
It requires very little processing
power
and can be
faster
for expert users.
View source
What are menu-driven interfaces commonly used for?
They are often used by devices with dedicated functions, such as
MP3
players and
ATM
machines.
View source
Why must the operating system manage
memory
?
To ensure that programs and their data are properly
loaded
and do not
overwrite
each other.
View source
What is the purpose of interrupts in an operating system?
They are
signals
sent to the
CPU
to indicate an event that needs immediate attention.
View source
What are hardware interrupts?
They are generated by hardware devices to
signal events
, such as a printer running out of paper.
View source
What are software interrupts?
They are generated by programs to indicate
errors
, such as a
divide-by-zero
error.
View source
What is the role of device drivers in an operating system?
They are programs that control
peripheral
devices and
communicate
with the OS.
View source
How does the operating system handle data sent to a printer?
The data is sent to a
print queue
or buffer, where it is transmitted to the
printer page
by page.
View source
What is the function of the
print queue
?
It shows the status of each
job
in the queue, indicating whether it is
printing
or waiting.
View source
What does the operating system do for disk and file management?
It manages where files are written on the
disk
, keeps track of their locations, and prevents
overwriting.
View source
What features are included in file
management
by the
operating system
?
Features include naming
files
, allocating
files
to folders, moving, saving, copying, and deleting files.
View source
What is the purpose of access rights in user management?
Access rights
ensure that users can only see their
own files
and have different levels of permissions.
View source
What is the role of the operating system in user logins?
It is responsible for storing all users and their
passwords
in a
file
or database.
View source
What are the main functions of an operating system?
User interface
: Method for user interaction
Memory management
: Manages RAM and frees memory
Multitasking
: Runs multiple programs simultaneously
Peripheral management
: Manages devices like mice and printers
User management
: Handles usernames and passwords
File management
: Organizes files on storage drives
View source
What are the types of user interfaces?
GUI
: Graphical User Interface
WIMP
: Windows, Icons, Menus, Pointers
Menu-driven
interface
CLI
: Command Line Interface
Voice activated
interfaces
View source
What are the types of interrupts in an operating system?
Hardware
interrupts: Generated by hardware devices
Software
interrupts: Generated by programs
View source
What are the features of graphical user interfaces (GUIs)?
Pointers
Windows
Menus
Icons
Drag
and
drop
functionality
View source
What are the responsibilities of memory management in an
operating system
?
Copying programs
from storage to
RAM
Keeping track
of
program locations
Preventing overwriting
of
existing data
View source
What are the features of file management in an operating system?
Naming
files
Allocating
files to folders
Moving
files
Saving
files
Copying
files
Deleting
files
View source
What are the types of system software?
Operating systems
Utility
programs
Program
translators
View source