66 CHAPTER SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-2 Announcement: Major Exam 01 Thursday, 17th March, 2005 Building.

Slides:



Advertisements
Similar presentations
Chapter 4 The Central Processing Unit
Advertisements

Chapter 5 The System Unit.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Computing Components 01/26/11. Announcements & Reminders Programs 1 due Friday, 9/2/11 What is my late policy? Proxy Codes for Labs  You should be able.
Overview Digital Systems and Computer Systems Number Systems [binary, octal and hexadecimal] Arithmetic Operations Base Conversion Decimal Codes [BCD (binary.
Signals, Circuits, and Computers Part A Winncy Du Fall Based on Dr
C OMPUTING E SSENTIALS Presentations by: Fred Bounds Timothy J. O’Leary Linda I. O’Leary.
The System Unit Chapter 5.
Chapter 1-C,D Computers and Digital Basics.
SYSTEM UNIT Amy Pierce Comm. 165 MWF System unit components are housed within the system unit or system cabinet Desktop Notebook PDA (personal.
Chapter 6 The System Unit.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Describe the four basic types of system units.
IT-101 Section 001 Lecture #4 Introduction to Information Technology.
66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. What is System Unit? Box-like case that contains computer’s electronic.
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 The System Unit.
Introduction to Computing Systems from bits & gates to C & beyond Chapter 2 Bits, Data Types & Operations Integer Representation Floating-point Representation.
Chapter 1 Digital Computers and Information. CSC 480 – Winter 2002 Digital Computer Basics Digital values represented as voltage values, e.g. Logic 1.
66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Describe the four basic types of system units.
Introduction to Number Representation F451 Year 10 Computing Binary Numbers Binary Numbers Sign/Magnitude Sign/Magnitude 2s Complement 2s Complement Binary.
E0001 Computers in Engineering1 The System Unit & Memory.
Click to edit Master title style Click to edit Master text styles –Second level Third level –Fourth level »Fifth level 1 Today’s Topics How information.
COMPUTER SYSTEM ARCHITECTURE By Sohaib.  The digital computer is a digital system that performs various computational tasks.  The word digital implies.
Lecture # 5 Data Representation. Today Questions: From notes/reading/life? Prepare for Quiz # 1 (Multiple Choice) 1.Introduce: How do Computers store.
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
Binary Arithmetic & Data representation
McGraw-Hill Technology Education © 2006 by the McGraw-Hill Companies, Inc. All rights reserved. 66 CHAPTER THE SYSTEM UNIT.
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Microprocessor Dr. Rabie A. Ramadan Al-Azhar University Lecture 2.
The Central Processing Unit: What Goes on Inside the Computer
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
1 Lecture 3 ENGRE 254 1/14/09. 2 Lecture 1 review Digital signals assume two values represented by “0” and “1”. Typically a “0” represents a voltage near.
CSNB374: Microprocessor Systems Chapter 1: Introduction to Microprocessor.
Computer Hardware Basic Computer Concepts Data Representation and Digital Electronics  Data Representation  makes it possible to convert letters, sounds,
Data Representation, Number Systems and Base Conversions
CHAPTER 1 INTRODUCTION TO DIGITAL LOGIC
Introduction to Microprocessors
Chapter 6 The System Unit McGraw-Hill
66 CHAPTER SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-2 Lecture Objectives System unit components Microprocessors Memory.
Technology in Action Chapter 6 Behind the Scenes: A Closer Look at System Hardware.
Data Representation.
University of Sargodha, Lahore Campus Prepared by Ali Saeed.
The Computer System.
Chapter 2 Turning Data into Something You Can Use
CS 125 Lecture 2 Martin van Bommel. Hardware vs Software Hardware - physical components you can see and touch –e.g. processor, keyboard, disk drive Software.
The Hexadecimal System is base 16. It is a shorthand method for representing the 8-bit bytes that are stored in the computer system. This system was chosen.
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.
THE CODING SYSTEM FOR REPRESENTING DATA IN COMPUTER.
Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.
An Overview CS341 Digital Logic and Computer Organization F2003.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
Computer Architecture and Number Systems
Topic: Binary Encoding – Part 1
Chapter 3 - Binary Numbering System
Binary 1 Basic conversions.
CSCI 198: Lecture 4: Data Representation
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
CHAPTER 1 : INTRODUCTION
CSCI 161: Lecture 4: Data Representation
Digital Electronics Jess 2008.
Chapter 2 – Computer hardware
Components of Computer
Text Book Computer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc.
Information Representation
C1 Number systems.
How Computers Store Data
Chapter 3 - Binary Numbering System
Presentation transcript:

66 CHAPTER SYSTEM UNIT

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-2 Announcement: Major Exam 01 Thursday, 17th March, 2005 Building 10 6:00pm Contents: Lecture Slides: #2 to #9 (all topics) Text Book: Chapter 1 (all pages), Chapter 2 (page )

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-3 Announcement: Lab Exam 01 Lab #6 Building 24/ 278 Contents: Lab Practices: #2 to #5 (all topics) Home works: #1 to #5 Lab Book: Microsoft Excel (Chapter 1 – 4)

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-4 Lecture Objectives Internal Data Representations How Numbers are represented? How Characters are represented? How Instructions are represented? Character Coding Schemes ASCII/ EBCDIC/ UniCode

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-5 Internal Data Representation Numeric representation & calculation Decimal Vs Binary number systems Conversions (Decimal to Binary and vice versa) Why binary in computers? Easy to represent using voltage levels Easy to implement binary operations using transistors (adder/divider circuits etc.) Binary Addition Examples Definitions Bit Byte

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-6 …..Internal Data Representation How to do binary – decimal conversions? Decimal to Binary Needed when something goes in (from keyboard etc.) Conversion Example: 10 in decimal is 1010 in binary. (Divide 10 repeatedly by 2 and note down the remainders in reverse order) Binary to Decimal Needed when something comes out (to Screen etc.) Conversion Example: 1010 in binary is 10 in decimal. Multiply each digit with its corresponding power of 2. Add all products at the end.

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-7 …..Internal Data Representation How to represent characters? Coding Schemes Binary coding schemes ASCII – 8 bit code EBCDIC -8 bit code Unicode – 16 bit code Coding ranges 8 bit – 256 codes 16 bit – codes

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-8 …..Internal Data Representation How a character goes into memory? Advantage of standard coding –Coded data can be shared across different systems –Problems: Microcomputer (ASCII) Mainframe (EBCDIC) –Solution: Conversions are done by special middle layer programs.

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-9 Binary Codes ASCIImicrocomputers Unicodeinternational languages

System Board Allows I/O devices to communicate with the system unit.

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved System Board The board which makes possible the inter connection of all computer components. Every system unit component has a direct connection with this board. Provides wires (data path) in between components.

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved The Microprocessor chip The brains of the whole system Composed of Control Unit Arithmetic Logic Unit (ALU) Control Unit sends control signals to the rest of the devices like Memory – reading/writing for instructions/data/results Arithmetic Logic Unit Other external devices – for input/output etc.

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-13