19 With twos complement binary representation what is the ra
19. With two’s complement binary representation, what is the range of numbers as written in binary and in decimal notation for the following cells?
*(a) a two-bit cell
*(b) a three-bit cell
(c) a four-bit cell
(d) a five-bit cell
(e) an n-bit cell in general
Solution
NOT is one\'s complement of a number and NEG of a number is calculated using Two\'s complement rule.
Thus,
(g) NEG 1 1001 0011 = 001101101
(h) NOT 1 0111 0101 = 010001010
