OS Flashcards
What do computers require to function?
Programming instructions
Computers cannot operate on their own and need instructions to perform tasks.
What is an operating system?
The interface between the user and the computer
It performs basic tasks and manages hardware and software resources.
List the basic tasks performed by an operating system.
- Recognises input from the keyboard
- Sends output to the display screen
- Keeps track of files and directories on the disk
- Controls peripheral devices such as printers
- Acts as an interface between hardware and user
Name some commonly used operating systems.
- Disk Operating System (DOS)
- MS Windows
- Linux
- Windows NT
- Mac OS
What is booting?
The process that starts the operating system when the computer is turned on
It is a self-starting process.
What are the two types of booting?
- Warm Boot: Restarting while the computer is on
- Cold Boot: Pressing the power button when the computer is off
What is the role of BIOS in the booting process?
Runs the Basic Input/Output System and supports the transfer of information between hardware devices
BIOS is built into a computer’s ROM.
What does POST stand for?
Power-On Self Test
It checks that all components are working properly.
What is the Master Boot Record (MBR)?
Information copied to RAM that loads the operating system files
It is crucial for the booting process.
What functions does an operating system perform?
- Process Management
- Device Management
- Memory Management
- File Management
- Housekeeping
What is process management in an operating system?
Controls and schedules processes for execution
It allocates CPU time to each process to ensure maximum output.
What is device management?
Coordinates and controls input and output devices
It requires device drivers to recognize attached devices.
What does housekeeping include in an operating system?
Services necessary for smooth operation, such as security and backup
It ensures resource accounting and protection.
What is a single-user operating system?
An operating system that allows only one user to work at a time
Examples include Windows and Mac OS.
What is a multi-user operating system?
An operating system that supports multiple users at the same time
Examples include Linux and Unix.
What is the Character User Interface (CUI)?
An interface where the user types commands to perform actions
An example is Disk Operating System.
What is the Graphical User Interface (GUI)?
An interface that provides a graphic environment for user interaction
An example is the Windows operating system.
Why is shutting down an operating system important?
To ensure that operating system files are saved back to the hard disk
Proper shutdown prevents data loss and potential damage.
What happens if a computer is switched off without proper shutdown?
High risk of losing data and potential damage to the operating system.
What is the ‘Sleep’ option in operating systems?
Puts the computer in a low-power state while saving work
It allows resuming from where the user left off.
What is the function of the ‘Sleep’ mode in computers?
Puts the computer in a low-power state and saves any work being done
It allows users to resume work from where it was left off.
What is ‘Hibernate’ in laptops?
‘Hibernate’ is a power-saving mode that keeps active documents and programs running on the hard disk
It allows work to be resumed quickly and enables restoration even in case of power failure.
What is BIOS?
A built-in software into a computer’s RAM
Define Booting.
The process that starts the operating system when the user turns on a computer system.
What is a Cold Boot?
The process of pressing the Power button when the computer is shut down.
What does MBR stand for?
Master Boot Record
It is the information that BIOS copies onto the RAM.
What is a Multi-user operating system?
An operating system that supports multiple users at the same time and/or different times.
What is an Operating System?
System software that is an interface between the user and the computer.
What does POST stand for?
Power-On Self Test
What is the purpose of POST?
Conducted by BIOS to make sure all the components of the computer are in a working condition.
Define a Single-user operating system.
An operating system where only one user can effectively work on a computer at a time.
What is a Warm Boot?
The process of pressing the Restart button while the computer is already on.
List the important functions performed by an operating system.
- Process management
- Device management
- Memory management
- File management
- Housekeeping
What is a Command User Interface (CUI)?
An environment where the user needs to type a command to perform a particular action.
What is a Graphical User Interface (GUI)?
An environment where the user can perform an action by just a mouse-click.
What happens during the shutdown of an operating system in Windows?
Operating system files are sent back to the hard disk to prevent damage.
True or False: Pressing the Power button when the computer is switched off is called a warm boot.
False
True or False: An operating system sends output to the display screen.
True
True or False: When the system is switched on, the BIOS loads onto the RAM.
True
True or False: A multi-user operating system is selected when one user needs to do one thing at a time.
False
True or False: An operating system is an application software.
False
Identify the odd one out: DOS, Housekeeping, MBR, Switch user, Windows, Process management, BIOS, Lock, Device management.
Housekeeping
Fill in the blank: The process of pressing the Restart button while the computer is already on is called _______.
Warm Boot
Fill in the blank: An interface between the user and the computer is called _______.
Operating System
Fill in the blank: A graphical environment where a mouse acts as a pointing device is called _______.
GUI
Fill in the blank: The process of pressing on the Power button when the computer is switched off is called _______.
Cold Boot
Fill in the blank: A process that starts the operating system when the user turns on a computer system is called _______.
Booting
What are the basic tasks performed by an operating system?
- Process management
- Device management
- Memory management
- File management
- Housekeeping
List the steps in the booting process.
- Power-On Self Test (POST)
- Loading the BIOS
- Initializing hardware components
- Loading the operating system into RAM
Explain the difference between CUI and GUI.
CUI requires users to type commands, while GUI allows users to interact with graphical elements using a mouse.
Why is it important to properly shut down your computer?
To prevent data loss and damage to the operating system.
Discuss the various types of operating systems.
- Single-user operating systems
- Multi-user operating systems
- Real-time operating systems
- Distributed operating systems
- Embedded operating systems