least significant bit; LSB
Technical computing term for the bit in a binary number that represents the smallest value (2^0). Often abbreviated as LSB.
If the least significant bit is 1, the number is odd.
In this protocol, data is transmitted starting from the least significant bit.
最上位ビット (MSB) is the most significant bit, the opposite of 最小有効ビット.
Compound of 最小 (smallest) + 有効 (effective) + ビット (bit), a direct translation of the English term 'least significant bit'.