Digital Circuits
Basic Logic Gate Troubleshooting
22 questions By Tony R. Kuphaldt
-
Question 1 of 22
Counting practice: count from zero to thirty-one in binary, octal, and hexadecimal:

Reveal answerNo answers given here - compare with your classmates!
Notes:In order to familiarize students with these “strange” numeration systems, I like to begin each day of digital circuit instruction with counting practice. Students need to be fluent in these numeration systems by the time they are finished studying digital circuits!
One suggestion I give to students to help them see patterns in the count sequences is “pad” the numbers with leading zeroes so that all numbers have the same number of characters. For example, instead of writing “10” for the binary number two, write “00010”. This way, the patterns of character cycling (especially binary, where each successively higher-valued bit has half the frequency of the one before it) become more evident to see.
-
Question 2 of 22
Predict how the operation of this logic gate circuit will be affected as a result of the following faults. Consider each fault independently (i.e. one at a time, no multiple faults):

- Output of OR gate U2 fails low:
- Output of inverter gate U3 fails low:
- Output of AND gate U1 fails high:
For each of these conditions, explain why the resulting effects will occur.
Reveal answer- Output of OR gate U2 fails low: Gate U4 output stuck in the low state.
- Output of inverter gate U3 fails low: Gate U4 output stuck in the low state.
- Output of AND gate U1 fails high: Gate U4 output simply equal to [D], no other inputs have any effect on U4‘s output.
Notes:The purpose of this question is to approach the domain of circuit troubleshooting from a perspective of knowing what the fault is, rather than only knowing what the symptoms are. Although this is not necessarily a realistic perspective, it helps students build the foundational knowledge necessary to diagnose a faulted circuit from empirical data. Questions such as this should be followed (eventually) by other questions asking students to identify likely faults based on measurements.
-
Question 3 of 22
Predict how the operation of this logic gate circuit will be affected as a result of the following faults. Consider each fault independently (i.e. one at a time, no multiple faults):

- Output of AND gate U2 fails low:
- Output of AND gate U2 fails high:
- Output of inverter gate U1 fails low:
For each of these conditions, explain why the resulting effects will occur.
Reveal answer- Output of AND gate U2 fails low: Gate U3 output stuck in the high state.
- Output of AND gate U2 fails high: Gate U3 output simply equal to [C], no other inputs have any effect on U3‘s output.
- Output of inverter gate U1 fails low: Gate U3 output stuck in the high state.
Notes:The purpose of this question is to approach the domain of circuit troubleshooting from a perspective of knowing what the fault is, rather than only knowing what the symptoms are. Although this is not necessarily a realistic perspective, it helps students build the foundational knowledge necessary to diagnose a faulted circuit from empirical data. Questions such as this should be followed (eventually) by other questions asking students to identify likely faults based on measurements.


