35
1 Technology In Action Chapter 5 System software & OS • System software • Operating systems: – Kinds of systems – Common desktop systems – User interaction – Manage the processor – Manage memory NEXT SLIDE

Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

  • View
    219

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

1

Technology In Action Chapter 5

System software & OS

• System software

• Operating systems:– Kinds of systems – Common desktop systems– User interaction– Manage the processor– Manage memory

NEXT SLIDE

Page 2: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

2

Technology In Action Chapter 5

Topics

• Operating systems:– Manage hardware– Interact with application software– Start the computer– Keep the computer organized

• Desktop and windows features

• Utility programs

NEXT SLIDE

Page 3: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

3

Technology In Action Chapter 5

System Software

NEXT SLIDE

Operating systems• Control computer

functions:– Hardware – Memory – Application programs– System maintenance

• Provide user interface

System utilitiesPrograms that perform computer housekeeping tasks:

•Manage system resources•Improve efficiency•Virus prevention

Page 4: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

4

Technology In Action Chapter 5

Operating System Categories

• Four categories:– Real-Time (RTOS)– Single-User, Single-Task– Single-User, Multitask– Multi-user

NEXT SLIDE

Page 5: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

5

Technology In Action Chapter 5

Real-Time Operating Systems

• Systems with a specific purpose and a certain result

• Uses include:– Industrial machines– Robotic equipment– Automobiles– Video game consoles– Home appliances

NEXT SLIDE

Page 6: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

6

Technology In Action Chapter 5

Single-User Operating Systems

Single-task systems• Perform one task at a

time• PDAs:

– Pocket PC– Palm OS

• MS-DOS

Multitask systems• Perform simultaneous

tasks• Windows• MAC OS• Linux

NEXT SLIDE

Page 7: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

7

Technology In Action Chapter 5

Multi-user Operating Systems

• Known as network operating systems

• Allow access to the computer system by more than one user

• Manage user requests

• Systems include:– UNIX– Novell Netware– Windows Server XXX

NEXT SLIDE

Page 8: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

8

Technology In Action Chapter 5

Desktop Operating Systems

• Operating system combined with the processor is known as a platform– Microsoft Windows / Intel– Apple Macintosh / Motorola

• Desktop operating systems include:– Microsoft Windows– MAC OS– UNIX– Linux

NEXT SLIDE

Page 9: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

9

Technology In Action Chapter 5

Microsoft Windows

• Market leader – 90% market shareClick to view the various Windows systems

Windows XP (2001)

Offers a new multi-user desktop as well as improved digital media features andInternet capabilities.

Windows ME (2000)

This upgrade to Windows 95 and Windows 98 includes system backup andmultimedia capabilities (such as Media Player).

Windows 2000

(2000)

This upgrade to Windows NT offers improvements to file security and Internet support.

Windows 98 (1998)

This upgrade includes additional file protection and incorporatesInternet Explorer 4.0, a customizable taskbar, and desktop features

Windows 95

(1995)

This operating system runs fasterand more efficiently, introduces Plug and Play capabilities, long file names, short-cutright-click menus, and a cleaner desktop.

Windows NT (1993)

Fundamentally different operating system with increased security, power,performance, and multitasking scheduler.

Windows 3.x

(1990-1992)

First widely used PC graphical user interface (GUI) operating system. Improvedpoint-and-click mouse operations and multitasking capabilities.

Windows 2.0

(1987)

Includes better graphics capabilities and introduces keyboard shortcuts andthe ability to overlap windows.

Windows 1.0

(1985)

Introduces point-and-click commands with a mouse and includes modestmultitasking capabilities and desktop applications.

NEXT SLIDE

Page 10: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

10

Technology In Action Chapter 5

MAC OS

• First operating system with point-and-click technology

• Excels in:– Graphics display– Processing capabilities– System reliability– Document recovery

• Fewer software applications

MAC OS X

NEXT SLIDE

Page 11: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

11

Technology In Action Chapter 5

UNIX

• Multi-user, multitask operating system

• Used primarily with mainframes

NEXT SLIDE

Page 12: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

12

Technology In Action Chapter 5

Linux

• Open-source operating system

• Based on UNIX

• Stable system

• Free

• May be downloaded through the Internet

NEXT SLIDE

Page 13: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

13

Technology In Action Chapter 5

What the Operating System Does

• Provides user interface

• Manages the CPU

• Manages memory

• Manages hardware

• Coordinates application software with the CPU

Page 14: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

14

Technology In Action Chapter 5

The User Interface

• Enables you to interact with the computer

• Types of interfaces:– Command-driven interface– Menu-driven interface– Graphical user interface

NEXT SLIDE

Page 15: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

15

Technology In Action Chapter 5

Process 4th

Process 3rd

Process 2nd

Process 1st

Processor Management

• Controls the timing of events the processor works on– Interrupts– Interrupt handler– Interrupt table– Stack

REQUEST

Operating

System

NEXT SLIDE

Page 16: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

16

Technology In Action Chapter 5

Memory Management

• The operating system allocates space in RAM for instructions and data

RAM

NEXT SLIDE

Operating

System

Page 17: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

17

Technology In Action Chapter 5

Virtual Memory

• Instructions and data are stored on the hard drive when RAM is full– Swap file– Paging – Thrashing

Operating

System

NEXT SLIDE

FULL

Page 18: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

18

Technology In Action Chapter 5

Hardware Management

NEXT SLIDE

• Device drivers:– Programs that enable the operating system to

communicate with peripheral devices– Provided by the manufacturer of the device

