Decimal equivalent of Binary No. 100 is:
4
This explanation details how to find the decimal equivalent of the binary number 100.
Computers use the binary system (base-2), which only uses digits 0 and 1. Humans commonly use the decimal system (base-10), which uses digits 0 through 9. Converting between these systems is a fundamental concept in digital electronics and computer science.
To convert a binary number to its decimal equivalent, we multiply each binary digit by its corresponding positional weight (a power of 2) and sum the results. The positional weights increase from right to left, starting with $2^0$.
Let's convert the binary number 100:
100.Here's a table summarizing the conversion:
| Binary Digit | Position | Positional Weight ($2^n$) | Decimal Value |
|---|---|---|---|
| 1 | 2 (Leftmost) | $2^2$ | $1 \times 4 = 4$ |
| 0 | 1 (Middle) | $2^1$ | $0 \times 2 = 0$ |
| 0 | 0 (Rightmost) | $2^0$ | $0 \times 1 = 0$ |
| Total | $4$ |
Therefore, the decimal equivalent of the binary number 100 is 4.
What is the binary number equivalent to decimal number 1011 ?
What is 10011010 in decimal?
If (1012)3 = (112)R the value of the radix ‘R’ is
What would be the equivalent binary expression for 456?
Decimal fraction 0.375 in binary form is