Recent questions tagged digital-logic

27 votes
6 answers
2311
The minimum number of $\text{D}$ flip-flops needed to design a mod-258 counter is98512258
24 votes
7 answers
2312
The simplified SOP (Sum of Product) from the Boolean expression$$(P + \bar{Q} + \bar{R}) . (P + \bar{Q} + R) . (P + Q +\bar{R})$$ is $(\bar{P}.Q+\bar{R})$$(P+\bar{Q}.\bar...
22 votes
2 answers
2313
Which one of the following circuits is NOT equivalent to a $2$-input $XNOR$ (exclusive $NOR$) gate?
27 votes
5 answers
2315
24 votes
2 answers
2318
33 votes
3 answers
2320
34 votes
3 answers
2327
27 votes
7 answers
2328
23 votes
3 answers
2329
23 votes
2 answers
2330
22 votes
3 answers
2332
Which of the following operations is commutative but not associative?ANDORNANDEXOR
25 votes
1 answer
2333
The function represented by the Karnaugh map given below is$A.B$$AB+BC+CA$$\overline{B \oplus C}$$A.BC$
31 votes
2 answers
2334
The octal representation of an integer is $(342)_8$. If this were to be treated as an eight-bit integer in an $8085$ based computer, its decimal equivalent is$226$$-98$$7...
1 votes
1 answer
2335
The threshold level for logic 1 in the TTL family isany voltage above 2.5 Vany voltage between 0.8 V and 5.0 Vany voltage below 5.0 Vany voltage below V$_{cc}$ but above ...
24 votes
1 answer
2336
A multiplexer with a $4-bit$ data select input is a$4:1$ multiplexer$2:1$ multiplexer$16:1$ multiplexer$8:1$ multiplexer
42 votes
4 answers
2337
25 votes
5 answers
2338
32 votes
4 answers
2339
A RAM chip has a capacity of 1024 words of 8 bits each (1K × 8). The number of 2 × 4 decoders with enable line needed to construct a 16K × 16 RAM from 1K × 8 RAM is(A...
31 votes
7 answers
2340
Which one of the following expressions does NOT represent exclusive NOR of $x$ and $y$?$xy + x′ y′$$x\oplus y′$$x′\oplus y$$x′\oplus y′$