Answer: Option [C]
23D -> 0010 0011 1101 and 9AA -> 1001 1010 1010
So the sum of two hexadecimal numbers is 1011 1110 0111 i.e. BE7
Answer: Option [C]
23D -> 0010 0011 1101 and 9AA -> 1001 1010 1010
So the sum of two hexadecimal numbers is 1011 1110 0111 i.e. BE7
Answer: Option [D]
37 H means 00110111
17 H means 00010111
On division of 37 H by 17 H the remainder is 09 H
Article and Schedule Quiz | Start Test! |
Answer: Option [A]
31 can be represented by 5 bits and the 1 bit needed for sign bit.
Answer: Option [D]
2n-1 is the largest integer in 2's complement representation using n bits.
Answer: Option [B]
-215 is the least negative value for the two 8-bit 2's complement numbers.