352 views
1 votes
1 votes
which is correct?

S1    +ve logic AND operation behaves as -ve logic OR operation.

S2    fxn f(A,B,C)= AB+BC+CA is a self dual fxn.

 

S2 is true but what is the explanation of S1, what does statement 1 want to say?

1 Answer

1 votes
1 votes

AND Gate Truth Table :

A B A.B
High High High
High Low Low
Low High Low
Low Low Low

 

This table interpreted in +ive logic gives:

       High → 1 and Low → 0

A B A.B
1 1 1
1 0 0
0 1 0
0 0 0

 

 

If the 1st table is interpreted in -ive logic then:

      High → 0 and Low → 1

A B A.B
0 0 0
0 1 1
1 0 1
1 1 1

 

 

In above table A.B is 0 only when A and B both are 0 which is property of OR gate. Hence from above table we can conclude that AND gate in -ive logic system acts as OR gate.

Related questions

0 votes
0 votes
0 answers
1
deba1014 asked 3 days ago
34 views
What is the maximum n-bit number in base x ,when represented in decimal(10)?
0 votes
0 votes
2 answers
3
rajveer43 asked Jan 12
196 views
The number of full and half-adders required to add $32$-bit numbers is______________________
0 votes
0 votes
0 answers
4
Redcom1988 asked Dec 23, 2023
190 views
Design a counter according to the state diagram above using only NAND gates and JK Flip-flops (if needed) complete with state tables