20
Text Book Computer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc.

Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Text Book

Computer Organizationand Architecture:Designing forPerformance, 7th Ed.,2006, William Stallings, Prentice-Hall International,

Inc.

Page 2: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Outline

Overview The Computer System The CPU The Control Unit Parallel Organization

Page 3: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline
Page 4: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline
Page 5: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

5

William StallingsComputer Organizationand Architecture7th Edition

Chapter 1Introduction

Page 6: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Architecture & Organization 1

Architecture is those attributes visible to theprogrammer Instruction set, number of bits used for data

representation, I/O mechanisms, addressingtechniques.

e.g. Is there a multiply instruction?

Organization is how features are implemented Control signals, interfaces, memory technology. e.g. Is there a hardware multiply unit or is it done by

repeated addition?

Page 7: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline
Page 8: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Architecture & Organization 2

All Intel x86 family share the same basicarchitecture

The IBM System/370 family share the samebasic architecture

This gives code compatibility At least backwards

Organization differs between different versions

Page 9: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Structure & Function

Structure is the way in which componentsrelate to each other

Function is the operation of individualcomponents as part of the structure

Page 10: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Function

All computer functions are: Data processing Data storage Data movement Control

Page 11: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Operations (1) Data movement

Page 12: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Operations (2) Storage

Page 13: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Operation (3) Processing from/to storage

Page 14: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Operation (4)Processing from storage to I/O

Page 15: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Structure

The Computer CPU

– Controls the operation of thecomputer and performs its dataprocessing functions.

Main memory– Stores data

I/O– Moves data between the

computer and its externalenvironment

System interconnection– Provides for communication

among CPU, main memory, andI/O

Page 16: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Structure - Top Level

Computer

MainMemory

InputOutput

SystemsInterconnection

Peripherals

Communicationlines

CentralProcessingUnit

Computer

Page 17: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Structure - The CPU

Computer ArithmeticandLogic Unit

ControlUnit

Internal CPUInterconnection

Registers

CPU

I/O

Memory

SystemBus

CPU

Page 18: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Structure - The Control Unit

CPU

ControlMemory

Control UnitRegisters andDecoders

SequencingLogic

ControlUnit

ALU

Registers

InternalBus

Control Unit

Page 19: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Outline of the Book (1)

Computer Evolution and Performance Computer Interconnection Structures Internal Memory External Memory Input/Output Operating Systems Support Computer Arithmetic Instruction Sets

Page 20: Overview of basics - WordPress.com fileComputer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc. Outline

Outline of the Book (2)

CPU Structure and Function Reduced Instruction Set Computers Superscalar Processors Control Unit Operation Microprogrammed Control Multiprocessors and Vector Processing Digital Logic (Appendix)