class 8 chapter 1 wxer cise answer
Operating System (OS) – Class 8 Notes
1. Operating System (OS)
Definition:
An Operating System is system software that controls and manages the computer hardware and software and allows the user to interact with the computer.
Examples:
Microsoft Windows
Linux
macOS
Android
Functions of an Operating System
Manages hardware devices.
Runs application programs.
Manages memory.
Controls input and output devices.
Provides user interface (GUI or CUI).
Manages files and folders.
Types of Operating System
1. Multitasking Operating System
Definition:
A multitasking OS allows a computer to run more than one program at the same time.
Example:
Microsoft Windows
macOS
Example Situation:
Listening to music while typing a document.
Use:
In personal computers
For office work
2. Multi-user Operating System
Definition:
A multi-user OS allows multiple users to use the same computer system at the same time.
Examples:
Unix
Linux
Use:
Used in servers
Used in banks and large organizations
3. Real-Time Operating System (RTOS)
Definition:
A Real-Time Operating System processes data immediately without delay.
Examples:
VxWorks
QNX
Example Uses:
Air traffic control systems
Medical machines
Industrial robots
CUI (Character User Interface)
Definition:
CUI is a type of interface where the user types commands using the keyboard to communicate with the computer.
Example:
MS-DOS
Example Command:DIR
Real-Time Processing OS Examples
Two examples of real-time processing OS:
VxWorks
QNX
Difference Between Single User OS and Multi User OS
| Single User OS | Multi User OS |
|---|---|
| Only one user can use the system at a time | Many users can use the system at the same time |
| Used in personal computers | Used in servers |
| Simple to manage | More complex |
| Example: MS-DOS | Example: Unix |
Booting
Definition:
Booting is the process of starting a computer and loading the operating system into memory.
Types of Booting
1. Warm Booting
Definition:
Restarting the computer without turning off the power.
Example:
Pressing Restart or Ctrl + Alt + Delete.
2. Cold Booting
Definition:
Starting the computer when it is completely switched off.
Example:
Pressing the power button.
Advantages of GUI (Graphical User Interface)
Example: Microsoft Windows
Advantages:
Easy to use.
No need to remember commands.
Uses icons, menus, and windows.
User-friendly for beginners.
Comments
Post a Comment