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

Logic Gates

Uploaded by

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

Logic Gates

Uploaded by

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

Logic Gates – Worksheet

Go through the logic lesson: Logic Lesson there are 3 short videos to watch to help with your
learning on this topic. Note the timings for each one

Complete this sheet

Name:

Using Logic Lab, develop a solution to each of the written problems below. Take a screenshot of the
solution in Logic Lab paste it into the table below and crop it so it can be clearly seen.

An example has been given to start with.

Create a flow diagram using the correct symbols for each one.

Task 1
Use the symbols in this table to complete your diagrams.

And Or Not NAND NOR

A P
P
B

Problem Solution Screenshot from Logic Lab


P = A AND B

P = A OR B

P = NOT A

P = NOT (A AND B)

P = (A AND B) OR C

P = NOT (A AND B) AND C


P = ((NOT A) OR B) AND C

P = NOT ((NOT A) AND B)

P = (A OR B) AND (C OR D)

P = NOT ((A OR B) AND C)

P = A OR B OR C OR D

P = (A AND B) AND NOT C


LOGIC GATES to Truth Tables
Task 2 Work out the truth tables for these gates. The rule will help you.

AND OR NOT
A A
Q Q A Q
B B

RULE: Q = 1 if A AND B =1 RULE: Q = 1 if A OR B =1 RULE: Q = 0 if A =1

A Q
0
1
NAND NOR XOR
A
A A
Q
Q Q
B
B B

RULE: Q = 0 if A AND B =1 RULE: Q = 0 if A OR B =1 Q = 1 if A OR B =1, but NOT both

A B Q A B Q
0 0 0 0
0 1 0 1
1 0 1 0 Check Your
Answers
1 1 1 1

Check Your Answers


Task 3

Truth Tables

X Y
1. A Logic circuit has two inputs being X and Y
fill in all the possible combinations.

2. Find the output for the following:


a.
0

b.
1

c. 1

d.
1

0
3. The figure below shows a logic circuit and its incomplete truth table.
Complete the below truth table.

A B C Q

A 0 0
C Q
B 0 1

1 0

1 1

4. The figure below shows a logic circuit and its incomplete truth table.
Complete its truth table.

A C A B C D Q
Q 0 0
B

D 0 1

1 0

1 1

5. The figure below shows a logic circuit and its incomplete truth table.
Complete the below truth table.
A A B C D Q
C
Q 0

0
B D
1

1
6. The figure below shows a logic circuit and its incomplete truth table.
Complete the below truth table.

A
C
Q A B C D Q

0
B
D
1

7. For the logic circuit below complete the truth table.


1. For the logic circuit below complete the truth table. A B D

A 0 0
D
0 1
B
1 0

1 1

Task 4

Go to this link http://www.101computing.net/logic-gates-truth-tables/

Practice the tables

You might also like