The number 3110 represented in 6bit sign magnitude format is
     The number (-31)_10 represented in 6-bit sign magnitude format is:  O 10 0000  O 01 1111  O 11 1111  The number (-31)_10 represented in 6-bit sign magnitude format is:  O 10 0000  O 01 1111  O 11 1111  O Number is outside the range of 6-bit sign magnitude format.  The number (-18)_10 represented in 6-bit 1\'s complement is:  O 10 1101  O 10 1110  O 01 0010  O 01 0011  The number (-32)_10 represented in 6-bit 2\'s complement is:  O 01 1111  O 100001  O 100000  O 01 1111 O 100001 O 100000  O Number is outside the range of 6-bit two\'s complement.   
  
  Solution
a]31 REPRESENT IN BINARY 011111
NEGATIVE 31 IS 111111
B}+18 REPRESENT IN BINARY 010010
-18REPRESENT IN BINARY 110010
1S COMPLEMENT 001101
C}32 REPRESENT IN BINARY 100000
-32REPRESENT IN BINARY 1100000
2S COMPLEMENT 0100000
SO EXCEEDS 6 BIT ANS IS D