• Plug and Play:– Hardware and software standard– Facilitates the installation of new hardware

Page 19: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

19

Technology In Action Chapter 5

Software Application Coordination

• Application programming interfaces (APIs):– Blocks of code contained in the operating system– Coordinates the operating system with software

applications• Similar toolbars and menus

– Microsoft Direct X

NEXT SLIDE

Page 20: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

20

Technology In Action Chapter 5

Starting the Computer

The boot process• Step 1: The basic

input/output system (BIOS) is activated

• Step 2: A Power-on-self-test (POST) checks attached hardware

• Step 3: The operating system loads into memory

• Step 4: Configuration and customization settings are checked

1

2

3

4

NEXT SLIDE

Page 21: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

21

Technology In Action Chapter 5

Handling Errors in the Boot Process

• Non-system disk or disk error– Remove the floppy from the drive

and press any key

• POST errors– Single beep: Everything is loading

properly

– Series of beeps: Hardware problem

• Safe mode– Windows does not boot properly

– Uninstall any new devices or software

NEXT SLIDE

Page 22: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

22

Technology In Action Chapter 5

NEXT SLIDE

The Desktop

• Desktop features:– Shortcut icons– My Documents– Start button– Quick launch– Open programs– Taskbar– System tray– toolbar

SHORT CUT ICONSA

B

C

D

E G H

I

_______________

MY DOCUMENTS

MY COMPUTER

START BUTTON

QUICKLAUNCH

TASKBAR SYSTEM TRAY

TOOLBAR

____________

____________

____________

____________

_________ ___________

_________

F

OPEN PROGRAMS__________________

Click to view Desktop features

Page 23: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

23

Technology In Action Chapter 5

Start Menu

• Start menu features– User name– Pinned items– Frequently used

programs– All programs– User logoff– Shutdown/Restart– Special

folders/system/help

AUSER NAME

ALL PROGRAMSBUTTON

SPECIAL FOLDERSSYSTEM AREAHELPMOST FREQUENTLY

USED LIST

USER LOG OFFSHUT DOWN/RESTART

G

F

E

D

C

BPINNED ITEMS LIST

_____________

___________

_______________

_______________

____________

_____________________________________________

_______________

Click to view Start menu features

NEXT SLIDE

Page 24: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

24

Technology In Action Chapter 5

• Title bar

• Menu

• Toolbars

• View options

• Status bar

• Scroll bar

• Sizing buttons

Window A

B

C

D

E

F

G

SCROLL BARS

STATUS BAR

VIEW OPTIONS

TOOL BARS

MENU BAR

TITLE BAR

SIZING BUTTONS

__________

__________

__________

______________

____________

____________

_______________

Click to view Window features

NEXT SLIDE

Page 25: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

25

Technology In Action Chapter 5

File Management

• The operating system provides an organizational structure to the computer’s contents

• Hierarchical structure of directories:– Drives

• FoldersSubfolders

» Files

NEXT SLIDE

Page 26: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

26

Technology In Action Chapter 5

Viewing and Sorting Files and Folders

• Windows Explorer views:– Thumbnails– Tiles– Icon– List– Details – Sorted and grouped

NEXT SLIDE

Page 27: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

27

Technology In Action Chapter 5

C: Tech in Action\TIA Pics\\My Documents\ dotmatrix.gif

Drive Primary folder

Secondary folders

Filename

NEXT SLIDE

Naming Files• Filename:

– Name assigned plus filename extension

• Filename extensions:– Used by

programs

• File path:– Location of the

file

Bioreport.doc

or

Bio report.doc

Extension

Type of Document

Application

.doc Word processing document

Microsoft Word; Corel Word Perfect

.xls Workbook Microsoft Excel

.ppt PowerPoint presentation

Microsoft PowerPoint

.mdb Database Microsoft Access

.bmp Bitmap image Windows

.zip Compressed file WinZip

.pdf Portable Document Format

Adobe Acrobat

.htm or .html

Web page Hypertext Markup Language

Page 28: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

28

Technology In Action Chapter 5

Working with Files

• File management actions:– Open– Copy– Move– Rename– Delete

• Recycle bin

NEXT SLIDE

Page 29: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

29

Technology In Action Chapter 5

Utility Programs

• Small application programs that perform special functions:– Manage system resources– Create pleasant environment– Improve efficiency

Page 30: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

30

Technology In Action Chapter 5

Display Utilities

• Change the appearance of:– Desktop– Windows colors– Font sizes– Screen savers– Screen resolution

NEXT SLIDE

Page 31: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

31

Technology In Action Chapter 5

Add or Remove Programs

• Installation wizard

• Uninstall wizard:– Do not delete programs

NEXT SLIDE

Page 32: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

32

Technology In Action Chapter 5

File Compression Programs

• Reduce the size of a file:– Removes redundancies

NEXT SLIDE

Page 33: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

33

Technology In Action Chapter 5

System Maintenance Utilities

• Disk cleanup

• Disk defragmenter

• ScanDisk:– Error checker

• Task manager

NEXT SLIDE

Page 34: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

34

Technology In Action Chapter 5

System Restore and Backup

• System Restore:– Restores the system

settings back to a specific date

• Backup:– Creates a copy of

the hard drive to another storage device

NEXT SLIDE

Page 35: Technology In Action Chapter 5 1 System software & OS System software Operating systems: –Kinds of systems –Common desktop systems –User interaction –Manage

35

Technology In Action Chapter 5

Accessibility Utilities

• Utility manager:– Magnify screen image– Screen contents narration– On-screen keyboard

NEXT SLIDE