Recent questions tagged digital-logic

1 votes
1 answer
2162
3 votes
1 answer
2163
The maximum number of boolean expressions that can be formed for the function f(x,y,z) satisfying the relation f(x',y,z')=f(x,y,z) is
2 votes
1 answer
2164
8 votes
2 answers
2165
The Boolean Expression for the shaded area in the venn diagram.$A\bar{C}W + \bar{AB}CW$$ABC + \bar{A}BW$$(A+B+C) W$$AW + \bar{B}W+AB$I couldn't understand the explainatio...
4 votes
1 answer
2166
2 votes
1 answer
2167
2 votes
4 answers
2168
1 votes
2 answers
2170
13 votes
1 answer
2171
The Boolean function obtained by adding an inverter to each and every input of an $\text{AND}$ gate is:$\text{OR}$$\text{XOR}$$\text{NAND}$$\text{NOR}$None of the above
2 votes
2 answers
2174
Explain whether x'y+xy' is functionally complete opr or not???
20 votes
2 answers
2177
Find the minimum sum of products form of the logic function $ f(A,B,C,D) = \Sigma_{m}(0,2,8,10,15)+ \Sigma _{d}(3,11,12,14)$ where $m$ and $d$ represent minterm and don't...
1 votes
1 answer
2179
1 votes
1 answer
2180
21 votes
1 answer
2182
12 votes
3 answers
2183
A modulus -$12$ ring counter requires a minimum of$10$ flip-flops$12$ flip-flops$8$ flip-flops$6$ flip-flops
9 votes
5 answers
2184
If half adders and full adders are implements using gates, then for the addition of two $17$ bit numbers (using minimum gates) the number of half adders and full adders r...
7 votes
3 answers
2185
Evaluate $\text{(X xor Y) xor Y}?$All $\text{1's}$All $\text{0's}$$\text{X}$$\text{Y}$
0 votes
3 answers
2186
I know , this is pretty basic question , still could not get it rightI got the answer as $B + \overline{C}$Am I doing something terribly stupid here ?
0 votes
2 answers
2187
what is the maximum counting speed of 4-bit binary counter which is composed of flip-flops with a propagation delay of 25ns?
1 votes
1 answer
2189
which of the following boolean algebra expression is incorrect ?a . (abc)' + bc + ac = cb . (a+b)(a'(b'+c'))' + b'c' + a'c' = 1c . ab + a'c + bc = ab +acd . ab + ac' = bg...