Recent questions tagged canonical-normal-form

5 5 votes
3 3 answers
656
656 views
The logic circuit below has three inputs, $X$, $Y$, and $Z$, and two outputs, $F$ and $G$. Which of the below given minterm list for output $F$ is correct?$\Sigma(0,1,2,4...
4 4 votes
6 6 answers
814
814 views
The function $\mathbf{F}(\mathbf{A}, \mathbf{B}, \mathbf{C})=\sum(\mathbf{1}, \mathbf{2}, \mathbf{3}, \mathbf{5}, \mathbf{7})$ is equivalent to$\bar{C}+\bar{A} B$$C+A B$$...
8 8 votes
6 6 answers
829
829 views
Minimize the below expression$$F(a, b, c, d)=\left(\left(a+b^{\prime}+d^{\prime}\right) \cdot(c+d) \cdot\left(a^{\prime}+c+d\right) \cdot\left(a+b+d^{\prime}\right)\right...
5 5 votes
4 4 answers
762
762 views
From the truth table below, determine the standard SOP expression.InputsOutputABCX00000011010001111000101011011110$ X=\bar{A} \bar{B} \bar{C}+A B C+A \bar{B} C$$ X=A B C+...
32 32 votes
4 4 answers
14.9k
14.9k views
Consider $4$-variable functions $f 1, f 2, f 3, f 4$ expressed in sum-of-minterms form as given below.$$\begin{array}{l}f 1=\sum(0,2,3,5,7,8,11,13) \\f 2=\sum(1,3,5,7,11,...
29 29 votes
7 answers 7 answers
15.8k
15.8k views
Consider the Boolean function $z(a,b,c)$. Which one of the following minterm lists represents the circuit given above?$z=\sum (0,1,3,7)$$z=\sum (1,4,5,6,7)$$z=\sum (2,4,5...
54 54 votes
8 answers 8 answers
23.7k
23.7k views
Consider three $4$-variable functions $f_1, f_2$, and $f_3$, which are expressed in sum-of-minterms as$f_1=\Sigma(0,2,5,8,14),$$f_2=\Sigma(2,3,6,8,14,15),$$f_3=\Sigma (2,...
79 79 votes
13 answers 13 answers
51.4k
51.4k views
What is the minimum number of $2$-input NOR gates required to implement a $4$ -variable function expressed in sum-of-minterms form as $f=\Sigma(0,2,5,7, 8, 10, 13, 15)?$ ...
1 1 vote
2 2 answers
3.5k
3.5k views
Should we use Don't care terms while calculating POS expression?
2 2 votes
1 1 answer
1.2k
1.2k views
Are multiple SOP and POS expressions possible such that they all are unique ?
24 24 votes
2 answers 2 answers
4.8k
4.8k views
Three switching functions $f_1, \: f_2 \:$ and $f_3$ are expressed below as sum of minterms.$f_1 (w, x, y, z) = \sum \: 0, 1, 2, 3, 5, 12$$f_2 (w, x, y, z) = \sum \: 0, 1...
29 29 votes
4 answers 4 answers
10.9k
10.9k views
Find the minimum product of sums of the following expression$f=ABC + \overline{A}\;\;\overline{B}\;\;\overline{C}$
0 0 votes
1 1 answer
513
513 views
The minimum number of $T$ –gates required to implement the following function is$$F(w,x,y,z) = \sum m (0,1,2,4,7,8,9,10,12,15) $$
1 1 vote
2 2 answers
556
556 views
The Min-term expansion of $F(P,Q,R)= PQ+Q\bar R+P\bar R$ is$m_2 + m_4 + m_6 + m_7$$ m_0 + m_1 + m_6 + m_7$$m_0 + m_1 + m_3 + m_5$$m_2 + m_3 + m_4 + m_5$
17 17 votes
7 answers 7 answers
10.8k
10.8k views
The simplified SOP (Sum of Product) from the Boolean expression$$(\text{P} + \overline{\text{Q}} + \overline{\text{R}}) . (\text{P} + \text{Q + R) . (P + Q} +\overline{\t...
10 10 votes
6 answers 6 answers
5.7k
5.7k views
The most simplified form of the Boolean function$x (A, B, C, D) = \sum (7, 8, 9, 10, 11, 12, 13, 14, 15)$(expressed in sum of minterms) is?A + A'BCDAB + CDA + BCDABC + D
27 27 votes
2 answers 2 answers
3.4k
3.4k views
A Boolean expression is an expression made out of propositional letters (such as $p, q, r$) and operators $\wedge$, $\vee$ and $\neg$; e.g. $p\wedge \neg (q \vee \neg r)$...
3 3 votes
3 3 answers
3.1k
3.1k views
Answer is 2 minimal and 2 canonical covers.Please give full explanation of how to solve.
54 54 votes
7 answers 7 answers
15.2k
15.2k views
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)$...
56 56 votes
8 answers 8 answers
32.8k
32.8k views
The total number of prime implicants of the function $f(w, x, y, z) = \sum (0, 2, 4, 5, 6, 10)$ is __________
3 3 votes
4 answers 4 answers
4.8k
4.8k views
Kindly have a try .... IN canonical POS form following equation is written asF(A,B,C)=AB+BC+AC (A)πM(0,1,2,4) (B)πM(3,5,6,7)(C)πM(0,1,2,3) (D)πM(4,5,6,7)
41 41 votes
3 answers 3 answers
12.6k
12.6k views
The minterm expansion of $f(P,Q,R) = PQ +Q \bar{R}+P\bar{R}$ is$m_2+m_4+m_6+m_7$$m_0+m_1+m_3+m_5$$m_0+m_1+m_6+m_7$$m_2+m_3+m_4+m_5$
69 69 votes
7 answers 7 answers
25.3k
25.3k views
Which of the following is TRUE about formulae in Conjunctive Normal Form?For any formula, there is a truth assignment for which at least half the clauses evaluate to true...
80 80 votes
5 answers 5 answers
24.9k
24.9k views
Consider the following logic circuit whose inputs are functions $f_1, f_2, f_3$ and output is $f$Given that$f_1(x,y,z) = \Sigma (0,1,3,5)$$f_2(x,y,z) = \Sigma (6,7),$ and...
52 52 votes
6 answers 6 answers
15.3k
15.3k views
Given $f_1$, $f_3$ and $f$ in canonical sum of products form (in decimal) for the circuit$f_1 = \Sigma m(4, 5, 6, 7, 8)$$f_3 = \Sigma m(1, 6, 15)$$f = \Sigma m(1, 6, 8, 1...
To see more, click for the full list of questions or popular tags.