Two's complement of (11111)2 is ___________________
(00000)2
(00001)2
(101001)2
(11010)2
Identify the scheme for representing negative integers with patterns of bits.
One's Complement Representation
Two's Complement Representation
Ten's Complement Representation
Sign and Magnitude Representation
One's complement of (10001)2 is _____________
(01110)2
(01101)2
(101101)
The ASC II value of character 'Z'
5A
5B
5C
5D
In 2's complement, a number to be subtracted is known as
carry
subtrahend
Borrow
none of these
One's complement of (1111)2 is _______________
(1000)2
(0011)2
(0001)2
(0000)2
The ASCII value of character '1' is _____________
097
065
049
072
Which coding is used to represent the analog data
BCD
Gray
ASC II
Binary
How many bit long the ISCII has?
5
6
7
8
How many bit does it change in gray code
0
1
2
3