Digital Electronics - Combinational Logic Circuits - Discussion

Discussion Forum : Combinational Logic Circuits - General Questions (Q.No. 13)
13.

Which of the following logic expressions represents the logic diagram shown?

Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
7 comments Page 1 of 1.

Oclb44 said:   9 years ago
~A and ~B means that to get a high output you would need logic 0 for both A and B. Where as ~(AB) means that any combination of logic values for A and B will yield a high output except both being logic 1.

Just make the truth tables and you will see:

AB|~A|~B|~A~B AB|~(AB)
00 | 1 | 1 | 1 00 | 1
01 | 1 | 0 | 0 01 | 1
10 | 0 | 1 | 0 10 | 1
11 | 0 | 0 | 0 11 | 0

Kokila said:   1 decade ago
The output of NOT gate will be the complement of the input. The operation of AND gate is product of the output of NOT gate. The operation of OR gate is addition of two inputs.

Rekha thakur said:   9 years ago
Option D is correct answer because (A) AND Gate !(B) OR Gate.

Opinion B is not correct answer because !(AB).

VIJAY BHASKER said:   1 decade ago
1ST AND GATE O/P IS - A`.B`
2ND AND GATE O/P IS - A.B
OR GATE O/P IS - (A`B`)+(AB) = AB + A`B`.

Aakash said:   1 decade ago
Why not option B is correct? Because a'b'=[ab]'.

Mani vardhan said:   9 years ago
Not option B, because A'B' = [A + B]'
(1)

Aggression said:   10 years ago
@Aakash, a'b'=[ab]' is not correct.

Post your comments here:

Your comments will be displayed after verification.