You are on page 1of 10

Numbers Representations

Turn your computer’s volume up. These slides have voice explanations

1
 Fixed point numbers:
◦ Consists of integer and a fraction

◦ The value of the number is

◦ The position of the point is fixed

2
 Example: Find the fixed-point number (01110.111)2 in
decimal

3
 Example: Convert the number (23.625)10 to fixed point
binary

4
 Fixed point number have a range that is limited by the
significant digits
 Sometimes its very important to have a big range and
accurate fraction part
 The IEEE standard for floating point

◦ Mantissa is the significant digits


◦ Exponent
◦ Radix R

5
 We have two precisions
◦ Single 32- bit or double 64 bit

6
• Represent –0.75 in Single Precision

7
• Represent –0.75 in Double Precision

8
• What number is represented by the single-
precision float
11000000101000…00

9
Find the Single precision representation of the number -118.625

10

You might also like