Electronics and Communication Engineering - Electronic Devices and Circuits

21.
The complement of exclusive OR function is
AB + A B
AB + A B
A B + A
AB + A B
Answer: Option
Explanation:

Complement of XOR is X NOR.


22.
Decimal -90 equals __________ in 8 bit 2s complement
1000 1000
1010 0110
1100 1100
0101 0101
Answer: Option
Explanation:

+90 in binary is 01011010. Its 2's complement is 10100110.


23.
23.610 = __________ 2
11111.1001
10111.1001
00111.101
10111.1
Answer: Option
Explanation:

23= 10111 and 0.6 =10011 Hence 10111 . 10011 .


24.
In a shift left register, shifting a bit by one bit means
division by 2
multiplication by 2
subtraction of 2
None of the above
Answer: Option
Explanation:

In binary shift one bit left means multiplication by 2.


25.
If A = B = 1, the outputs P and Q in the given figure are
P = Q = 0
P = 0, Q = 1
P = 1, Q = 0
P = Q = 1
Answer: Option
Explanation:

It is a half adder 1 + 1 = 10. Therefore SUM = P = 0 and Carry = Q = 1.