CS 1410 Intro to Computer Tecnology Computer Hardware1.

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

Chapter 4 The Central Processing Unit
Components of a computer system
Computer Memory and Data Transfer
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.
SECTION 4a Transforming Data into Information.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
The CPU - Outline. Components of CPU Englander p
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
COMPONENTS OF A PERSONAL COMPUTER.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
Unit 3: Hardware Components & Software Concepts
COMPONENTS OF THE SYSTEM UNIT
Computer Architecture Part III-A: Memory. A Quote on Memory “With 1 MB RAM, we had a memory capacity which will NEVER be fully utilized” - Bill Gates.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Von Neumann Architecture & Terminology & Performance Week 3.
The Components of the System Unit Chapter 4 By: Janice Colon.
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4.
Chapter 3 Computer Hard ware
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
Computer Processing of Data
Introduction to Computing: Lecture 4
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 1 The Basics – System Unit Components.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
Discovering Computers 2012: Chapter 4
Created By: N.AlJaffan Modified By:S.Abudawood & Tr.Asma Aleisa Chapter 4.
Computer Hardware Information Technology Week 5 and 6
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.
Btec National - COMPUTER Systems 1 Computer Systems Week 1 The Basics – System Unit Components.
The Central Processing Unit: What Goes on Inside the Computer
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Computer Architecture CST 250 MEMORY ARCHITECTURE Prepared by:Omar Hirzallah.
Egle Cebelyte. Random Access Memory is simply the storage area where all software is loaded and works from; also called working memory storage.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
CSCI-100 Introduction to Computing Hardware Part I.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Structure & Architecture 7b - CPU & Buses.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
Computer operation is of how the different parts of a computer system work together to perform a task.
Chapter 2.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
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.
Advanced Diploma - Unit One 1 Computer Components Week 1 System Unit Components.
Chapter 2 content Basic organization of computer What is motherboard
Processor/Memory Chapter 3
Transforming Data Into Information
The Central Processing Unit
Memory Units Memories store data in units from one to eight bits. The most common unit is the byte, which by definition is 8 bits. Computer memories are.
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Computer Architecture
Introduction to Computers
Presentation transcript:

CS 1410 Intro to Computer Tecnology Computer Hardware1

CS 1410 Intro to Computer Tecnology Computer Hardware2 Basic Computer Architecture central processing unit (CPU) memory unit input devices output devices

CS 1410 Intro to Computer Tecnology Computer Hardware3

CS 1410 Intro to Computer Tecnology Computer Hardware4 Central Processing Unit - CPU Microprocessor arithmetic logic unit (ALU): performs arithmetic and logic calculations. control unit (CU): coordinates the actions of the other components so that instructions (the program) are executed in sequence.

CS 1410 Intro to Computer Tecnology Computer Hardware5 Arithmetic Logic Unit Arithmetic operations -- addition, subtraction, multiplication, and division Logical operations -- AND, OR, and NOT Comparison operations -- equal to, greater than, less than, greater or equal to, less than or equal to, and not equal to

CS 1410 Intro to Computer Tecnology Computer Hardware6 Control Unit Fetch an instruction -- retrieve an instruction or data from memory decoding the instruction -- translate the instruction into the commands the computer understand executing the instruction -- carry out the commands (by ALU) store the result -- write the result to memory

CS 1410 Intro to Computer Tecnology Computer Hardware7 Registers Temporary storage different types of registers, each with a specific function –storing the memory location where from where an instruction being fetched –storing an instruction while it is being decoded –storing data while the ALU processes it –storing the result of a calculation

CS 1410 Intro to Computer Tecnology Computer Hardware8 System Clock The CU controls the timing of all computer operations according to the system clock. The system clock generate regular electronic pulses or ticks (clock cycles) A CPU requires a fixed number of clock cycles to execute an instruction. Processor speed is determined by clock speed in MHz (megahertz).

CS 1410 Intro to Computer Tecnology Computer Hardware9 Units

CS 1410 Intro to Computer Tecnology Computer Hardware10 Data Representation In a computer data is represented by 1s and 0s (binary). A bit (binary digit) can be either 1 or 0. A byte is a group of 8 bits.

CS 1410 Intro to Computer Tecnology Computer Hardware11 Binary Numbers similar to the familiar decimal numbers binary numbers use only the two symbols 1 and 0. Also, the position values are different from those of the decimal system

CS 1410 Intro to Computer Tecnology Computer Hardware12 Representing Symbol and text ASCII (American Standard Code for Information Interchange) EBCDIC (Binary Coded Decimal Interchange Code)

CS 1410 Intro to Computer Tecnology Computer Hardware13

CS 1410 Intro to Computer Tecnology Computer Hardware14 Buses Buses transfer bits from –input devices to memory –memory to CPU –CPU to memory –memory to output devices There are 2 types of buses –data bus -- transfer the actual data –address bus -- transfer information where the data should go in memory

CS 1410 Intro to Computer Tecnology Computer Hardware15 Bus Size Bus width is determined by the number of bits that information can be transfer at one time. Power of , 16, 32, 64 Use to compare CPUs

CS 1410 Intro to Computer Tecnology Computer Hardware16

CS 1410 Intro to Computer Tecnology Computer Hardware17 Memory ROM - Read Only Memory RAM - Random Access Memory Addressing Data

CS 1410 Intro to Computer Tecnology Computer Hardware18 RAM There are 3 basic types of memory used in PCs –dynamic RAM –static RAM –video RAM –CMOS (Complementary Metal-Oxide Semiconductor) RAM -- store system setup information

CS 1410 Intro to Computer Tecnology Computer Hardware19 Dynamic RAM Main memory or RAM is where programs and data are kept when a program is running –must be refreshed every 2 ms or it loses its contents –FPM RAM (Fast Page Mode RAM) MHz –EDO RAM (enhanced data-out RAM) MHz –BEDO RAM (burst enhanced data-out RAM) –SDRAM (synchronous dynamic RAM) MHz

CS 1410 Intro to Computer Tecnology Computer Hardware20 Static RAM RAM chip primary for special high-speed memory called level-2 cache memory –SRAM (static RAM) -- faster and more expensive than DRAM speeds between 8 and 12 ns synchronous or asynchronous does not require a refresh operation –PBSRAM (pipeline burst SRAM) -- collect and send multiple request for memory as a single pipelined request

CS 1410 Intro to Computer Tecnology Computer Hardware21 Video RAM Stores data that appears on a video display, there are 3 types –VRAM (video RAM) -- store color pixels dual-ported -- one port to refresh the display while the other port writes data to the display –WRAM (windows RAM) -- optimized for video graphics –SGRAM (synchronous graphics RAM) -- two video memory pages can be opened at the time - 3D graphics

CS 1410 Intro to Computer Tecnology Computer Hardware22 ROM –Read-Only Memory –The data stored in ROM is permanent, cannot modified. –PROM (Programmable Read-Only Memory) –Flash memory -- used is cellular phones, digital cameras, notebook computers

CS 1410 Intro to Computer Tecnology Computer Hardware23 Cache High speed memory Two types: –Level 1 -- internal cache –Level 2 -- external cache

CS 1410 Intro to Computer Tecnology Computer Hardware24 Data Storage Floppy drive Hard drive –IDE -- Integrated Device Electronic –Ultra ATA -- Advanced Technology Attachment Removable drive –Zip drive

CS 1410 Intro to Computer Tecnology Computer Hardware25 Data Storage CD ROM drive (Compact Disc drive) –up to 650 Mb DVD-ROM drive (Digital Video Disc drive) –up to 17 Gb Tape drive