3.2 Logic Gates and Logic Circuits (3)

Resources | Revision Questions | Computer Science

Login to see all questions

Click on a question to view the answer

1.

Consider the following statements: A = "The weather is sunny", B = "It is raining", and C = "The ground is wet". Write a logic expression that represents the statement "The ground is wet if and only if it is raining or the weather is sunny". Then, determine the truth value of this expression if A is true and B is false.

2.

Question 1

A logic circuit is designed to implement the Boolean expression: Y = (A OR B) AND (NOT C).
Diagram (example)
Draw a logic circuit diagram to represent this expression. Clearly indicate the inputs, outputs, and logic gates used. Include a truth table to verify the circuit's functionality for all possible input combinations.

3.

Construct the truth table for a 3-input AND gate. Clearly indicate the inputs (A, B, C) and the output (D). Include all possible input combinations.