Recent questions tagged digital-logic

38 votes
3 answers
2251
When multiplicand $Y$ is multiplied by multiplier $X = x_{n - 1}x_{n-2} \dots x_0$ using bit-pair recoding in Booth's algorithm, partial products are generated according ...
27 votes
2 answers
2253
24 votes
3 answers
2254
The addition of $4-bit$, two's complement, binary numbers $1101$ and $0100$ results in$0001$ and an overflow$1001$ and no overflow$0001$ and no overflow$1001$ and an over...
30 votes
3 answers
2256
Consider the following expression$a\bar d + \bar a\bar c + b\bar cd$Which of the following Karnaugh Maps correctly represents the expression?
39 votes
8 answers
2257
The line $T$ in the following figure is permanently connected to the ground.Which of the following inputs $(X_1 X_2 X_3 X_4)$ will detect the fault ?$0000$$0111$$1111$Non...
31 votes
2 answers
2258
23 votes
6 answers
2259
What is the final value stored in the linear feedback shift register if the input is $101101$?$0110$$1011$$1101$$1111$
27 votes
2 answers
2261
47 votes
5 answers
2262
Which of the following input sequences for a cross-coupled $R-S$ flip-flop realized with two $NAND$ gates may lead to an oscillation?$11, 00$$01, 10$$10, 01$$00, 11$
1 votes
1 answer
2265
The digital operations such as AND, OR, NOT can be performed by usingA)switchesB)amplifiersC)rectifiersD)oscillators
30 votes
2 answers
2267
What Boolean function does the circuit below realize?$xz + \bar{x}\bar{z}$$x\bar{z} + \bar{x}{z}$$\bar{x}\bar{y} + {y}{z}$$xy + \bar{y}\bar{z}$
27 votes
2 answers
2270
3 votes
4 answers
2271
Kindly have a try .... IN canonical POS form following equation is written asF(A,B,C)=AB+BC+AC (A)πM(0,1,2,4) (B)πM(3,5,6,7)(C)πM(0,1,2,3) (D)πM(4,5,6,7)
18 votes
2 answers
2272
19 votes
4 answers
2274
40 votes
5 answers
2275
Consider the following state table for a sequential machine. The number of states in the minimized machine will be$$\begin{array}{|l|l|ll|}\hline \text{} & \text{} & \tex...
24 votes
2 answers
2276
Consider the circuit in figure. $f$ implements$\overline{A} \overline{B}C + \overline{A}B \overline{C} + ABC$$A + B + C$$A \oplus B \oplus C$$AB + BC + CA$
24 votes
2 answers
2279
Booth’s algorithm for integer multiplication gives worst performance when the multiplier pattern is$101010\ldots1010$$100000\ldots 0001$$111111\ldots 1111$$011111\ldots...
33 votes
2 answers
2280
A ROM is used to store the table for multiplication of two $8$-bit unsigned integers. The size of ROM required is$256 \times 16$$64 K \times 8$$4 K \times 16$$64 K \times...