1. 2 Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami3 Figure 9.1 Schematic representation of 4-bit code for integers.

Slides:



Advertisements
Similar presentations
TCSS 371A Machine Organization. Getting Started Get acquainted Review syllabus Understand purpose, scope, and expectations of the course Discuss personal.
Advertisements

Sistemas Digitais I LESI - 2º ano Lesson 2 - Number Systems U NIVERSIDADE DO M INHO E SCOLA DE E NGENHARIA Prof. João Miguel Fernandes
Data Representation ICS 233
Jan. 2011Computer Architecture, The Arithmetic/Logic UnitSlide 1 Part III The Arithmetic/Logic Unit.
Number Systems Lecture 02.
Computer Organization & Programming Chapter2 Number Representation and Logic Operations.
Binary Real Numbers. Introduction Computers must be able to represent real numbers (numbers w/ fractions) Two different ways:  Fixed-point  Floating-point.
1. Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami2 Figure 10.1 Truth table and schematic diagram for a binary half-adder.
Basic Arithmetic (adding and subtracting)
Computer Architecture
Chapter 1: Data Representation Dr Mohamed Menacer Taibah University
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
Data Representation and Computer Arithmetic
Data Representation in Computer Systems
Figure 5.1. Conversion from decimal to binary.. Table 5.1. Numbers in different systems.
Figure 5.1 Conversion from decimal to binary. Table 5.1 Numbers in different systems.
9.4 FLOATING-POINT REPRESENTATION
Number Representation Part 1 Fixed-Radix Unsigned Representations ECE 645: Lecture 1.
1 Copyright © 2013 Elsevier Inc. All rights reserved. Chapter 5 Digital Building Blocks.
Mohammad Reza Najafi Main Ref: Computer Arithmetic Algorithms and Hardware Designs (Behrooz Parhami) Spring 2010 Class presentation for the course: “Custom.
Number Representation
Instructor: Alexander Stoytchev CprE 281: Digital Logic.
ECE 2110: Introduction to Digital Systems Signed Addition/Subtraction.
Integer & Floating Point Representations CDA 3101 Discussion Session 05.
1 Number Systems Lecture 10 Digital Design and Computer Architecture Harris & Harris Morgan Kaufmann / Elsevier, 2007.
Computer Organization and Design Information Encoding II Montek Singh Wed, Aug 29, 2012 Lecture 3.
1. Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami2 Table 8.1 Examples of complex instructions in two popular modern microprocessors.
Computing Machinery Chapter 6: Computer Arithmetic.
FAMU-FSU College of Engineering 1 Part III The Arithmetic/Logic Unit.
CS/EE 3700 : Fundamentals of Digital System Design Chris J. Myers Lecture 5: Arithmetic Circuits Chapter 5 (minus 5.3.4)
FAMU-FSU College of Engineering 1 Computer Architecture EEL 4713/5764, Spring 2006 Dr. Michael Frank Module #9 – Number Representations.
Number Representation Part 1 ECE 645: Lecture 4. Required Reading Chapter 1, Numbers and Arithmetic, Sections Chapter 2, Representing Signed Numbers.
Instructor: Alexander Stoytchev CprE 281: Digital Logic.
ECE 3110: Introduction to Digital Systems Signed Number Conversions and operations.
Positional Number Systems In a general radix-r positional system, with fixed word width k, a number is represented by a string of k digits.
Fixed-point and floating-point numbers Ellen Spertus MCS 111 October 4, 2001.
Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami1.
Fuw-Yi Yang1 數位系統 Digital Systems Department of Computer Science and Information Engineering, Chaoyang University of Technology 朝陽科技大學資工系 Speaker: Fuw-Yi.
1. Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami2 Figure 11.1 Multiplication of 4-bit numbers in dot notation.
1 Digital Logic Design (41-135) Chapter 5 Number Representation & Arithmetic Circuits Younglok Kim Dept. of Electrical Engineering Sogang University Spring.
Department of Computer Science Georgia State University
Computer Architecture & Operations I
Part III The Arithmetic/Logic Unit
Chapter 2 Kenneth J. McLaughlin, Labor Economics Copyright © 2016 Oxford University Press.
Computer Architecture & Operations I
Chapter 6 Kenneth J. McLaughlin, Labor Economics Copyright © 2016 Oxford University Press.
Chapter 3 Kenneth J. McLaughlin, Labor Economics Copyright © 2016 Oxford University Press.
FIGURE 4.1 Block diagram of combinational circuit
Data Representation Limitations
Chapter 5 – Number Representation and Arithmetic Circuits
Topic 1: Data Representation
© 2012 Elsevier, Inc. All rights reserved.
Table 5.1 Regions of Operation of the Enhancement NMOS Transistor Microelectronic Circuits, International Sixth Edition Sedra/Smith.
Instructor: Alexander Stoytchev
Chapter 11 Kenneth J. McLaughlin, Labor Economics Copyright © 2016 Oxford University Press.
Chapter 11 Michael A. Bailey, Real Econometrics Copyright © 2017 Oxford University Press.
Michael A. Bailey, Real Stats Copyright © 2016 Oxford University Press
Chapter 4 Kenneth J. McLaughlin, Labor Economics Copyright © 2016 Oxford University Press.
Chapter 2 Michael A. Bailey, Real Econometrics Copyright © 2017 Oxford University Press.
Michael A. Bailey, Real Stats Copyright © 2016 Oxford University Press
Chapter 7 Michael A. Bailey, Real Econometrics Copyright © 2017 Oxford University Press.
1.6) Storing Integer: 1.7) storing fraction:
Clinical Neuroscience
Chapter 8 Kenneth J. McLaughlin, Labor Economics Copyright © 2016 Oxford University Press.
Chapter 5 Michael A. Bailey, Real Econometrics Copyright © 2017 Oxford University Press.
Chapter 5 Kenneth J. McLaughlin, Labor Economics Copyright © 2016 Oxford University Press.
Presentation transcript:

1

2

Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami3 Figure 9.1 Schematic representation of 4-bit code for integers in [0, 15].

Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami4 Figure 9.2 Overflow regions in finite number representation systems. For unsigned representations covered in this section, max – = 0.

Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami5 Figure 9.3 Adding a binary number or another carry-save number to a carry-save number.

Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami6 Figure 9.4 Justifying one step of the conversion of x to radix 2.

Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami7 Figure 9.5 Schematic representation of 4-bit 2’s-complement code for integers in [–8,+7].

Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami8 Figure 9.6 Binary adder used as 2’s-complement adder/subtractor.

Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami9 Figure 9.7 Schematic representation of 4-bit 2’s-complement encoding for (1 + 3)-bit fixed-point numbers in the range [–1, + 7/8].

Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami10 Table 9.1 Some features of the ANSI/IEEE standard floating-point formats.

Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami11 Figure 9.8 The two ANSI/IEEE standard floating-point formats.