1. Complement of XNOR and NOR is ________ and ________ respectively ?

NOR, XNOR

OR, NOR

XOR, NOR

XOR, OR

Answer: XOR, OR

Explanation:


2. The gate is generally used to check for or to generate the proper parity in a code ?

NAND

EX-NOR

NOR

EX-OR

Answer: EX-OR

Explanation:


3. How many entries would a truth table for a four-input NAND gate have ?

2

8

16

32

Answer: 16

Explanation:


4. The NOR logic gate is the same as the operation of the ________ gate with an inverter connected to the output ?

OR

AND

NAND

none of the above

Answer: OR

Explanation:


5. In the sum of products functions f(X,Y,Z)=(2, 3, 4, 5), the prime implicants are ?

X’Y, XY’

X’Y, XY’Z’, XY’Z

X’YZ’, X’YZ, XY’

X’YZ’, X’YZ, XY’Z’, XY’Z

Answer: X’Y, XY’

Explanation:


6. When a Boolean expression contains four variables, the number of cells in the Karnaugh map must be ?

2^4

2^4-1

2^4 +1

Answer: 2^4

Explanation:


7. In K-map, a group of 8 adjacent ones leads to a term with less than the total number of variables: ?

one

two

three

four

Answer: three

Explanation:


8. Minimal SOP form of F = ?m(1, 2, 3, 4, 6, 8, 9, 10, 11) is ?

x’z’ + w’

x’+w’z’

x’+z’+w’

x’w’z

Answer: x’+w’z’

Explanation:


9. How many minterms (excluding redundant terms) does the minimal switching function f(v, w, x, y, z)= x+y’z originally have ?

16

20

24

32

Answer: 24

Explanation:


10. The function F(A, B, C) = (1, 2, 3, 5, 7) is equivalent to ?

C’+A’B

C+A’B

C+ AB

C+AB

Answer: C+A’B

Explanation: