20.4k views
5 votes
Please help me! I have no clue on how to answer this.

Please help me! I have no clue on how to answer this.-example-1
User Hstay
by
4.4k points

1 Answer

1 vote

In this case, we'll have to carry out several steps to find the solution.

Step 01:

Data:

Binary numbers

12 ====> binary

Step 02:

binary code

0000 = 0

0 + 0 + 0 + 0 = 0

0001 = 1

0 + 0 + 0 + 2 ^ 0 = 1

0 + 0 + 0 + 1 = 1

0010 = 2

0 + 0 + 2^1 + 0 = 2

0 + 0 + 2 + 0 = 2

0011 = 3

0 + 0 + 2^1 + 2^0 = 3

0 + 0 + 2 + 1 = 3

This would be the sequence of operation to find each number

1100 = 12

2^3 + 2^2 + 0 + 0 = 12

8 + 4 + 0 + 0 = 12

The answer is:

1100 = 12

User Yyoon
by
4.3k points