decimal to binary

15

Upload: marizza-dizon-magallanes-jimenez

Post on 18-Jun-2015

377 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Decimal to binary
Page 2: Decimal to binary

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: Decimal to binary
Page 4: Decimal to binary
Page 5: Decimal to binary
Page 6: Decimal to binary
Page 7: Decimal to binary

Convert the following decimal into binary

1.1242.2453.804.785.100

Page 8: Decimal to binary

Binary to Decimal

Page 9: Decimal to binary
Page 10: Decimal to binary
Page 11: Decimal to binary
Page 12: Decimal to binary
Page 13: Decimal to binary
Page 14: Decimal to binary

Convert the following Binary numbers into Decimal

1.110100012

2.110012

3. 111100012

Page 15: Decimal to binary

Answers:

1.20910

2.2510

3.24110