in Digital Logic edited by
11,546 views
30 votes
30 votes

What is the boolean expression for the output $f$ of the combinational logic circuit of NOR gates given below?

  1. $\overline{Q+R}$
  2. $\overline{P+Q}$
  3. $\overline{P+R}$
  4. $\overline{P+Q+R}$
in Digital Logic edited by
11.5k views

4 Comments

Try these one too

7
7
1st line ??

Kse??
0
0

  by using distribution law.

0
0

4 Answers

33 votes
33 votes
Best answer
$​\text{ Level 1:}$
$(\overline{P + Q}) (\overline{Q + R}) (\overline{P + R}) (\overline{Q + R})$

$\text{ Level 2:}$
$\overline{(\overline{P + Q})+(\overline{Q + R})} = (P+Q)(Q+R)=PQ+PR+Q+QR$
$\overline{(\overline{P + R}) (\overline{Q + R})} = (P+R)(Q+R)=PQ+R+QR+PR$

$\text{ Level 3:}$
$\\\overline{PR+QR+PQ+Q+R} =\overline{Q+R}\\ \therefore \text{ Answer: Option A} ​$
selected

4 Comments

Good Explanation
1
1
${\color{Purple} {\implies \text{NOR - NOR Realization is equal to OR - AND  Realization.}}}$

${\color{Teal} {\implies \text{NAND - NAND Realization is equal to AND - OR  Realization.}}}$

So, we can easily solve and get the simplified expression $ = \overline{Q + R}$
4
4
Yes
0
0
9 votes
9 votes
$f=(\overline{(\overline{(\overline{P+Q})+(\overline{Q+R})})+(\overline{(\overline{P+R})+(\overline{Q+R})})})$

Using De-Morgan's law: $\overline{\overline{(P+Q)}+\overline{(Q+R)}}=\overline{\overline{(P+Q)}}.\overline{\overline{(Q+R)}}$ and $\overline{\overline{(P+R)}+\overline{(Q+R)}}=\overline{\overline{(P+R)}}.\overline{\overline{(Q+R)}}$

$\rightarrow(\overline{(P+Q).(Q+R)+(P+R).(Q+R)})$
$\rightarrow(\overline{(PQ+PR+Q+QR)+(PQ+PR+R+QR)})$

Q + QR = Q and R + QR = R [absorption law]

$\rightarrow(\overline{(PQ+PR+Q)+(PQ+PR+R)})$

Q + PQ = Q and R + PR = R

$\rightarrow(\overline{PR+R+PQ+Q})$
$\rightarrow(\overline{Q+R})$
edited by

1 comment

Nicely explained :) tnx
1
1
8 votes
8 votes
[((P'Q') + (Q'R'))' + (P'R') + (Q'R'))']'

[(Q'(P' + R'))' + (R'(P' + Q'))']'

[(Q + PR + R + PQ)]'

[Q(1 + P) + R(1 + P)]'

[Q + R]'---------Answer.
5 votes
5 votes

Hope you find this helpful... 

1 comment

Yes
0
0
Answer:

Related questions