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}}}$$

Recent questions in Digital Logic

1 votes
0 answers
2941
a computer uses 8 digit mantissa and 2 digit exponent. If a=0.052 and b=28E+11 then b+a-b will beresult in overflowunderflow05.28E+11
5 votes
2 answers
2942
1 votes
1 answer
2943
The boolean expression A BE+BCDE+BC D E+A B D E +B C DE can be simplified to BE+B D E , if the don't care conditions are:(A) ABCDE+AB CDE (B) ABCD+AB CDE +ABCD E(C) AB C...
12 votes
3 answers
2944
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
2945
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
2946
Evaluate $\text{(X xor Y) xor Y}?$All $\text{1's}$All $\text{0's}$$\text{X}$$\text{Y}$
0 votes
3 answers
2947
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
2948
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
2949
2 votes
2 answers
2950
options are:-A) 2B)3C)4D)5Please provide answer with explanation.
0 votes
1 answer
2951
Actually I don't know how to find MUX equation. please provide answer with explanation. 
1 votes
1 answer
2953
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...
1 votes
1 answer
2956
1 votes
2 answers
2959
A number system uses 20 as the radix. The excess code that is necessary for its equivalent binary coded representation is ?
4 votes
3 answers
2960
Boolean Expression is (A+B).(B+C)Please give a detailed explanation.