Digital Electronics - Digital Concepts - Discussion

Discussion Forum : Digital Concepts - General Questions (Q.No. 30)
30.
Give the decimal value of binary 10000110.
13410
14410
11010
12610
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
5 comments Page 1 of 1.

Chaithu said:   1 decade ago
Given 1 0 0 0 0 1 1 0.

And their corresponding positions values are,

128 64 32 16 8 4 2 1.

In given no where "1" will be present the corresponding position value can be add.

So from given no clearly (128+4+2=134).
(4)

Ashok@cse said:   1 decade ago
1 0 0 0 0 1 1 0

1X2^7+0x2^6+0X2^5+0X2^4+0X2^3+1X2^2+1X2^1+0x2^0.

2^7+2^2+2^1.

128+4+2 =(134)10 decimal.
(1)

Dhivya said:   1 decade ago
128 64 32 16  8  4 2  1
1 0 0 0 0 1 1 0
128 + 4 + 2 = 134
(1)

Kavipriya said:   1 decade ago
1*2^7 + 1*2^2 + 1*2^1 = 128 + 4 + 2 = 134

Mounika said:   7 years ago
Excellent explanation, Thanks @Dhivya.

Post your comments here:

Your comments will be displayed after verification.