Menu
support@authoritypapers.com
+1(805) 568 7317

name grade title converting binary numbers to decimal objectives in this il 5188581

Name: __________ Grade: __________

Title: Converting binary numbers to decimal

OBJECTIVES

In this iLab, you will develop an algorithm to convert binary numbers to decimal numbers, then apply the algorithm to several binary numbers to obtain their decimal equivalent.

II. PROCEDURE

The process of converting a 4-bit binary number to its decimal equivalent is demonstrated in the following steps.

Step 1: For each bit position, write down the base, 2, raised to the power of that bit position. For a 4-bit number, this would be as follows.

23222120

Step 2: Below each bit position, convert the power of 2 to its decimal value.

23 22 21 20

8 4 2 1

Step 3: Below the decimal weights, write down the binary number that will be converted. For example, use 1101.

23 22 21 20

8 4 2 1

1 1 0 1

Step 4: In each position, multiply the decimal weight by the binary number (i.e., 8 x 1 = 8, 4 x 1 = 4).

8 4 2 1

X X X X

1 1 0 1

= = = =

8 4 0 1

Step 5: Sum the numbers.

8 + 4 + 0 + 1 = 13

Therefore, the 4-bit number 1101 base 2 (binary) is equivalent to 13 base 10 (decimal).

Problems:

Using the process described above, convert the following 4-bit binary numbers to their decimal equivalents. Record your results.

0011 =

1100 =

Fill in the missing binary or decimal values in the following table.

Binary Bit 3

Binary Bit 2

Binary Bit 1

Binary Bit 0

Decimal

0

0

0

0

0

0

0

1

0

0

1

0

0

0

0

4

0

1

1

0

0

0

0

8

1

0

1

0

1

0

0

12

1

1

1

13

1

1

1

15

Extend the process described above and convert the following 8-bit binary numbers to their decimal equivalent. Record your results.

00010011 =

01011001 =

What is the largest binary number that can be generated in 8-bit binary? How did you arrive at this result?

In your own words, describe the process of converting a binary number into its decimal equivalent. This is the algorithm of converting a binary number to its decimal equivalent.

Rename your iLab document to FiLastNameLab1-1.docx. Upload the completed iLab to the weekly iLab Dropbox.

"Order a similar paper and get 15% discount on your first order with us
Use the following coupon
"GET15"

Order Now