Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 6)
6.
The weight of the LSB as a binary number is:
1
2
3
4
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
10 comments Page 1 of 1.

Anoime said:   7 years ago
Lets say a number given is 5. In binary, this is 101. The LSB is the first one from right while MSB is last one from right.

The weight is simply 2^n where n is the position of the '1' from the radix pt. In 101, it is not shown but it's after the right-most 1.

The weight of LSB 1 is 2^0 =1. Weight of MSB is 2^2 = 4.
(1)

Clem said:   7 years ago
I thought it was Lower Sideband, only to find out its actually Least Significant Bit.
(1)

Vikas said:   9 years ago
There are two types of fission first one is binary and second is multiple fission.

Ashish singh said:   1 decade ago
Binary weight of LSB is 2 with index as zero. So 2 raise to zero means 1.

Kshirsagar subhash said:   1 decade ago
The binary weight means 4 2 1 that is least significant bit.

REVATHI said:   6 years ago
But we take binary of 4, it becomes 0100 then LSB = 0.

Fenil said:   1 decade ago
I can't understand this question??
Help me..

Yash singh said:   8 years ago
Not getting this, please explain ion detail.
(1)

Syed Imran said:   9 years ago
2^0 = 1 --> LSB.
2^7 = 1 ---> MSB.

Roopa said:   8 years ago
Thank you all.

Post your comments here:

Your comments will be displayed after verification.