Top Banner
1 CMOS Configuration Chip
24

1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

Dec 21, 2015

Download

Documents

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: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

CMOS Configuration Chip

Page 2: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Jumpers

Page 3: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Software

The intelligence of the computer Computer programs, or instructions to

perform a specific task Determines what hardware is present Decides how hardware is configured

and utilized Uses hardware to perform tasks

Page 4: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Three Types of Software and What They Do

Firmware (BIOS)• Controls computer’s input/output functions

Operating systems (OSs)• Provide instructions to hardware to perform

tasks Applications software

Page 5: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Functions of BIOS and OS

Page 6: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Firmware or BIOS

Provides basic instructions to hardware Often serves as the interface between

higher-level software and hardware

Page 7: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Software Layers

A hierarchy determines how software interfaces so that high-level software can depend on low-level software to manage the hardware for it

Applications software depends on the OS to interface with hardware• Instructs hardware directly• Uses BIOS to provide the instructions• Uses device drivers

Page 8: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Software Layers

Page 9: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

How Software Manages and Shares Information

Page 10: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Operating Systems

Different operating systems are written to support different types of hardware systems and user needs

Page 11: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Functions of Operating Systems

Manage BIOS Manage files on secondary storage devices Manage primary memory (RAM) Diagnose software and hardware problems Interface between hardware and software Perform housekeeping procedures requested

by user

Page 12: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Starting Up the Operating System

OS programs must be copied from secondary storage into RAM (memory)

CPU then reads from one memory location in RAM to another to receive and follow instructions

Page 13: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Starting Up the Operating System

Page 14: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Interfacing with the Operating System

Command-driven interface Menu-driven interface Icon-driven interface (graphical user

interface or GUI)

Page 15: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Command-driven Interface

Page 16: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Menu-driven Interface

Page 17: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Icon-driven Interface

Page 18: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Survey of Operating Systems

Terms• Multitasking• Cooperative multitasking (task switching)• Preemptive multitasking• Environment• Windows 3.x operating environment

Page 19: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Multitasking Environment

Page 20: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Windows 3.x Operating Environment

Page 21: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Comparison of Operating Systems

What kind of user interface is provided? Can the OS support multitasking? Can the OS easily manage large quantities of

primary memory (RAM) and secondary storage?

How many and what kinds of applications are written to work with the OS?

How powerful must the hardware be to make efficient use of the OS?

How does the OS perform in a network?

Page 22: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Well-known Operating Systems

DOS (disk operating system) DOS with Windows 3.1 and 3.11 operating

environments Windows 95 and Windows 98 UNIX operating system Windows NT Windows 2000 OS/2 Macintosh operating system

Page 23: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Disk Operating System (DOS)

First OS used by IBM microcomputers

Page 24: 1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.

1

Disk Operating System (DOS)