Topic 2 Logic Gates and Boolean Algebra
|
You
will learn to: ·
Identify
and use NOT, AND, OR, NAND, NOR, EX-OR gates in circuits ·
Construct and recognise truth
tables and simple combinations of gates with up to four inputs to the
system ·
Use
combinations of gates to perform other functions. |
Logic gates are at the
heart of digital electronics. In
digital electronics, we need to know nothing about electricity, other than the
difference between on (1) and off
(0).
Digital electronics is
widely used in telecommunications, computers, and sound recording.
| INPUT | OUTPUT |
| 0 | 1 |
| 1 | 0 |
| A | B |
OUTPUT |
| 0 | 0 | 0 |
| 1 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 1 | 1 |
| A | B |
OUTPUT |
| 0 | 0 | 0 |
| 1 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 1 | 1 |
| A | B |
OUTPUT |
| 0 | 0 | 0 |
| 1 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 1 | 0 |
| A | B |
OUTPUT |
| 0 | 0 | 1 |
| 1 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 1 | 0 |
| A | B |
OUTPUT |
| 0 | 0 | 1 |
| 1 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 1 | 0 |
| A | B | C | Q |
| 0 | 0 | 1 | 0 |
| 0 | 1 | 1 | 0 |
| 1 | 0 | 1 | 0 |
| 1 | 1 | 0 | 1 |
| INPUT | OUTPUT |
| 0 | 1 |
| 1 | 0 |
We looked at this example using truth tables. Now we are going to analyse it using Boolean algebra.

Analyse this circuit using the questions.
Step 1 - Answer Question 5 to get the output Q.
Step 2 - Answer Question 6 to get the input D
Step 3 - Answer Question 7 to get the input C
Step 4 - Combine your answers and answer Question 8
Now you will need to look at some rules that will help you to simplify the expression you have just worked out:
|
A.A = A A + A = A A.Ā = 0 A + Ā = 1 A + 1 = 1 = A.0 = 0 A + 0 = A A = A (“NOT NOT A”)
|
Step 5 - Answer Question 9 to get Q in terms of A and B
The rules help us to simplify a lot of more complex expressions. Have a go at Question 10 to test your understanding.
We can build a circuit using a Boolean expression, which we will look at now.
| A | B |
OUTPUT |
| 0 | 0 | 0 |
| 1 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 1 | 0 |
|
Boolean Algebra
|
Back:
Home Electronics AS Module 1 Activities