0% found this document useful (0 votes)
3 views5 pages

CS

The document contains various truth tables and logical operations involving binary variables A, B, C, and others. It includes operations such as AND, OR, NOT, NAND, NOR, and XOR, along with their respective outputs for different input combinations. Additionally, it presents a counter distinction table with associated outputs and a summary of logical expressions derived from the input variables.

Uploaded by

kavin90210
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
Download as xlsx, pdf, or txt
0% found this document useful (0 votes)
3 views5 pages

CS

The document contains various truth tables and logical operations involving binary variables A, B, C, and others. It includes operations such as AND, OR, NOT, NAND, NOR, and XOR, along with their respective outputs for different input combinations. Additionally, it presents a counter distinction table with associated outputs and a summary of logical expressions derived from the input variables.

Uploaded by

kavin90210
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1/ 5

A B X A B X A B X

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

A+B

A B C P N Y X
0 0 0 0 1 1 0
0 0 1 0 0 1 0
0 1 0 1 1 0 0
0 1 1 1 0 1 1
1 0 0 1 1 1 1
1 0 1 1 0 1 1
1 1 0 1 1 0 0
1 1 1 1 0 1 1

a b c z r t g x
0 0 0 0 1 0 1 1
0 0 1 0 1 0 1 1
0 1 0 1 0 0 1 0
0 1 1 1 0 1 0 1
1 0 0 0 1 0 1 1
1 0 1 0 1 0 1 1
1 1 0 0 0 0 1 1
1 1 1 0 0 1 0 0

Gate 1= (A NOR R) XOR (A.B)*

AND NAND
0 0 0 0 0 1
0 1 0 0 1 1
1 0 0 1 0 1
1 1 1 1 1 0

NOT NOR OR XOR


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

A B X
0 0 0
0 1 1 (NOT A AND B)OR(A AND B)
1 0 0
1 1 1 (A/ .B)+(A.B)

a b c X
0 0 0 0 (NOT A AND B AND C)OR(A AND NOT B AN
0 0 1 0
0 1 0 0 (A/.B.C)+(A.B/.C)+(A.B.C/)+(A.B.C)
0 1 1 1
1 0 0 0 (B AND C)OR(A AND C)OR(A AND B)
1 0 1 1
1 1 0 1
1 1 1 1

Counter DistinctionMark Award Output


0 0
1 1 88
2 74
3 60
4 2 90
5 3 84
6 4 87
7 5 95
8 72
9 6 84
10 66
-1 0.6 Highly Commended

Counter Value First Last Limit OUTPUT


0 0 8
1 66 0 0
2 606 6 6 606
3 6226
4 8448
5 642 6 2
6 747 7 7 747
7 77
8 121 1 1 121
A B X a b x
0 0 0 0 0 1
0 1 1 0 1 1
1 0 1 1 0 1
1 1 1 1 1 0

b x

a b x
Z = A NOR R 0 0 1
R = NOT B 0 1 0
T = B AND C 1 0 0
G = NOT T 1 1 0
X = Z XOR G
a b x
0 0 0
0 1 0
1 0 0
1 1 1

a b x
0 0 0
0 1 1
1 0 1
1 1 0
ND B AND C)OR(A AND NOT B AND C)OR(A AND B AND NOT C)OR(A AND B AND C)

A.B/.C)+(A.B.C/)+(A.B.C)

OR(A AND C)OR(A AND B)

You might also like