Question

In: Computer Science

Given P(a,b,c,d)=∑(1,3,8,9,10,11,12,14,15). Determine P as a most simplified SOP Determine P’ as a most simplified SOP...

  • Given P(a,b,c,d)=∑(1,3,8,9,10,11,12,14,15).
    • Determine P as a most simplified SOP
    • Determine P’ as a most simplified SOP
  • Generate gate diagrams of P and P’ from the first bullet
  • Implement P’, by converting each of the gate diagrams from above to only 2-input Nand gates. Do realize that a Nand equivalent of invertor must be added to the output for P to create P’.
  • (its is one question)

Solutions

Expert Solution

Given Function is

P (a, b, c, d) = m (1, 3, 8, 9, 10, 11, 12, 14, 15)

Above Function in K-map as follows


Simplified K-map as follows

The most Simplified SOP of P (a, b, c, d) = ad’+b’d+ac

Given Function is

P (a, b, c, d) = m (1, 3, 8, 9, 10, 11, 12, 14, 15)

The complement of the above Function is nothing but all the minterms other than the above minterms

So the complement of P is P'

P' (a, b, c, d) = m (0, 2, 4, 5, 6, 7, 13)

Above Function in K-map as follows


Simplified K-map as follows

The most Simplified SOP of P' (a, b, c, d) = a’b+bc’d+a’d’


Given P  = ad’+b’d+ac

[P']'  = [(ad’+b’d+ac)']' { We know that (P')'= P }

P  = [(ad’)' (b’d)' (ac)']'   { We know that (P+Q)'= P' Q' }

P  = [(ad’)' (b’d)' (ac)']'

Simplified Circuit: Using NAND Gates

Given P' = a’b+bc’d+a’d’

[(P')']' = [(a’b+bc’d+a’d’)']' { We know that (P')'= P }

P' = [(a’b)' (bc’d)' (a’d’)']' { We know that (P+Q)'= P' Q' }

P' = [(a’b)' (bc’d)' (a’d’)']'

Simplified Circuit: Using NAND Gates


Related Solutions

Let P(A) = 0.40, P(B) = 0.20, P(C) = 0.50, P(D) = 0.30, P(A ∩ B)...
Let P(A) = 0.40, P(B) = 0.20, P(C) = 0.50, P(D) = 0.30, P(A ∩ B) = 0.15, P(A | C) = 0.60, P(B | C) = 0.20, P(B ∩ D) = 0.10, and C and D are mutually exclusive. Find ... a. P(C ∩ D) b. P(C U D) c. P(B ∩ C) d. Which one of the following pairs is a pair of statistically independent events? (A and C) (B and D) (B and C) (C and D)
An experiment consists of four outcomes (A, B, C, D) with P(A) = 0.2, P(B) =...
An experiment consists of four outcomes (A, B, C, D) with P(A) = 0.2, P(B) = 0.3, and P(C) = 0.4.  The P(D) is 0.500 0.024 0.100 0.900 Given that event E has a probability of 0.3, the probability of the complement of event E cannot be determined with the above information can have any value between zero and one must be 0.7 is 0.3 If P(A) = 0.38, P(B) = 0.83, and P(A Ç B) = 0.57; then P(A È...
Given A*B*C and A*C*D, prove the corollary to Axion B-4.
Given A*B*C and A*C*D, prove the corollary to Axion B-4.
Using the given data, determine the rate constant of this reaction. A+2B---> C+D Trial (A) (B)(M)...
Using the given data, determine the rate constant of this reaction. A+2B---> C+D Trial (A) (B)(M) Rate (M/s) 1 0.380 0.330 0.0153 2 0.380 0.660 0.153 3 0.760 0.330 0.0612 k= (inculde units)
Determine the energy needed to overcome electrostatic repulsion in the (a) D-D, (b) D-3He, and (c)...
Determine the energy needed to overcome electrostatic repulsion in the (a) D-D, (b) D-3He, and (c) T-T reactions.
Given the following knowledge base: a <- b^c. b <- d^e. b <- g^e. c <-...
Given the following knowledge base: a <- b^c. b <- d^e. b <- g^e. c <- e. d. e. ƒ <- a^g. Which of the following would be the trace of resolved atoms assuming a bottoms-up proof procedure? Select one: a. {a,b,c,e,g} b. {a,b,c,e,d} c. {g,e,b,e,c,a} d. None of these options Constraint Satisfaction Problem (CSP) is consists of a set of _________________. Select one: a. Variables, heuristics, and solutions b. Variables, domains, and backtracking c. Variables, domains, and constraints d....
P(A) = 0.78, P(B) = 0.75, P(C) = 0.18, P(A∩B) = 0.67, P(A∩C) = 0.15, P(B∩C)...
P(A) = 0.78, P(B) = 0.75, P(C) = 0.18, P(A∩B) = 0.67, P(A∩C) = 0.15, P(B∩C) = 0.12, P(A∩B∩C) = 0.11. Find: 1. Find P(A∪B∪C) 2. Find P((A∩B)∪C) 3. Find P(A∩(B∪C))
Consider the cross: A/a; b/b; C/c; D/d; E/e x A/a; B/b; c/c; D/d; e/e a) what...
Consider the cross: A/a; b/b; C/c; D/d; E/e x A/a; B/b; c/c; D/d; e/e a) what proportion of the progeny will phenotypically resemble the first parent? b) what proportion of the progeny will genotypically resemble neither parent?
The following scores are given in Periods of A, B, C, and D of a high...
The following scores are given in Periods of A, B, C, and D of a high school. Test the claim that there is a significant difference among the 4 mean scores of these 4 periods. Use a significance level of .05. A B C D 10 11 13 18 9 16 8 23 5 9 9 25 Step 1: Claim: Ho: Ha: Step 2: Significance level: Step 3: Test Values for each required entry on calculator: P-value: Step 4: Decision...
C++ EXERCISES (a) Given int a = 5, b = 2, c = 4, and d...
C++ EXERCISES (a) Given int a = 5, b = 2, c = 4, and d = 5; determine the value of the expression: d % b * c > 5 || c % b * d < 7.    (b) Which repetition statement is preferred for user data input and its validation?              (c) Write a for statement to populate an array, double val[NUMCOUNT], for the following case: Use a counter named double count that has an initial value of 16.2,...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT