InterviewSolution
Saved Bookmarks
| 1. |
Any signed negative binary number is recognised by its ________(a) MSB(b) LSB(c) Byte(d) NibbleI had been asked this question during an interview.The above asked question is from Number System in division Number System and Codes of Digital Circuits |
|
Answer» CORRECT option is (a) MSB The EXPLANATION is: Any negative NUMBER is recognized by its MSB (Most Significant Bit). If it’s 1, then ít’s negative, else if it’s 0, then positive. |
|