Introduction Computer Organization and Architecture: Lesson 1.

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Microcomputer Circuits Prof Jess UEAB 2007 Designing a Microprocessor Chapter 1.
Chapter 1 An Introduction To Microprocessor And Computer
Introduction Computer Hardware Jess 2006 EXPANSION CARDS BUS ARCHITECTURE AND CONNECTORS.
Chapter 1 Introduction.
Computer Hardware Introduction. Computer System Components Input Keyboard, Mouse, Camera, Touch Pad Processing CPU Output Monitor, Printer Storage Floppy,
Parts & Functions of a Computer. 2 Functions of a Computer.
Chapter 01 Introduction Chapter 0 Introduction. Chapter 02 History of Computing - Early Computers Abacus (ancient orient, still in use) Slide rule (17C,
Chapter 1. Introduction This course is all about how computers work But what do we mean by a computer? –Different types: desktop, servers, embedded devices.
UNIT 9 Computer architecture
Chapter 1 Sections 1.1 – 1.3 Dr. Iyad F. Jafar Introduction.
VLSI Tarik Booker. VLSI? VLSI – Very Large Scale Integration Refers to the many fields of electrical and computer engineering that deal with the analysis.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Prepared by Careene McCallum-Rodney Hardware specification of a computer system.
Overview Nizamettin AYDIN
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Input, Output, and Storage & Introduction to Basic Computer Architecture Week 2.
Know the Computer Multimedia tools. Computer essentials.
Information and Communication Technology Fundamentals Credits Hours: 2+1 Instructor: Ayesha Bint Saleem.
Chapter 1 Introduction. 2 Chapter 1 Objectives Know the difference between computer organization and computer architecture. Understand units of measure.
CCSE251 Introduction to Computer Organization
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
Chapter 5 Part 1. Course Goals 1.Application Skills (lab) 2.Computer-ese (terms) 3.How computers work (hardware) 4.History of Computing (ch. 5)
Add on cards. Also known as Expansion card or interface adapter. It can be inserted into an expansion slot of a motherboard to add functionality to a.
Physics 413 Chapter 1 Computer Architecture What is a Digital Computer ? A computer is essentially a fast electronic calculating machine. What is a program.
1 Inside the Computer Chapter 6 Copyright Prentice-Hall, Inc
Overview Introduction The Level of Abstraction Organization & Architecture Structure & Function Why study computer organization?
ECE 101 An Introduction to Information Technology Computers.
1 CS503: Operating Systems Spring 2014 Dongyan Xu Department of Computer Science Purdue University.
Lecture 1: What is a Computer? Lecture for CPSC 2105 Computer Organization by Edward Bosworth, Ph.D.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter 2 The CPU and the Main Board  2.1 Components of the CPU 2.1 Components of the CPU 2.1 Components of the CPU  2.2Performance and Instruction Sets.
Introduction. 2 Objectives Know the difference between computer organization and computer architecture. Understand units of measure common to computer.
Chapter 1 Introduction. Understand the concept of a black box, a data processor, and a programmable data processor. Define the von Neumann model and name.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computer Engineering Rabie A. Ramadan Lecture 1. 2 Welcome Back.
Computer Organization & Assembly Language © by DR. M. Amer.
 Historical view:  1940’s-Vacuum tubes  1947-Transistors invented by willliam shockely & team  1959-Integrated chips invented by Texas Instrument.
Computer Architecture Lec 06: Computer Architecture Introduction.
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
PC Internal Components Lesson 4.  Intel is perhaps the most recognizable microprocessor manufacturer. List some others.
Lecture 1 Introduction to Computer Organization & Architecture Lecture Duration: 2 Hours.
Chapter 2.
+ CS 325: CS Hardware and Software Organization and Architecture Introduction 2 2/2/
 System Requirements are the prerequisites needed in order for a software or any other resources to execute efficiently.  Most software defines two.
CS 101 INTRODUCTION TO COMPUTING * image from The Central Eglinton Community Centre website.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
CC311 Computer Architecture Chapter 1 Computer Abstraction & Technology.
Computer Organization IS F242. Course Objective It aims at understanding and appreciating the computing system’s functional components, their characteristics,
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Chapter 1 Introduction to Computer Organization & Architecture
Dr. ClincyLecture 3 Slide 1 CS Chapter 1 (1 of 2) Dr. Clincy Professor of CS.
Personal Computer (PC)  Computer advertisement specification Intel® Pentium 4 Processor at 3.06GHz with 512K cache 512MB DDR SDRAM 200GB ATA-100 Hard.
Introduction to Computers - Hardware
Chapter 1 Introduction.
William Stallings Computer Organization and Architecture 6th Edition
Chapter 1 Introduction.
COMPUTER ARCHITECTURE
UNIT 9 Computer architecture
VLSI Tarik Booker.
RAM, CPUs, & BUSES Egle Cebelyte.
ECE 154A Introduction to Computer Architecture
Architecture & Organization 1
Computer Organization & Assembly language
Computers © 2005 Prentice-Hall, Inc. Slide 1.
Computer Hardware Introduction.
Architecture & Organization 1
BIC 10503: COMPUTER ARCHITECTURE
Chapter 1 Introduction.
Dr. Clincy Professor of CS
Presentation transcript:

Introduction Computer Organization and Architecture: Lesson 1

ORGANIZATION VS. ARCHITECTURE Computer OrganizationComputer Architecture Physical aspects of a computer system Study on how various circuits and components fit together to create a working computer Logical Aspects of a computer system Focuses on the structure and behavior of a computer system

MAIN COMPONENTS OF A COMPUTER SYSTEM Processor Interpret and execute programs Memory Store both data and programs I/O Mechanism Transfer data to and from outside world Principle of Equivalence of Hardware and Software: Anything that can be done with software can also be done with hardware, and anything that can be done with hardware can also be done with software.

Example Computer System  Pentium III 667 MHz  133 MHz 64MB SDRAM  32KB L1 cache, 256 KB L2 cache  30GB EIDE hard drive (7200 RPM)  48x max variable CD- ROM  2 USB ports, 1 serial port, 1 parallel port  19 “ monitor, 24mm AG, 1280x1024 at 85 GHz  Intel 3D AGP Graphics Card  56K PCI Voice Modem  64-bit PCI soundcard

A Look Inside the Computer:

STANDARDS ORGANIZATIONS Computer Manufacturers have agreed to comply with connectivity and operational specifications established by a number of government and industry organizations. Institute of Electrical and Electronic Engineers (IEEE) International Telecommunications Union (ITU) American National Standards Institute (ANSI) International Organization on Standardization (ISO)

HISTORICAL DEVELOPMENT Generation Zero: Mechanical Calculating Machines Generation One: Vacuum Tube Computers Generation Two: Transistorized Computes Generation Three: Integrated Circuit Computers Generation Four: VLSI Computers

MOORE’S LAW “The density of transistors in an integrated circuit will double every year.” -Gordon Moore

THE COMPUTER LEVEL HIERARCHY User High-Level Language Assembly Language System Software Machine Control Digital Logic

THE VON NEUMANN ARCHITECTURE

THE MODIFIED VON NEUMANN ARCHITECTURE