in Digital Logic edited by
8,255 views
39 votes
39 votes

Given the function $F = P' +QR$, where $F$ is a function in three Boolean variables $P, Q$ and $R$ and $P'=!P$, consider the following statements.

$(S1) F = \sum(4, 5, 6)$

$(S2) F = \sum(0, 1, 2, 3, 7)$

$(S3) F = \Pi (4, 5, 6)$

$(S4) F = \Pi (0, 1, 2, 3, 7)$

Which of the following is true?

  1. (S1)-False, (S2)-True, (S3)-True, (S4)-False
  2. (S1)-True, (S2)-False, (S3)-False, (S4)-True
  3. (S1)-False, (S2)-False, (S3)-True, (S4)-True
  4. (S1)-True, (S2)-True, (S3)-False, (S4)-False
in Digital Logic edited by
8.3k views

4 Comments

A is right option
0
0
It is one of the most basic questions I have come across but couldn't figure out what exactly it meant. Anyone else who found this ambiguous?
0
0
$f=\sum(0,1,2,3,7)$

$f=\Pi(4.5.6)$
0
0

6 Answers

38 votes
38 votes
Best answer
$F=P'+QR$,  draw the Kmap for this

We can find the minterm $\sum (0,1,2,3,7)$ and maxterm $\Pi (4,5,6) $

So, option A is correct: $(S1)$-False, $(S2)$-True, $(S3)$-True, $(S4)$-False
edited by
17 votes
17 votes

$F = P{}' + QR$

for SOP we have :

$F = P{}.1.1 + 1.QR'=P{}'(Q+Q{}')(R+R{}') + (P+P{}')QR$

$P{}'QR + P{}'QR{}' +P{}'Q{}'R+P{}'Q{}'R{}'+PQR+P{}'QR$

$P{}'QR + P{}'QR{}' +P{}'Q{}'R+P{}'Q{}'R{}'+PQR$

$F=\sum(0, 1, 2, 3, 7)$ (considering barred terms as 0 and unbarred as 1 and converting them to binary and then to decimal).

now for POS we have :

$F = P{}' + QR = (P{}'+Q)(P{}'+R) = (P{}'+Q+0)(P{}'+R+0)$

$(P{}'+Q+R.R{}')(P{}'+R+Q.Q{}') $

$(P{}'+Q+R)(P{}'+Q+R)(P{}'+Q+R{}')(P{}'+Q{}'+R)$

$(P{}'+Q+R)(P{}'+Q+R{}')(P{}'+Q{}'+R)$

$F=\prod (4, 5, 6)$(considering barred terms as 1 and unbarred as 0 and converting them to binary and then to decimal).

http://mcs.uwsuper.edu/sb/461/PDF/sop.html

edited by

4 Comments

But K-map is better time saving approach rt?
5
5
may be but that also kind of varies from individual to individual don't you think ?
2
2
Yes. Sure :)
But you needn't solve for both min terms and max terms rt? Solve one and take complement for other.
3
3
i was thinking of doing that, but just did it to show the general method to solve it both ways( POS ans SOP). Feel free to edit.
3
3
15 votes
15 votes

Answer = A

3 votes
3 votes

S2 and S3 are true

Answer:

Related questions