CBSE Class 11 Computer Science Question 61 of 91

Data Representation — Question 7

Back to all questions
7
Question

Question 7

What is the most significant bit and the least significant bit in a binary code ?

Answer

In a binary code, the leftmost bit is called the most significant bit or MSB. It carries the largest weight. The rightmost bit is called the least significant bit or LSB. It carries the smallest weight. For example:

1MSB0110110LSB\begin{matrix} \underset{\bold{MSB}}{1} & 0 & 1 & 1 & 0 & 1 & 1 & \underset{\bold{LSB}}{0} \end{matrix}