Advance Computer Science (C++,Python) : By:S N Sir
Advance Computer Science (C++,Python) : By:S N Sir
BY:S N SIR
TYPE 1 1.ab+bc+a’c’
Q1. Write the Product of Sum form and sum of product form 2.(a+b)(b’+c)
for following : 3.y’+xz+y’z’
1. 4.b+ab’
A B C F Q3. Draw logic circuit dia using only NOR gate
0 0 0 1 1.(x+y)(y+z)(x’+\z’)
2.a’b+bc
0 0 1 0
3.ac+bc
0 1 0 1 4.y’(x+y’)(y’+z)
0 1 1 0 Q4. Write output of following circut dia.
1 0 0 0
1 0 1 1
1 1 0 0
1 1 1 1
2.
X Y Z F
0 0 0 0
0 0 1 1
0 1 0 0
0 1 1 1
1 0 0 1
1 0 1 0
1 1 0 0
1 1 1 1
3. F(P,Q,R) =∑(1,3,4,7)
4. F(A,B,C) =π(0,1,3,5,7)
5. F(X,Y,Z) =∑(0,2,5)
6. F(P,Q,R) =π(2,4,6,7)
Q2. Write equivalent canonical POS form for F
F(a,b,c)=a’b’c’+a’bc+abc
Q3. Write equivalent canonical SOP form for F
F(a,b,c)=(a+b+c)(a’+b’+c)(a’+b’+c’)(a+b’+c)
Q4. Write equivalent canonical POS form for F
F(x,y,z)=x’yz+xy’z+xyz+x’y’z
Q5. Write equivalent canonical SOP form for F
F(p,q,r)=(p+q+r)(p’+q’+r)(p+q+r’)(p’+q+r’)
TYPE 2
Q1. Draw logic circuit dia of:
1. A’B+B’C’+AC
2. (X+Z’)(Y’+Z’)(X+Y’)
3. B’+AC+B’C’
4. Z(X+Z’)(Y’+Z)
Q2. Draw logic circuit dia using only NAND gate