Top Banner
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems
20
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

COMPUTERS:TOOLS FOR AN INFORMATION AGE

Chapter 3Operating Systems

Page 2: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Operating Systems: Hidden Software

A set of programs that lies between applications software and the hardware

Page 3: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Objectives of Operating Systems

1. Manages computer’s resources (CPU, peripheral devices)

2. Establishes a user interface Determines how user interacts with operating system

3. Provides and executes services for applications software

Page 4: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

User Interface (UI)

The most common user interfaces are:

Command-line Text only E.g. DOS

Graphical User Interface (GUI) Images, icons, menus, drag and drop E.g. Windows, Mac OS

Page 5: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Systems Software

All programs related to coordinating computer operations

Examples: Operating systems Programming language translators

Convert program code to machine-readable form Utility programs

Perform secondary chores (tasks)

Page 6: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Kernel

Manages the operating systemLoaded from hard drive into memory when

computer is booted Booting refers to starting the computer

Loads other operating system programs from disk storage as needed Other programs referred to as nonresident

Page 7: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Uses of Operating Systems

Operating systems are used in: Personal computers Networks Large computers

Page 8: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Operating Systems for PCs

Platform: combination of computer hardware and operating system software (personal computer)

Common Platforms: MS-DOS Windows MAC OS Unix Linux

Page 9: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

MS-DOS

Uses a command-line interface Screen provides prompts for user User types commands

Largely replaced by graphical user interfaces

Not user-friendly

Page 10: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

MS Windows

Uses a graphical user interface (GUI)

A layer added “on top” of DOS Separates operating system from user Makes operating system easier to use Called a shell

Page 11: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Graphical User Interface

User clicks an icon to perform tasks

Start Menu in lower left corner launches programs

Use menus to activate commands

Page 12: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Windows Features

Long file names (up to 255 characters)

Plug and Play Makes installing hardware components easier

Page 13: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Windows Family

Windows 95Windows 98Windows MEWindows XPWindows 7Windows CEWindows MobileWindows NTWindows 2000Windows Server 2003Windows Server 2008

Page 14: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Apple MAC OS

Designed for the Macintosh computerFirst commercially successful GUI

Has served as the model for Windows and other GUI products developed since then

Page 15: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Linux

Uses command-line interface Many companies have created a GUI to work with Linux

Open-source concept Source code is free Users can download, change, and distribute the software

More stable than Windows

Applications relatively scarce (uncommon)

Page 16: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Network Operating Systems

Examples: Windows NT Server Windows 2000 Server Windows Server 2003 Windows Server 2008 Windows .NET Server Novell Netware Unix Linux

Page 17: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Utility Programs

Perform secondary chores (tasks)

Examples: File manager File compression Others

Page 18: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

File Manager

Stores files in a hierarchical directory structureWindows uses Windows Explorer

Page 19: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

File Compression

Reduces amount of space a file requires Makes file take up less space on disk Takes less time to transmit across communication

lines

Page 20: COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.

Other Utility Programs

Backup and Restore Backup: make copies of disks and store in a safe place Restore: restore files from backups

Disk defragmenter: reorganizes disk so all files are stored in contiguous locations

Device driver: handles commands for devices, such as printers and storage devices