Vous êtes sur la page 1sur 14

DEPARTMENT OF TECHNICAL EDUCATION

ANDHRA PRADESH
Name : A Rajeswara rao
Designation : Head
Branch : Computer Engg.
Institute : GMR Polytechnic, Karimnagar
Year/Semester : III Semester
Subject : Computer Architecture
Subject Code : CM-303
Topic : Information Representation
Arithmetic operations
Duration : 50 min
Sub. Topic : Distinction representation,
arithmetic operations
Teaching Aids to be used : Animation clips& Images, PPT
CM303.20 1
Objective
On completion of this period, you would be able to

know

• The distinction between fixed point and floating

point representations

CM303.20 2
Recap

In the previous class, we have learnt about


• Floating point representation
• Example
• Normalization
• Storage consideration

CM303.20 3
Differences contd..

Difference 1:

• In the fixed point representation, the decimal point is

assumed to be fixed in one position, usually either left or

right positions.

• In the floting point representation, the decimal point is not

fixed but shown by the exponent register.

CM303.20 4
Differences contd..

Difference 2 :

• In the fixed point representation, only one register is

used to store number.

• In the floting point representation, only one register is

used to store number i.e., one register for mantissa and

other for exponent.

CM303.20 5
Differences contd..

Difference 3 :

• With respect to fixed point representation, arithmetic

operations are less complicated and requires less time.

• With respect to floting point representation, arithmetic

operations are more complicated and requires more

time.

CM303.20 6
Differences contd..

Difference 4 :

• With respect to fixed point representation, hardware

requirements are simple.

• With respect to floting point representation, hardware

requirements are complex.

CM303.20 7
Differences contd..

Difference 5 :

• With respect to fixed point representation, one can get

less accurate results.

• With respect to floting point representation, one can get

more accurate results

CM303.20 8
Differences

Difference 6 :

• With respect to fixed point representation, one can

represent less range of numbers.

• With respect to floting point representation, one can

represent very small to very large numbers i.e., range is

high.

CM303.20 9
Differences between fixed& floating point
representation contd..
S.no. Fixed point Floating point
representation representation
1 the decimal point is the decimal point is not fixed but
assumed to be fixed in shown by the exponent register.
one position, usually
either left or right
positions.
2 only one register is used two registers are used. one for
to store number. mantassae and the other for
exponent

3 arithmetic operations are arithmetic operations are more


less complicated and complicated and requires more
requires less time. time.
CM303.20 10
Differences between fixed& floating point
representation
4 hardware requirements are hardware requirements are
simple.
complex.

5 Less accuracy More accuracy

6 Range is low Range is high

CM303.20 11
Summary

In this class , you have learnt …

• Distinctions between fixed point and floating point

representations

CM303.20 12
Frequently Asked Questions

• write the distinctions between fixed point


and floating point representations

CM303.20 13
Quiz
1. With respect to fixed point representations, the
following statements are true
b) Range is low.
c) Hardware requirement is less.
d) One register is required to represent a number.
e) All of the about

CM303.20 14

Vous aimerez peut-être aussi