Web Page

Boolean algebra. Combinational and sequential circuits. Minimization. Number representations and computer arithmetic (fixed and floating point)

$$\scriptsize{\overset{{\large{\textbf{Mark Distribution in Previous GATE}}}}{\begin{array}{|c|c|c|c|c|c|c|c|}\hline
\textbf{Year}& \textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{2020}&\textbf{2019}&\textbf{2018}&\textbf{2017-1}&\textbf{2017-2}&\textbf{2016-1}&\textbf{2016-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 1&2&3&2&4&2&3&2&3&3&1&2.5&4
\\\hline\textbf{2 Marks Count} & 2&2&2&1&2&2&0&4&2&0&0&1.7&4
\\\hline\textbf{Total Marks} & 5&6&7&4&8&6&3&10&7&3&\bf{3}&\bf{5.9}&\bf{10}\\\hline
\end{array}}}$$

Highest voted questions in Digital Logic

23 votes
6 answers
202
23 votes
6 answers
203
What is the final value stored in the linear feedback shift register if the input is $101101$?$0110$$1011$$1101$$1111$
23 votes
3 answers
205
23 votes
2 answers
206
23 votes
3 answers
207
The decimal value $0.25$is equivalent to the binary value $0.1$is equivalent to the binary value $0.01$is equivalent to the binary value $0.00111$cannot be represented pr...
23 votes
2 answers
208
Minimum sum of product expression for $f(w,x,y,z)$ shown in Karnaugh-map below $xz + y'z$$xz' + zx'$$x'y + zx'$None of the above
23 votes
5 answers
209
The Boolean function in sum of products form where K-map is given below (figure) is _______
22 votes
2 answers
211
22 votes
3 answers
212
Using Booth's Algorithm for multiplication, the multiplier $-57$ will be recoded as$0$ -$1$ $0$$0$ $1$ $0$ $0$ -$1$$1$ $1$ $0$ $0$ $0$ $1$ $1$ $1$$0$ -$1$ $0$ $0$ $1$$0$ ...
22 votes
2 answers
214
Which one of the following circuits is NOT equivalent to a $2$-input $XNOR$ (exclusive $NOR$) gate?
22 votes
3 answers
215
Which of the following operations is commutative but not associative?ANDORNANDEXOR
22 votes
2 answers
216
21 votes
4 answers
219
Which one of the following is NOT a valid identity?$(x \oplus y) \oplus z = x \oplus (y \oplus z)$$(x + y) \oplus z = x \oplus (y+z)$$x \oplus y = x+y, \text{ if } xy=0$$...