conversion binary to decimal

15

Upload: marizza-dizon-magallanes-jimenez

Post on 10-Jun-2015

2.624 views

Category:

Technology


7 download

TRANSCRIPT

Page 1: Conversion binary to decimal
Page 2: Conversion binary to decimal

The decimal (base ten) numeral system has ten possible values (0,1,2,3,4,5,6,7,8, or 9) for each place-value. In contrast, the binary (base two) numeral system has two possible values, often represented as 0 or 1, for each place-value.

To avoid confusion while using different numeral systems, the base of each individual number may be specified by writing it as a subscript of the number. For example, the decimal number 156 may be written as 15610 and read as "one hundred fifty-six, base ten". The binary number 10011100 may be specified as "base two" by writing it as 100111002.

Since the binary system is the internal language of electronic computers, serious computer programmers should understand how to convert from decimal to binary. Here's how to do it.

Page 3: Conversion binary to decimal
Page 4: Conversion binary to decimal
Page 5: Conversion binary to decimal
Page 6: Conversion binary to decimal
Page 7: Conversion binary to decimal

Convert the following decimal into binary

1.1242.2453.804.785.100

Page 8: Conversion binary to decimal

Binary to Decimal

Page 9: Conversion binary to decimal
Page 10: Conversion binary to decimal
Page 11: Conversion binary to decimal
Page 12: Conversion binary to decimal
Page 13: Conversion binary to decimal
Page 14: Conversion binary to decimal

Convert the following Binary numbers into Decimal

1.110100012

2.110012

3. 111100012

Page 15: Conversion binary to decimal

Answers:

1.20910

2.2510

3.24110