memrootじしょ
英和翻訳
MSB
MSB
/ˈɛm ɛs biː/
エムエスビー
1.
2進数で最も高い桁のビット。
2進数において、数値の最も左側にあるビットで、その数値の大きさに最も大きな影響を与える桁を指します。
The
MSB
of
an
8-bit
number
determines
its
sign
when
using
two's
complement.
(8ビットの数値のMSBは、2の補数表現を使用する際の符号を決定します。)
The MSB
「Most Significant Bit」の略で、最も重要なビットを指します。
of an 8-bit number
8ビットの数値の、という意味です。
determines
~を決定する、という意味です。
its sign
その符号、という意味です。
when using two's complement
2の補数表現を使用する場合、という意味です。
Always
check
the
MSB
first
for
critical
data
processing.
(重要なデータ処理では、常にMSBを最初に確認してください。)
Always check
常に確認する、という意味です。
the MSB
最も重要なビットを指します。
first
最初に、という意味です。
for critical data processing
重要なデータ処理のために、という意味です。
Flipping
the
MSB
can
drastically
change
the
value
of
a
binary
number.
(MSBを反転させると、2進数の値が劇的に変わる可能性があります。)
Flipping
反転させる、という意味です。
the MSB
最も重要なビットを指します。
can drastically change
劇的に変える可能性がある、という意味です。
the value
その値、という意味です。
of a binary number
2進数の、という意味です。
関連
LSB
bit
byte
binary
two's complement