Download as pdf or txt
Download as pdf or txt
You are on page 1of 19

1

Platform Technologies
ITE211

Lesson 4

Representation of Data/Information
2
Representation of Data/Information

How is Data represented?


3
Number System

“Numbers is life”
-Your computer, probably
4
Number System

• Binary number system

• Octal number system

• Decimal number system

• Hexadecimal number system


5
Decimal Number System

• Used in our day-to-day life


• Has base 10
• From the word “Deca”, or 10. The
term is derived from the Greek déka
(δέκα) meaning ten.
6
Decimal Number System

Example: How is 1234 read in


Decimal?
A.) One, Two, Three, Four
B.) One Thousand Two Hundred
Four
7
Decimal Number System

B.) One Thousand Two Hundred Four


is the correct answer! How?
8
Binary Number System
• Uses two digits, 0 and 1
• Also called as base 2 number
system
• Each position in a binary number
represents a 0 power of the base (2).
Example 20
9
Example

Binary Number: 101012


Calculating Decimal Equivalent −
10
Octal Number System
11
Octal Number System
12
Example

Octal Number − 125708


Calculating Decimal Equivalent −
13
Example
14
Hexadecimal Number System

• Uses 10 digits and 6 letters, 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.


• Letters represents numbers starting from 10. A = 10, B = 11, C =
12, D = 13, E = 14, F = 15.
• Also called base 16 number system.
• Each position in a hexadecimal number represents a 0 power of
the base (16). Example 160.
15
Example

Hexadecimal Number: 19FDE16


Calculating Decimal Equivalent −
16
Number System Relationship
17
Number System Relationship
18

Platform Technologies
ITE211

Lesson 4

THE END
19

Thank you for listening

You might also like