Unit 4: Operating Systems

Contents

1. Operating System Basics & Purpose

An Operating System (OS) is the most important software that runs on a computer. It manages the computer's memory and processes, as well as all of its software and hardware. It also allows you to communicate with the computer without knowing how to speak the computer's language.

Key Purposes of an OS:

2. Types of Operating Systems

Operating systems have evolved to meet different computing needs, ranging from simple devices to complex networks.

Type of OS Description Example
Single-User Designed for one user to perform one task at a time. MS-DOS
Multi-User Allows multiple users to access a computer system concurrently. Linux, Unix
Multitasking Allows more than one program to run simultaneously. Windows, macOS
Real-Time (RTOS) Used for systems where time is critical, such as industrial robots. FreeRTOS, QNX

3. Providing a User Interface

The OS provides a way for humans to interact with the machine, known as the User Interface (UI).

1. Command-Line Interface (CLI)

Users interact with the OS by typing specific text commands. It is powerful but requires users to memorize commands.

2. Graphical User Interface (GUI)

Uses visual elements like icons, menus, and windows to interact with the system. It is user-friendly and used by almost all modern personal computers.

4. Core OS Tasks: Running Programs & Managing Hardware

The OS performs several background functions to keep the computer operational.

5. Enhancing an OS with Utility Software

Definition: Utility software consists of small, specialized programs designed to help manage, maintain, and control computer resources.

Common Utility Types:

6. Exam Focus: Tips and FAQs

Q: Can a computer run without an Operating System?
A: Technically, yes, but it would be practically useless for a normal user as there would be no interface to run applications or manage files.

Q: What is the main difference between GUI and CLI?
A: GUI uses graphics (icons/mouse); CLI uses text commands.