493 views
0 votes
0 votes

Consider the circuit diagram given below

Given                f1 = Σm (1, 2, 4, 6, 7)
                          f2 = Σm (2, 3, 4, 5)
                          f3 = Σm (0, 1, 2, 3)
                          f4 = Σm (0, 2, 4, 6)
If the boolean function fd is dual of f4, then the boolean function ‘f’ is ____________.

  • Σm (0, 1, 2, 3, 4, 5, 6, 7)
  • Σm (0, 1, 2, 3, 6, 7)
  • Σm (0, 1, 2, 3, 7)
  • None of these

1 Answer

Best answer
2 votes
2 votes
p = f1 XOR f2 = {1,3,5,6,7}
q= (p AND f3)' = {1,3}' = {0,2,4,5,6,7}

fd= dual of f4 =f4
f4' = {1,3,5,7}
r = q OR f4' = {0,1,2,3,4,5,6,7}
selected by

Related questions

–2 votes
–2 votes
1 answer
1
vishal burnwal asked Aug 30, 2018
654 views
Let f(x,y,z)=wy+w'y'. The function is ______.1.only dual2. not dual3.None4.self dual Please provide the answer with solution ?
0 votes
0 votes
1 answer
2
Sahil1994 asked Aug 30, 2017
2,577 views
Hi, What is the difference between "Dulaity" and "Demorgan's law"...Please state some examples.. so that my confusion gets resolved.
2 votes
2 votes
1 answer
3
sourav. asked Jan 28, 2016
441 views
given F=∑m(0,2,4,6)then find its F' and Fdual...in SOP form