in Digital Logic retagged by
664 views
1 vote
1 vote

Consider the following Boolean valued function on $n$ Boolean variables: $f(x_{1},\dots,x_{n}) = x_{1} + \dots + x_{n}(\text{mod } 2)$, where addition is over integers, mapping $\textbf{‘FALSE’}$ to $0$ and $\textbf{‘TRUE’}$ to $1.$ Consider Boolean circuits (with no feedback) that use only logical $\textbf{AND}$ and $\textbf{OR}$ gates, and where each gate has two input bits, each of which is either an input bit of $f$ or the output bit of some other gate of the circuit. The circuit has a distinguished gate whose value is the output of the circuit. The minimum size of such a circuit computing $f$ (asymptotically in $n$)  is :

  1. $2^{o(\log n)}$
  2. $n^{c}$, for some fixed constant $c$
  3. $n^{\omega(1)}$, but $n^{O(\log n)}$
  4. $2^{\Theta(n)}$
  5. None of the others
in Digital Logic retagged by
by
664 views

1 comment

can anybody explain the question??
0
0

Please log in or register to answer this question.

Answer:

Related questions