Organisasi Sistem Komputer

Similar documents
Divide: Paper & Pencil

Module 2: Computer Arithmetic

Floating-Point Data Representation and Manipulation 198:231 Introduction to Computer Organization Lecture 3

CO212 Lecture 10: Arithmetic & Logical Unit

Chapter 5 : Computer Arithmetic

Computer Arithmetic Ch 8

Computer Arithmetic Ch 8

Chapter 3: Arithmetic for Computers

Number Systems and Computer Arithmetic

Chapter 03: Computer Arithmetic. Lesson 09: Arithmetic using floating point numbers

COMPUTER ARITHMETIC (Part 1)

The ALU consists of combinational logic. Processes all data in the CPU. ALL von Neuman machines have an ALU loop.

IT 1204 Section 2.0. Data Representation and Arithmetic. 2009, University of Colombo School of Computing 1

Chapter 10 - Computer Arithmetic

COMP2611: Computer Organization. Data Representation

Floating Point. The World is Not Just Integers. Programming languages support numbers with fraction

CHW 261: Logic Design

Introduction to Computers and Programming. Numeric Values

Floating Point Arithmetic

MACHINE LEVEL REPRESENTATION OF DATA

COMP Overview of Tutorial #2

EE260: Logic Design, Spring n Integer multiplication. n Booth s algorithm. n Integer division. n Restoring, non-restoring

CPE300: Digital System Architecture and Design

Chapter 5: Computer Arithmetic. In this chapter you will learn about:

UNIT IV: DATA PATH DESIGN

9 Multiplication and Division

IEEE Standard for Floating-Point Arithmetic: 754

Learning Objectives. Binary over Decimal. In this chapter you will learn about:

Chapter 2 Data Representations

Adding Binary Integers. Part 5. Adding Base 10 Numbers. Adding 2's Complement. Adding Binary Example = 10. Arithmetic Logic Unit

(+A) + ( B) + (A B) (B A) + (A B) ( A) + (+ B) (A B) + (B A) + (A B) (+ A) (+ B) + (A - B) (B A) + (A B) ( A) ( B) (A B) + (B A) + (A B)

Number Systems. Both numbers are positive

COMPUTER ARCHITECTURE AND ORGANIZATION. Operation Add Magnitudes Subtract Magnitudes (+A) + ( B) + (A B) (B A) + (A B)

CMPSCI 145 MIDTERM #1 Solution Key. SPRING 2017 March 3, 2017 Professor William T. Verts

ECE232: Hardware Organization and Design

CS 265. Computer Architecture. Wei Lu, Ph.D., P.Eng.

Numbering systems. Dr Abu Arqoub

Numeric Encodings Prof. James L. Frankel Harvard University

Signed Multiplication Multiply the positives Negate result if signs of operand are different

Integer Multiplication. Back to Arithmetic. Integer Multiplication. Example (Fig 4.25)

ECE260: Fundamentals of Computer Engineering

Digital Fundamentals. CHAPTER 2 Number Systems, Operations, and Codes

Computer (Literacy) Skills. Number representations and memory. Lubomír Bulej KDSS MFF UK

At the ith stage: Input: ci is the carry-in Output: si is the sum ci+1 carry-out to (i+1)st state

CHAPTER 5: Representing Numerical Data

UNIT-III COMPUTER ARTHIMETIC

Chapter 5: Computer Arithmetic

VTU NOTES QUESTION PAPERS NEWS RESULTS FORUMS Arithmetic (a) The four possible cases Carry (b) Truth table x y

COMPUTER ORGANIZATION AND. Edition. The Hardware/Software Interface. Chapter 3. Arithmetic for Computers

Arithmetic Logic Unit

Review: MULTIPLY HARDWARE Version 1. ECE4680 Computer Organization & Architecture. Divide, Floating Point, Pentium Bug

Data Representations & Arithmetic Operations

CS 101: Computer Programming and Utilization

MIPS Integer ALU Requirements

Floating-point Arithmetic. where you sum up the integer to the left of the decimal point and the fraction to the right.

CHAPTER V NUMBER SYSTEMS AND ARITHMETIC

By, Ajinkya Karande Adarsh Yoga

COMP 303 Computer Architecture Lecture 6

Kinds Of Data CHAPTER 3 DATA REPRESENTATION. Numbers Are Different! Positional Number Systems. Text. Numbers. Other

UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering. Digital Computer Arithmetic ECE 666

Thomas Polzer Institut für Technische Informatik

Number Systems Standard positional representation of numbers: An unsigned number with whole and fraction portions is represented as:

Inf2C - Computer Systems Lecture 2 Data Representation

Chapter Three. Arithmetic

UNIT - I: COMPUTER ARITHMETIC, REGISTER TRANSFER LANGUAGE & MICROOPERATIONS

