1 Circuitos Digitales II y Lab. Circuitos Digitales II y Lab. Arquitectura de Punto Flotante Semana No.14 Semestre 2011-2 Prof. Eugenio Duque Pérez

Slides:



Advertisements
Similar presentations
JERARQUÍA DE MEMORIA MEMORIA VIRTUAL SEMANA NO.15 SEMESTRE PROF. EUGENIO DUQUE PÉREZ PROF. GUSTAVO PATIÑO
Advertisements

Circuitos Digitales II The General Computer Architecture The CPU Control unit Semana No.9 Semestre Prof. Gustavo Patiño Prof.
Circuitos Digitales II The General Computer Architecture The MIPS single-cycle datapath Semana No.8 Semestre Prof. Eugenio Duque
Scientific Notations - Operations Addition and Subtraction 1 st Convert one of the numbers so the exponents match 2 nd Add or subtract the decimal numbers.
Scientific Notation Chemistry.
Lecture 11 Oct 12 Circuits for floating-point operations addition multiplication division (only sketchy)
Computer Engineering FloatingPoint page 1 Floating Point Number system corresponding to the decimal notation 1,837 * 10 significand exponent A great number.
Lecture 16: Computer Arithmetic Today’s topic –Floating point numbers –IEEE 754 representations –FP arithmetic Reminder –HW 4 due Monday 1.
Princess Sumaya Univ. Computer Engineering Dept. Chapter 3:
Princess Sumaya Univ. Computer Engineering Dept. Chapter 3: IT Students.
Datorteknik FloatingPoint bild 1 Floating point Number system corresponding to the decimal notation 1,837 * 10 significand exponent a great number of corresponding.
Floating Point Numbers
Faculty of Computer Science © 2006 CMPUT 229 Floating Point Representation Operating with Real Numbers.
COMP3221: Microprocessors and Embedded Systems Lecture 14: Floating Point Numbers Lecturer: Hui Wu Session 2, 2004.
CS 447 – Computer Architecture Lecture 3 Computer Arithmetic (2)
CMPE12cCyrus Bazeghi 1 What do floating-point numbers represent? Rational numbers with non-repeating expansions in the given base within the specified.
ECEN 248 Integer Multiplication, Number Format Adopted from Copyright 2002 David H. Albonesi and the University of Rochester.
CPS Computer Architecture Assignment 4: Multiplication, Division, Floating Point.
 To add numbers in scientific notation: 1) Add the constants 2) Keep the exponent the same  Example: (2.1 x 10 5 ) + (3.2 x 10 5 ) = ( ) x 10.
Factional Values What is 0.75 in binary?. How could we represent fractions? In decimal: – As fractions : 1/5.
1 Lecture 5 Floating Point Numbers ITEC 1000 “Introduction to Information Technology”
Circuitos Digitales II The General Computer Architecture The Multicycle Design Semana No.10 Semestre Prof. Gustavo Patiño Prof.
ECE232: Hardware Organization and Design
Floating Point. Agenda  History  Basic Terms  General representation of floating point  Constructing a simple floating point representation  Floating.
TOPIC: Scientific Notation product The number is written as the product of two other numbers: not – A number between 1 and 10 (not 10) – and – A power.
Lecture 12: Integer Arithmetic and Floating Point CS 2011 Fall 2014, Dr. Rozier.
Algebra Standard 1.0 Recognize and Use Scientific Notation.
1 Number Systems Lecture 10 Digital Design and Computer Architecture Harris & Harris Morgan Kaufmann / Elsevier, 2007.
Princess Sumaya Univ. Computer Engineering Dept. Chapter 3:
Lecture notes Reading: Section 3.4, 3.5, 3.6 Multiplication
Computer Engineering FloatingPoint page 1 Floating Point Number system corresponding to the decimal notation 1,837 * 10 significand exponent A great number.
Floating Point Numbers Representation, Operations, and Accuracy CS223 Digital Design.
Section 1.7 Scientific Notation  Powers of 10 Review  Converting Numbers to Scientific Notation  Converting Numbers from Scientific Notation  Simplifying.
SCIENTIFIC NOTATION Expressing a quantity as: a number between 1 and 10 multiplied by 10 to the appropriate power.
Scientific Notation. From Scientific to Standard Notation Multiplying a number by 10 simply adds a zero. 10x10x10 is the same as 10 to the 3 rd power.
Chapter 8 - Exponents Scientific Notation. Mental Math Multiplying: Move the decimal to the right 47 x x x x
CS 232: Computer Architecture II Prof. Laxmikant (Sanjay) Kale Floating point arithmetic.
Scientific Notation (large numbers) Textbook page 114.
SCIENTIFIC NOTATION RULES. Rules for converting to Scientific Notation One non-zero number before the decimal One digit after the decimal If you are making.
PERFORMING CALCULATIONS IN SCIENTIFIC NOTATION ADDITION AND SUBTRACTION.
Scientific Notation. What is Scientific Notation? Scientific notation is a way of writing extremely large or small measurements. The number is written.
Floating Point Representations
Scientific Notation.
Computer Architecture & Operations I
Binary Positional Notation
Floating Point Operations
Scientific Notation.
Floating Point Number system corresponding to the decimal notation
CS 232: Computer Architecture II
Quantitative Measurements
Scientific Notation (small numbers)
Outline Introduction Floating Point Arithmetic Adder Multiplier.
ECE/CS 552: Floating Point
CSCI206 - Computer Organization & Programming
SCIENTIFIC NOTATION.
Systems Architecture I
How to represent real numbers
Section 4.3 Scientific Notation.
Scientific Notation.
Multiply & Divide with Scientific Notation
Scientific Notation.
Digital System Design II 数字系统设计2
Multiplying and Dividing in Scientific Notation
Scientific Notation.
Systems Architecture I
Scientific Notation EXPONENTS X10.
Scientific notation.
Section 12-3 Exponents & Multiplication
Lecture 9: Shift, Mult, Div Fixed & Floating Point
Presentation transcript:

1 Circuitos Digitales II y Lab. Circuitos Digitales II y Lab. Arquitectura de Punto Flotante Semana No.14 Semestre Prof. Eugenio Duque Pérez Prof. Gustavo Patiño Álvarez (en comisión) Departamento de Ingeniería Electrónica Facultad de Ingeniería

2

3

4

5

6

7

8

9

Align the decimal point of the number that has the smaller exponent. Add the decimal numbers. The exponent is common. The result must be normalized. Scientific notation. Round the result taking in consideration the spaces for decimal digits. The binary floating point addition, has a similar behavior. Show examples. Decimal Floating Point addition 10

Add of exponents. Multiply the bases. Normalize the result. Round the result taking in account the spaces for decimal digits. Binary floating multiplication has similar behavior but is necessary to correct the double add of bias Example. Decimal and binary Decimal Floating Point multiplication. 11

Computer Organization and Design. The Hardware /Software Interface. David Patterson and John Hennessy. Pp IEEE 754 Estándar Floating-Point. mth Exercises Parcial_2_09-01.pdf Bibliography 12