Hardware Organization

Slides:



Advertisements
Similar presentations
Computer Systems Nat 4/5 Computing Science Computer Structure:
Advertisements

The CPU The Central Presentation Unit What is the CPU?
C SINGH, JUNE 7-8, 2010IWW 2010, ISATANBUL, TURKEY Advanced Computers Architecture, UNIT 2 Advanced Computers Architecture UNIT 2 CACHE MEOMORY Lecture7.
SECTION 4a Transforming Data into Information.
Computer Architecture & Organization
Computer Hardware Preview the exam questions. RAM SECONDARY STORAGE CPU.
Memory Hierarchy. Smaller and faster, (per byte) storage devices Larger, slower, and cheaper (per byte) storage devices.
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
Stored Program Concept: The Hardware View
I/O Subsystem Organization and Interfacing Cs 147 Peter Nguyen
Basic Computer Organization CH-4 Richard Gomez 6/14/01 Computer Science Quote: John Von Neumann If people do not believe that mathematics is simple, it.
5.1 Chaper 4 Central Processing Unit Foundations of Computer Science  Cengage Learning.
CPU Registers PC Arith Logic Unit Bus Interface I/O Bridge System bus Memory bus Main Memory USB Controller Graphics Adapter Disk Controller I/O Bus Mouse.
Basic Operational Concepts of a Computer
Computer Architecture and Organization
Computers Central Processor Unit. Basic Computer System MAIN MEMORY ALUCNTL..... BUS CONTROLLER Processor I/O moduleInterconnections BUS Memory.
Computer Processing of Data
Chapter 1 Basic Structure of Computers. Chapter Outline computer types, structure, and operation instructions and programs numbers, arithmetic operations,
University of Amsterdam Computer Systems – a guided tour Arnoud Visser 1 Computer Systems A guided Tour.
CPU Computer Hardware Organization (How does the computer look from inside?) Register file ALU PC System bus Memory bus Main memory Bus interface I/O bridge.
Introduction to Computer Systems Topics: Theme Four great realities of computer systems Chap 1 in “Computer Systems” book “The Class That Gives.
Intro to Computer Systems Summer 2014 COMP 2130 Introduction to Computer Systems Computing Science Thompson Rivers University.
Intro to Computers Computer Apps 1.
Egle Cebelyte. Random Access Memory is simply the storage area where all software is loaded and works from; also called working memory storage.
Computer Architecture And Organization UNIT-II Structured Organization.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Organization & Assembly Language © by DR. M. Amer.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Electronic Analog Computer Dr. Amin Danial Asham by.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
Excellence Publication Co. Ltd. Volume Volume 1.
COMPURT ORGANAZTION CHAPTER 5. Computer Organization We can divide the parts that make up a computer into 3 subsystems : 1. Central processing unit (CPU).
Computer Based Systems Stage 2 Information Technology Studies Computer & Communication Systems.
Computer operation is of how the different parts of a computer system work together to perform a task.
Chapter 2.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
CH (5) Computer Organization
Hello world !!! ASCII representation of hello.c.
Operating Systems A Biswas, Dept. of Information Technology.
Part 3 Ms. T. N. Jones1. Vocabulary 1. A design for health, safety, and comfort 2. A tool used to put data into a computer, such as a keyboard, mouse,
Chapter 2 content Basic organization of computer What is motherboard
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computing Science Computer Structure: Lesson 1: Processor Structure
What Computers Can and Cannot Do
What is it and why do you need it?
Introduction Computer Hardware Jess 2006
Chapter 1: A Tour of Computer Systems
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
RAM, CPUs, & BUSES Egle Cebelyte.
Local secondary storage (local disks)
Computer Architecture
IB Computer Science Topic 2.1.1
Introduction to Computing
MIPS assembly.
Computer Hardware Prepared by:- Mr. Pawan Kumar
Introduction to Computer Systems
Chapter 5: Computer Systems Organization
Introduction to Computer Systems
Chapter 5 Computer Organization
A Top-Level View Of Computer Function And Interconnection
Cache Memory and Performance
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
MIPS assembly.
Presentation transcript:

Hardware Organization

Four hardware components Outline Four hardware components Processor Main memory Peripherals (I/O devices) Connections (buses) Suggested reading 1.4~1.6

P7

Hardware Organization Buses Carry bytes of information back and forth between the components Word(4 bytes, 8 bytes) I/O devices Keyboard, Mouse Display Disk driver (long-term storage device) Controller, adapter

Hardware Organization Main Memory Temporary storage device Holds both a program and the data while the processor is executing the program Physically, it is a collection of Dynamic Random Access Memory (DRAM) chips Logically, it is a linear array of bytes with unique address starting at 0

Central Processing Unit (processor) Interprets instructions in the memory Program counter Point to instruction currently been executed Register file Small storage device A collection of word-size registers Each register has its unique name ALU Arithmetic/Logic Unit Computes new data and address values

Central Processing Unit (processor) Load Memory to Register Store Register to Memory Update Register(s) to register I/O Read I/O device to register I/O Write Register to I/O device Jump Extract a word from the instruction and copy it to PC

P10

P10

P11

Cache & Memory Hierarchy Processor-memory gap Hierarchical Smaller, Faster, Costlier L1 cache (several thousand of bytes) L2 cache (hundreds of thousands of bytes) Static Random Access Memory (SRAM)

P12

P12