0% found this document useful (0 votes)
64 views

Hardware Worksheet 1 Logic Gates

The document provides examples of logic gates and circuits and tasks for completing truth tables and writing logic statements. It contains diagrams of common logic gates like AND, OR, and NOT. The tasks involve identifying gate types, writing logic statements, drawing circuits, and completing truth tables for various combinations of gates.

Uploaded by

sarazor08
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views

Hardware Worksheet 1 Logic Gates

The document provides examples of logic gates and circuits and tasks for completing truth tables and writing logic statements. It contains diagrams of common logic gates like AND, OR, and NOT. The tasks involve identifying gate types, writing logic statements, drawing circuits, and completing truth tables for various combinations of gates.

Uploaded by

sarazor08
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Worksheet 1: Logic gates

Task 1
1. Study the logic diagrams below. Complete the truth tables and the logic
statement for each one. For example, the logic statement for the NOT gate is
P = NOT A.

What sort of logic gate


is this?
NOR
A P
1 0
0 1
Truth Table
Logic statement:

What sort of logic gate


is this? AND

A B P
0 0 0
0 1 0
1 0 0
1 1 1
Truth Table Logic statement:

What sort of logic gate


is this? or

A B P
0 0 0
0 1 1
1 0 1
1 1 1
Truth Table
Logic statement:

1
Task 2
2. (a) Write the logic statement for the following logic circuit. Show your working.

(b) Complete the truth table for the logic circuit:

A B C X= (A OR B) P= (X AND C)
0 0 0 0 0
0 0 1 0 0
0 1 0 1 0
1
0 1 1 1
1
1 0 0 0
1 0 1 1 1
1 1 0 1 0
1 1 1 1 1

3. (a) Draw the logic circuit representing the following logic statement:
P = (A AND B) OR (A OR C)

(b) Write letters X and Y on your diagram to represent the output from the AND and OR
gates. Complete the truth table for the logic circuit:

Working space P
A B C

2
4. (a) Write the letter X on the following logic circuit to represent the output from the
NOT gate. Write Y to represent the output from the AND gate.

(b) Write the logic statement for the logic circuit. Show your working, and remember to
put brackets around each expression representing the output from a gate.

(c) Complete the truth table for the logic circuit:

Working space
A B C P

5. Write letters P, Q, R on the following circuit representing the output from each gate.
Write the logic statement for the circuit, Show your working, and remember to use
brackets.

3
Task 3
6. Draw the logic circuit for the following logic statement:
X = (A OR B) AND NOT (C AND D)

7. CHALLENGE!

Draw the logic circuit for the following logic statement:

X = C AND ((A AND B) OR (B AND C))

8. Determine the output from each logic gate, and the final output P, for each of the
following logic circuits.
(a)

(b)

(c)

9. Construct a logic circuit yourself involving three or four inputs and have a partner write
the corresponding logic statement.

You might also like