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

Chapter 10 - Worksheet

The document consists of a worksheet focused on logical notation, truth tables, and Boolean circuits. It includes exercises for writing logical notations and constructing truth tables for various Boolean expressions. Additionally, it provides multiple truth tables for different combinations of inputs and outputs related to logical operations.

Uploaded by

arasam2029
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)
3 views

Chapter 10 - Worksheet

The document consists of a worksheet focused on logical notation, truth tables, and Boolean circuits. It includes exercises for writing logical notations and constructing truth tables for various Boolean expressions. Additionally, it provides multiple truth tables for different combinations of inputs and outputs related to logical operations.

Uploaded by

arasam2029
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

WORK SHEET – 10

1. Write the Logical Notation and Truth Table :


a.

b.

c.

d.
WORK SHEET – 10

e.

f.
2. Draw Boolean Circuit and Truth Table
a. (A AND B) OR (C XOR D)
b. (A NOR B) AND (C OR D)
c. ((A XOR B) AND C) OR (D NOR A)
d. (A AND (B OR C)) XOR D
e. (A AND B) AND (C NOR D)
f. (A XOR B) OR (C AND (D NOR A))
g. ((A AND B) OR C) XOR D
h. (A OR B) AND (C XOR D)
i. ((A NOR B) XOR C) AND (D OR A)
j. (A AND (B OR C)) NOR D
3.DRAW Boolean Circuit:
WORK SHEET – 10
1 A B C X 2 A B C X 3 A B C X

0 0 0 1 0 0 0 0 0 0 0 0

0 0 1 0 0 0 1 0 0 0 1 0

0 1 0 0 0 1 0 0 0 1 0 0

0 1 1 1 0 1 1 0 0 1 1 1

1 0 0 0 1 0 0 0 1 0 0 0

1 0 1 0 1 0 1 1 1 0 1 0

1 1 0 0 1 1 0 0 1 1 0 0

1 1 1 1 1 1 1 1 1 1 1 0

4 A B C X 5 A B C X 6 A B C X

0 0 0 0 0 0 0 0 0 0 0 0

0 0 1 0 0 0 1 0 0 0 1 0

0 1 0 1 0 1 0 1 0 1 0 1

0 1 1 1 0 1 1 0 0 1 1 0

1 0 0 1 1 0 0 0 1 0 0 1

1 0 1 0 1 0 1 1 1 0 1 0

1 1 0 0 1 1 0 0 1 1 0 0

1 1 1 1 1 1 1 0 1 1 1 1
WORK SHEET – 10
7 A B C X 8 A B C X 9 A B C X

0 0 0 1 0 0 0 1 0 0 0 1

0 0 1 0 0 0 1 1 0 0 1 1

0 1 0 0 0 1 0 0 0 1 0 1

0 1 1 0 0 1 1 0 0 1 1 0

1 0 0 0 1 0 0 0 1 0 0 0

1 0 1 0 1 0 1 0 1 0 1 0

1 1 0 0 1 1 0 0 1 1 0 0

1 1 1 0 1 1 1 0 1 1 1 0

You might also like