Computer Hardware Processing and Internal Memory.

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Calera High School Dawn Bone
The System Unit What is the system unit?
Introduction to Computers Section 4A. home Decimal Number System Called base 10 because 10 symbols are available.
The Central Processing Unit: What Goes on Inside the Computer.
The Central Processing Unit: What Goes on Inside the Computer.
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Parts & Functions of a Computer. 2 Functions of a Computer.
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Chapter 4 The Components of the System Unit
1 Introduction to Computers Day 6. 2 Main Circuit Board of a PC The main circuit board (motherboard or system board) is the central nervous system of.
Semester One 2001/2002 Sheffield Hallam University1 The Motherboard Major circuit board in PC Holds CPU where calculations and instructions on data are.
Introduction Computer Hardware Jess 2006 The CPU.
COMPUTER SYSTEM Computer is an electronic device or machine, which takes data as input and processes it and after processing it gives its output. A computer.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
Prepared by Careene McCallum-Rodney Hardware specification of a computer system.
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 The System Unit.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
COMPONENTS OF THE SYSTEM UNIT
Central Processing Unit Part III Bayram Güzer. Personal Computer Chips The chips in personal computers is attached to the motherboard. Flat main circuit.
Processing Devices.
The Components of the System Unit Chapter 4 By: Janice Colon.
Lesson 3 — How a Computer Processes Data
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
C4- The Central Processing Unit: What Goes On Inside the Computer.
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Computers: Information Technology in Perspective.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
Computer Processing of Data
E0001 Computers in Engineering1 The System Unit & Memory.
Introduction to Computing: Lecture 4
Computer Hardware Mr. Richard Orr Technology Teacher Bednarcik Jr. High School.
GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
1 Inside the Computer Chapter 6 Copyright Prentice-Hall, Inc
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright Prentice-Hall, Inc Chapter 2.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Chapter 4 The Components of the System Unit. The System Unit It is a case that contains electronic components of the computer used to process data Sometimes.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computers © 2005 Prentice-Hall, Inc.Slide 1. Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
Grade 9 BTT - Hardware Notes. Prepared by: C. Novak - Ridgemont Hardware and Software Hardware is any part of the computer system you can see Software.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Academic PowerPoint Computer System – Architecture.
PC Internal Components Lesson 4.  Intel is perhaps the most recognizable microprocessor manufacturer. List some others.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
Computers: Tools for an Information Age Chapter 4 The Central Processing Unit: What Goes On Inside the Computer.
Chapter 2 Turning Data into Something You Can Use
Chapter 2.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Lecture # 10 Processors Microcomputer Processors.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
The Central Processing Unit: What Goes on Inside the Computer
Introduction Computer Hardware Jess 2006
Week 3 The Components of the System Unit
Computers © 2005 Prentice-Hall, Inc. Slide 1.
Computers (Hardware and Software)
Lecture 3 The Hardware.
Computers: Tools for an Information Age
Computers: Tools for an Information Age
Presentation transcript:

Computer Hardware Processing and Internal Memory

Secondary Storage Input Output Processing Internal Memory

CPU - Central Processing Unit u Parts of the CPU l CU - Control Unit l ALU - Arithmetic/Logic Unit l registers l internal bus u Also referred to as the microprocessor

Control Unit u part of the CPU that coordinates the operation of the computer u manages the flow of data u converts instructions into commands that the computer can understand

Arithmetic Logic Unit u Performs the actual processing by performing arithmetic and logic operations on the data

Registers u special high speed storage locations within the CPU l instruction register l address register l storage register l accumulator

Memory (RAM) u The section of the computer that holds: l data and program instructions awaiting processing l intermediate processing results l processed output

Processing u All program instructions are converted to binary instructions called machine language. u The processing of a single machine language instruction is accomplished in a four step machine cycle u The system clock synchronizes the machine cycle l measured in Megahertz (MHz) l 1 MHz is 1 million clock cycles per second

Machine Cycle

u Instruction cycle (I-cycle) l The control unit fetches from memory the next command to be executed. The control unit d e c o d e s the command into an instruction that the ALU can process. CU u Execution cycle (E-cycle) l The control unit retrieves the needed data from memory and commands the ALU to e x e c u t e the required instruction l The control unit stores the result in memory.

The System Unit

Memory u types of internal memory l RAM - Random Access Memory l Cache Memory l ROM - Read Only Memory

Random Access Memory (Main Memory) u used to store programs and data on which the computer is currently working u measured in megabytes on PC’s u volatile memory u SIMM, DIMM u DRAM, SDRAM

Cache Memory u A storage area, where the computer stores the most recently accessed data. u external cache u internal cache l level 2 cache (L2 cache) u SRAM

Read Only Memory u a software-in-hardware module that can be read but not written on u nonvolatile memory u important pieces of system software are stored in ROM

System Bus u Communication system for the computer u a set of wires etched into the system board (motherboard)

Types of System Buses u internal bus - on the microprocessor u data bus - links the CPU to RAM u expansion bus - extends the data bus to establish links with peripherals l ISA, EISA u local bus - handle the most time critical busing operations (display, storage, network) l PCI

Copyright (c) 1998 by Harcourt Brace & Company. All rights reserved.

Add in Boards (Cards) u Customization of computer u card-like pieces of hardware that contain the circuitry to perform specific functions u Variety of brands and functions l graphics adapter l fax/modem board l sound card l network card u plug into expansion slots

Ports u sockets that allow you to plug in external hardware devices u parallel l 25 holes l printers, tape drives u serial (com ports) l 9 or 25 pins l connects low speed peripherals such as scanners and external modems l Universal Serial Bus (USB) u mouse port, keyboard port

Increasing Computer Speed u increase clock speed u increase word size u add cache, more RAM u packing circuits closer together u symmetric multiprocessing u RISC architecture u pipelining instructions

Pipelining Instructions

PC Microprocessors u 8088 and 8086 u u SX and DX u or i486 SX and DX u Intel’s Pentium, Pentium Pro, Pentium II, Celeron, Pentium III, Pentium III Xeon l MMX u Cyrix, AMD u DEC Alpha