What do you mean by a LSB while writing a binary number.....What does it signify ?
Answers
LSB is abbreviated as Least Significant Bit. In binary no. 0010the least Significant bit is o which is in the right hand side. We say it as LSBbecause : For eg you want to convert the above to decimal no. So you will use the positional notation method While doing so yo will find the positional value for left most bit is3and rightmost bit is 0 since it's positional value is low it is called as Least significant bit
Answer:
In computing, the least significant bit (LSB) is the bit position in a binary integer giving the units value, that is, determining whether the number is even or odd. It is common to assign each bit a position number, ranging from zero to N-1, where N is the number of bits in the binary representation used.
Explanation:
hope it helps you.