Basic Logic Gates : Daily Practice problems
OR Gate:
- What is the basic function of an OR gate?
- How many inputs does an OR gate typically have?
- Can an OR gate produce an output of 0?
- What is the truth table for a 2-input OR gate?
- What happens when all inputs of an OR gate are set to 0?
- Describe a real-world example where an OR gate could be used.
- What is the Boolean expression for a 3-input OR gate?
- How would you represent an OR gate in a logic circuit diagram?
- Explain how an OR gate behaves with mixed inputs of 0 and 1.
- Can an OR gate have more than two inputs?
AND Gate:
- What is the fundamental purpose of an AND gate?
- In a 3-input AND gate, when is the output 1?
- What is the result of an AND gate with all inputs set to 0?
- Provide the truth table for a 2-input AND gate.
- How is the output of an AND gate affected by its inputs?
- Give an example of a practical application of an AND gate.
- Write the Boolean expression for a 4-input AND gate.
- How is an AND gate symbolically represented in circuit diagrams?
- Can an AND gate produce an output of 0 with any combination of inputs set to 1?
- Is it possible to create an AND gate with only one input?
NOR Gate:
- What is the main purpose of a NOR gate?
- How does the output of a NOR gate respond to input changes?
- Provide the truth table for a 2-input NOR gate.
- Explain when a NOR gate's output becomes 0.
- Is it possible for a NOR gate to have an output of 1?
- Provide an example of a practical application for a NOR gate.
- Write down the Boolean expression for a 4-input NOR gate.
- How is a NOR gate's symbol represented in logic circuit diagrams?
- Can you create an AND gate using only NOR gates?
- Describe the relationship between a NOR gate and an OR gate.
XOR Gate:
- What is the primary function of an XOR gate?
- When does an XOR gate produce an output of 1?
- Provide the truth table for a 2-input XOR gate.
- Explain when an XOR gate outputs 0.
- Can an XOR gate have all its inputs set to 1 and still output 1?
- Give an example of a practical application for an XOR gate.
- Write the Boolean expression for a 3-input XOR gate.
- How is the symbol for an XOR gate represented in circuit diagrams?
- Can XOR gates be used to perform addition?
- Is it possible to construct other gates using only XOR gates?