Computer Science, asked by christianshelvy2807, 1 day ago

Convert Decimal to Binary Number 1110(10)
( with method )​

Answers

Answered by kadamgeeta31
2

Answer:

please mark me brainliest

Explanation:

Step 1: Write down the binary number:

1110

Step 2: Multiply each digit of the binary number by the corresponding power of two:

1x23 + 1x22 + 1x21 + 0x20

Step 3: Solve the powers:

1x8 + 1x4 + 1x2 + 0x1 = 8 + 4 + 2 + 0

Step 4: Add up the numbers written above:

8 + 4 + 2 + 0 = 14.

So, 14 is the decimal equivalent of the binary number 1110.

Similar questions