Chapter I Part II_Introduction

Embed Size (px)

Citation preview

  • 8/7/2019 Chapter I Part II_Introduction

    1/30

  • 8/7/2019 Chapter I Part II_Introduction

    2/30

    Contents

    Basic Components of Computer Computer Classifications Computer System Models

  • 8/7/2019 Chapter I Part II_Introduction

    3/30

    Objectives

    At the end of this topic, studentsshould be able to:o List basic components of computero Identify classification of computerso Explain computer modelso Compare the computer system models

  • 8/7/2019 Chapter I Part II_Introduction

    4/30

    Basic Components of

    Computer

  • 8/7/2019 Chapter I Part II_Introduction

    5/30

    Basic Components of Computer

    Consists of 4 components:o Hardware (HW) componento Software (SW) component

    o Datao Communication component

  • 8/7/2019 Chapter I Part II_Introduction

    6/30

    Basic Components of Computer

    Hardwareo Physical equipmentso Consists of:

    Central Processing Units (CPU) Memory (including storage devices) InputOutput

  • 8/7/2019 Chapter I Part II_Introduction

    7/30

    Basic Components of Computer

    CPU

  • 8/7/2019 Chapter I Part II_Introduction

    8/30

    Basic Components of Computer

    Memory

  • 8/7/2019 Chapter I Part II_Introduction

    9/30

    Basic Components of Computer

    Input devices

    scanner

    joystick

    keyboard

    mouse

    stylus Web camera

    trackball

    PC gamming device

  • 8/7/2019 Chapter I Part II_Introduction

    10/30

    Basic Components of Computer

    Output devices

    cathode ray tube monitor

    speaker

    plotter printer

  • 8/7/2019 Chapter I Part II_Introduction

    11/30

    Typical Personal Computer System

  • 8/7/2019 Chapter I Part II_Introduction

    12/30

    Basic Components of Computer

    Softwareo Programs that instruct a computer to

    perform certain tasks.

    o 2 categories of software System software

    Manage files, load and execute programs, acceptusers instructions

    Application software

    Perform users tasks. E.g. Word Processing,Spreadsheet etc.

  • 8/7/2019 Chapter I Part II_Introduction

    13/30

    Basic Components of Computer

    Datao Manipulated by computero Numeric, alphanumeric, graphic, sound,

    etc.

  • 8/7/2019 Chapter I Part II_Introduction

    14/30

    Basic Components of Computer

    Communicationso Connections between computerso LAN/WAN/MAN

    o Internet

  • 8/7/2019 Chapter I Part II_Introduction

    15/30

    Computer Classifications

  • 8/7/2019 Chapter I Part II_Introduction

    16/30

    Computer Classifications

    The characteristics used for computer classificationare:o speedo instruction repertoireo

    number of CPU registerso word lengtho main memory sizeo complexity of I/O moduleso OS complexityo physical size, costo

    virtual address spaceo secondary memory sizeo degree of multiprogramming

  • 8/7/2019 Chapter I Part II_Introduction

    17/30

    Computer Classification

    Computers are classified intodifferent categories:o Supercomputerso Mainframeso Minicomputerso Microcomputers/PCo Workstations.

  • 8/7/2019 Chapter I Part II_Introduction

    18/30

    Computer Classification

    Supercomputerso Large sizeo Process very large data sets.

    o Used in military, scientific research.o Example: Cray Supercomputer

  • 8/7/2019 Chapter I Part II_Introduction

    19/30

    Computer Classification

    Mainframeo Large business applicationso Used in business, finance, education

    o Example: IBM System z9, IBM/ES 900,IBM 370

  • 8/7/2019 Chapter I Part II_Introduction

    20/30

    Computer Classification

    Minicomputero Medium-sized servero Used for small to medium size of

    business.o Now, also known as servero Example: IBM iSeries, HP 9000 mid-

    range server family

  • 8/7/2019 Chapter I Part II_Introduction

    21/30

    Computer Classification

    Microcomputero PC, PDA, Notebooko Individual users

    o Example: HP Desktop, Acer Notebook

  • 8/7/2019 Chapter I Part II_Introduction

    22/30

    Computer Classification

    Workstationo High-end desktop designed for technical

    applications.

    o Require a moderate amount ofcomputing power and relatively highquality graphics capabilities.

    o Example: HP Workstation, IBM

    Workstation

  • 8/7/2019 Chapter I Part II_Introduction

    23/30

    Computer System Model

  • 8/7/2019 Chapter I Part II_Introduction

    24/30

    Computer System Model

    Computer system model can beclassified into three models: Von Neumann model.

    Onion model. Neural network (NN) model.

  • 8/7/2019 Chapter I Part II_Introduction

    25/30

    Computer System Model

    Von Neumann modelo 3 basic components: CPU, main memory

    and I/O system.

    o Use program and data that can bemanipulated in computer memory.

    o Use multipurpose processor to processinstruction by instruction (fetch cycle

    and execute cycle).o Use bus system between memory and

    CPU

  • 8/7/2019 Chapter I Part II_Introduction

    26/30

    Computer System Model

  • 8/7/2019 Chapter I Part II_Introduction

    27/30

    Computer System Model

    Onion model:o Computer system is distributed into

    several layers.

  • 8/7/2019 Chapter I Part II_Introduction

    28/30

    Computer System Model

    High Level Language

    Application System

    Assembly Language

    Machine Language

    Micro CodeDigital Logic

    DataStructure

    OS Utilities

    OS

    Hardware

    Number

  • 8/7/2019 Chapter I Part II_Introduction

    29/30

    Computer System Model

    NN model:o Computer system is assumed to be

    equal to human body (brain-nerve cells).

    o CPU becomes as the brain of computer.

  • 8/7/2019 Chapter I Part II_Introduction

    30/30

    End of Chapter I