For a binary representation of a number, the Least Significant Bit (LSB) is the binary 1s place or simply the rightmost bit.
The Most Significant Bit (MSB) is the highest-order place of the binary integer or the left-most bit.
Consider the binary number 10110010(178 in decimal form). Its LSB and MSB are shown below.
1 (MSB) | 0 | 1 | 1 | 0 | 0 | 1 | 0 (LSB) |
0 Comments