You are on page 1of 1

DATA REPRESANTATION

Human beings use decimal (base 10) number system for counting .Computers use
Binary (base 2) number components(known as computing, we also use
system ,as they are made transistors) operating in hexadecimal (base 16) or
from binary digital two states –on and off. In octal (base 8)
Base ten or decimal number system
Decimal number system has ten symbol:0,1,2,3,4,5,6,7,8and 9 called digits .It uses positional
notation, i.e. the least –significant figure is the right most digit e.g. 2345 in the example 5 is the
least significant figure.
i. Each digit in the binary number represents a power of two.
ii. Convert 1011001012 to the corresponding decimal number.
iii. I will list up the digits in order, and count them off from the right starting with zero.
iv. The first row above (labelled ‘digits’) contains the power 2 (the base) corresponding to
each digit

You might also like