Operating Systems
Operating Systems
Fundamentals
1. Components of an OS
2. Functions of an OS
3. Types of OS
4. Command-line tools
The Three Elements of an OS
User Interface The part of the OS
that you interface with.
Kernel The core of the OS. Interacts
with the BIOS (at one end), and the UI
(at the other end).
File Management System Organizes
and manages files.
Operating System Functions
File Management
Application Management
Microsoft Windows
MacIntosh OS
Linux
MS Windows Versions
Home (Non-Professional) Versions
Windows 95
Windows 98
Windows Me
Professional (Business) Versions
Windows NT
Windows 2000
The Two Lines Came Together in
Windows XP (2001)
Disk Operating System
( DOS )
The first PC Operating System (1981)
Not a Multitasking OS, only one program
could run at a time
A command-line interface, no GUI.
Early versions of Windows sat on top of DOS
and used it to communicate with the BIOS.
Windows XP communicates directly with the
BIOS, but allows commands to be entered
via a command prompt.
File System
A file is a collection of bytes of
information treated as a single unit.
It is given a name to make it easy to
find and use later.
The file system keeps track of where
a file is actually resident on a disk.
A disk (hard disk, floppy, optical
disk) is subdivided into directories or
folders.
File System (continued)
The top level folder on a disk is
known as the root.
The root is generally subdivided into
subfolders.
Any folder or subfolder can contain
files and other folders.
The fully-qualified filename includes
the name of the file and the path to
the folder in which it resides:
c:\courses\061\cit141\chapter4.ppt
Windows Registered File Types