noun
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.
最小有効ビットが1なら、その数は奇数です。
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'.