LSB
By
Gabriel Torres
on December 22, 2005
Least Significant Bit
In a binary word, it is the last bit, i.e. the last one located on the right hand side. Consider a byte on the following format:
b7 b6 b5 b4 b3 b2 b1 b0
E.g.: (10101110)
The least significant bit (LSB) will be b0 (the “0” bit on the far right on the example).
Originally at http://www.hardwaresecrets.com/dictionary/term/237