250+ TOP MCQs on Testing Combinational Logic and Answers

VLSI Multiple Choice Questions on “Testing Combinational Logic”.

1. The input signal combination in exhaustive testing is given as
A. 2N
B. 21/N
C. 2(M+N)
D. 1/2N
Answer: A
Clarification: For testing an N input circuit using exhaustive testing, the total number of input combinations can be given as 2N.

2. Observability is the process of
A. checking all inputs
B. checking all outputs
C. checking all possible inputs
D. checking errors and performance
Answer: B
Clarification: Observability is the process of observing outputs for all the input combinations.

3. Exhaustive testing is suitable when N is
A. small
B. large
C. any value for N
D. very large
Answer: A
Clarification: Exhaustive testing is the process where all possible input combinations are used. This is suitable when N is relatively small.

4. Test vectors in sensitized path-based testing is generated
A. before enumerating faults
B. after enumerating faults
C. after designing
D. before designing
Answer: B
Clarification: In sensitized path-based testing, test vectors are generated after enumerating the possible faults because many patterns may not occur during the application of the circuit.

5. To propagate the fault along the selected path to primary output, setting _____ is done.
A. AND to 1
B. OR to 1
C. NOR to 1
D. NAND to 0
Answer: A
Clarification: Inputs of another gate is determined so as to propagate the fault signal along the selected path to primary output of the circuit. This is done by setting AND/NAND to 1 and OR/NOR to 0.

6. In consistency/ justification, tracking is done
A. forward from gate input to primary input
B. backwards from gate input to primary output
C. backwards from gate input to primary input
D. forward from gate output to primary output
Answer: C
Clarification: Consistency step finds the input patterns to realize all the necessary values. This is done by tracking backwards from gate input to primary input of the logic.

7. In D-algorithm, a particular ______ fault is detected by examining the _____ conditions.
A. internal, output
B. internal, input
C. external, output
D. external, input
Answer: A
Clarification: In a circuit comprising combinational logic, D-algorithm aims at detecting a particular internal fault by examining the output conditions.

8. D-algorithm is based on
A. existence of one fault machine
B. existence of one good machine
C. existence of one fault and one good machine
D. existence of two fault machines alone
Answer: C
Clarification: D-algorithm is based on the hypothesis of the existence of two machines – one good machine and one faulty machine.

9. The existence of fault in faulty machine causes discrepancy in behaviour of the circuit for all values on inputs.
A. true
B. false
Answer: B
Clarification: The existence of fault in faulty machine causes discrepancy in its behaviour and that of the good machine for some particular values of inputs.

10. In D-algorithm, the discrepancy is driven to _____ and observed and thus detected.
A. all inputs
B. particular inputs
C. output
D. end of the circuit
Answer: C
Clarification: In D-algorithm, a systematic means is provided to driven the discrepancy to output and it is observed and detected.

11. D-algorithm is time intensive for large circuits.
A. true
B. false
Answer: A
Clarification: D-algorithm is extremely time intensive and computing intensive for large circuits and many modifications and improvements are done.

Leave a Reply

Your email address will not be published. Required fields are marked *