Number Systems CHAPTER Positional Number Systems

Computer Organisation CS303

FLOATING POINT NUMBERS

COSC 243. Data Representation 3. Lecture 3 - Data Representation 3 1. COSC 243 (Computer Architecture)

Arithmetic Processing

C NUMERIC FORMATS. Overview. IEEE Single-Precision Floating-point Data Format. Figure C-0. Table C-0. Listing C-0.

Chapter 4 Section 2 Operations on Decimals

D I G I T A L C I R C U I T S E E

Floating Point Numbers. Lecture 9 CAP

ECE331: Hardware Organization and Design

Lecture 8: Addition, Multiplication & Division

Lecture 13: (Integer Multiplication and Division) FLOATING POINT NUMBERS

Computer Architecture Chapter 3. Fall 2005 Department of Computer Science Kent State University

Number Systems. Decimal numbers. Binary numbers. Chapter 1 <1> 8's column. 1000's column. 2's column. 4's column

10.1. Unit 10. Signed Representation Systems Binary Arithmetic

COE 202: Digital Logic Design Number Systems Part 2. Dr. Ahmad Almulhem ahmadsm AT kfupm Phone: Office:

A complement number system is used to represent positive and negative integers. A complement number system is based on a fixed length representation


Number Systems and Binary Arithmetic. Quantitative Analysis II Professor Bob Orr

Lecture 5. Computer Arithmetic. Ch 9 [Stal10] Integer arithmetic Floating-point arithmetic

Binary Addition. Add the binary numbers and and show the equivalent decimal addition.

COMPUTER ORGANIZATION AND DESIGN. 5 th Edition. The Hardware/Software Interface. Chapter 3. Arithmetic for Computers Implementation

Topics. 6.1 Number Systems and Radix Conversion 6.2 Fixed-Point Arithmetic 6.3 Seminumeric Aspects of ALU Design 6.4 Floating-Point Arithmetic

Timing for Ripple Carry Adder

carry in carry 1101 carry carry

Number Systems and Conversions UNIT 1 NUMBER SYSTEMS & CONVERSIONS. Number Systems (2/2) Number Systems (1/2) Iris Hui-Ru Jiang Spring 2010

Chapter 3 Arithmetic for Computers

Divide: Paper & Pencil CS152. Computer Architecture and Engineering Lecture 7. Divide, Floating Point, Pentium Bug. DIVIDE HARDWARE Version 1

QUIZ ch.1. 1 st generation 2 nd generation 3 rd generation 4 th generation 5 th generation Rock s Law Moore s Law

CS/COE 0447 Example Problems for Exam 2 Spring 2011

Chapter 4. Operations on Data

COMPUTER ORGANIZATION AND ARCHITECTURE

CPE 323 REVIEW DATA TYPES AND NUMBER REPRESENTATIONS IN MODERN COMPUTERS

CPE 323 REVIEW DATA TYPES AND NUMBER REPRESENTATIONS IN MODERN COMPUTERS

3.5 Floating Point: Overview

Transcription:

LOGO Organisasi Sistem Komputer OSK 8 Aritmatika Komputer 1 1 PT. Elektronika FT UNY

Does the calculations Arithmetic & Logic Unit Everything else in the computer is there to service this unit Handles integers May handle floating point (real) numbers May be separate FPU (maths coprocessor) May be on chip separate FPU (486DX +) 39 slide 21

ALU Inputs and Outputs 39 slide 31

Integer Representation Only have 0 & 1 to represent everything Positive numbers stored in binary e.g. 41=00101001 No minus sign No period Sign-Magnitude Two s compliment 39 slide 41

Left most bit is sign bit 0 means positive 1 means negative +18 = 00010010-18 = 10010010 Problems Sign-Magnitude Need to consider both sign and magnitude in arithmetic Two representations of zero (+0 and -0) 39 slide 51

Two s Compliment +3 = 00000011 +2 = 00000010 +1 = 00000001 +0 = 00000000-1 = 11111111-2 = 11111110-3 = 11111101 39 slide 61

Benefits One representation of zero Arithmetic works easily (see later) Negating is fairly easy 3 = 00000011 Boolean complement gives 11111100 Add 1 to LSB 11111101 39 slide 71

Geometric Depiction of Twos Complement Integers 39 slide 81

Negation Special Case 1 0 = 00000000 Bitwise not 11111111 Add 1 to LSB +1 Result 1 00000000 Overflow is ignored, so: - 0 = 0 39 slide 91

Negation Special Case 2-128 = 10000000 bitwise not 01111111 Add 1 to LSB +1 Result 10000000 So: -(-128) = -128 X Monitor MSB (sign bit) It should change during negation 39 slide 101

8 bit 2s compliment +127 = 01111111 = 2 7-1 -128 = 10000000 = -2 7 16 bit 2s compliment Range of Numbers +32767 = 011111111 11111111 = 2 15-1 -32768 = 100000000 00000000 = -2 15 39 slide 11

Conversion Between Lengths Positive number pack with leading zeros +18 = 00010010 +18 = 00000000 00010010 Negative numbers pack with leading ones -18 = 10010010-18 = 11111111 10010010 i.e. pack with MSB (sign bit) 39 slide 121

Addition and Subtraction Normal binary addition Monitor sign bit for overflow Take twos compliment of substahend and add to minuend i.e. a - b = a + (-b) So we only need addition and complement circuits 39 slide 131

Hardware for Addition and Subtraction 39 slide 141

Multiplication Complex Work out partial product for each digit Take care with place value (column) Add partial products 39 slide 151

Multiplication Example 1011 Multiplicand (11 dec) 1101 Multiplier(13 dec) 1011 Partial products 0000 Note: if multiplier bit is 1 copy 1011 multiplicand (place value) 1011 otherwise zero 10001111 Product (143 dec) Note: need double length result 39 slide 161

Unsigned Binary Multiplication 39 slide 171

Execution of Example 39 slide 181

Flowchart for Unsigned Binary Multiplication 39 slide 191

Multiplying Negative Numbers This does not work! Solution 1 Convert to positive if required Multiply as above If signs were different, negate answer Solution 2 Booth s algorithm 39 slide 201

Booth s Algorithm 39 slide 21

Example of Booth s Algorithm 39 slide 221

More complex than multiplication Negative numbers are really bad! Based on long division Division 39 slide 231

Division of Unsigned Binary Integers Divisor Partial Remainders 1011 00001101 10010011 1011 001110 1011 001111 1011 100 Quotient Dividend Remainder 1 PT. Elektronika FT UNY 1 39 slide 241

Division Algorithm start A = 0 M = Divisor Q = Dividend Count = n Shift Left A,Q A = A - M Q 0 = 1 N A<0? Y Q 0 = 0 A = A + M Count = Count - 1 N Count = 0? Y Stop 1 PT. Elektronika FT UNY 1 39 slide 251

Example A Q M = 0011 0000 0111 Initial value 0000 1110 Shift 1101 Subtract 0000 1110 Restore 0001 1100 Shift 1110 Subtract 0001 1100 Restore 0011 1000 Shift 0000 Subtract 0000 1001 Set Q 0 = 1 0001 0010 Shift 1110 Subtract 0001 0010 Restore 1 PT. Elektronika FT UNY 1 39 slide 261

Numbers with fractions Could be done in pure binary Real Numbers 1001.1010 = 2 4 + 2 0 +2-1 + 2-3 =9.625 Where is the binary point? Fixed? Very limited Moving? How do you show where it is? 39 slide 271

Sign bit Floating Point +/-.significand x 2 exponent Misnomer Point is actually fixed between sign bit and body of mantissa Exponent indicates place value (point position) Biased Exponent Significand or Mantissa 1 PT. Elektronika FT UNY 1 39 slide 281

Floating Point Examples 39 slide 291

Signs for Floating Point Mantissa is stored in 2s compliment Exponent is in excess or biased notation e.g. Excess (bias) 128 means 8 bit exponent field Pure value range 0-255 Subtract 128 to get correct value Range -128 to +127 1 PT. Elektronika FT Muh. Izzuddin Mahali, 1 UNY M.Cs. 1 39 slide 301

Normalization FP numbers are usually normalized i.e. exponent is adjusted so that leading bit (MSB) of mantissa is 1 Since it is always 1 there is no need to store it (c.f. Scientific notation where numbers are normalized to give a single digit before the decimal point e.g. 3.123 x 10 3 ) 39 slide 31

For a 32 bit number 8 bit exponent +/- 2 256 1.5 x 10 77 Accuracy FP Ranges The effect of changing lsb of mantissa 23 bit mantissa 2-23 1.2 x 10-7 About 6 decimal places 39 slide 321

Expressible Numbers 39 slide 331

IEEE 754 Standard for floating point storage 32 and 64 bit standards 8 and 11 bit exponent respectively Extended formats (both mantissa and exponent) for intermediate results 39 slide 341

FP Arithmetic +/- Check for zeros Align significands (adjusting exponents) Add or subtract significands Normalize result 39 slide 351

Check for zero Add/subtract exponents FP Arithmetic x/ Multiply/divide significands (watch sign) Normalize Round All intermediate results should be in double length storage 39 slide 361

Floating Point Multiplication 39 slide 371

Floating Point Division 39 slide 381

Stallings Chapter 8 Required Reading IEEE 754 on IEEE Web site 39 slide 391

SELESAI 39 slide 401