0% found this document useful (0 votes)
21 views1 page

Activity 10.3: 10 Boolean Logic

Uploaded by

hamza.home403
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)
21 views1 page

Activity 10.3: 10 Boolean Logic

Uploaded by

hamza.home403
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/ 1

10 Boolean logic

Activity 10.3
1 Produce:
i a truth table
ii a logic circuit
from the following logic expression:
(NOT A AND B) AND (NOT B OR C)

2 Produce:
i a truth table
ii a logic circuit
from the following logic expression:
(A XOR B) OR ((B NOR C) AND B) A B X
0 0 1
3 Produce:
0 1 0
i a logic expression
1 0 0
ii a logic circuit
1 1 1
from the following truth table:
4 Write down a logic expression for each of the following truth tables:
a b
A B C X A B C X
0 0 0 1 0 0 0 0
0 0 1 0 0 0 1 1
0 1 0 0 0 1 0 1
0 1 1 0 0 1 1 0
1 0 0 1 1 0 0 1
1 0 1 1 1 0 1 1
1 1 0 0 1 1 0 0
1 1 1 0 1 1 1 0

5 a Write down a logic expression corresponding to the following truth table:


A B C X
0 0 0 1
0 0 1 1
0 1 0 0
0 1 1 0
1 0 0 1
1 0 1 1
1 1 0 0
1 1 1 0

b Show that the following logic expression produces the same output as your
answer to part a above:
(NOT A AND NOT B) OR (A AND NOT B)

370

318281_C10_CAM_IGCSE CO_SCI_356_386.indd 370 2/18/21 12:15 PM

You might also like