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{2024-1} & \textbf{2024-2}  & \textbf{2023}& \textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 2&2&2&1&2&3&1&2&3
\\\hline\textbf{2 Marks Count} & 2&2&2&2&2&2&2&2&2
\\\hline\textbf{Total Marks} & 6&6&6&5&6&7&\bf{5}&\bf{6}&\bf{7}\\\hline
\end{array}}}$$

Recent questions in Digital Logic

1 votes
1 answer
2341
2 votes
4 answers
2342
Karnaugh map is used for the purpose of:Reducing the electronic circuits used.Mapping the given Boolean logic function.Minimizing the terms in a Boolean expression.Maximi...
1 votes
1 answer
2343
The device which changes from serial data to parallel data is:COUNTERMULTIPLEXERDEMULTIPLEXERFLIP-FLOP
1 votes
2 answers
2344
17 votes
2 answers
2345
How many minimum number of two input AND gates and two input OR gates are required to realize $Y = BD+CE+AB$ ?$2, 2$$4, 2$$3, 2$$2, 3$
1 votes
1 answer
2346
In a JK Flip-Flop, “toggle” means:Set $Q = 1$ and $Q = 0$.Set $Q = 0$ and $Q = 1$.Change the output to the opposite state.No change in output.
2 votes
1 answer
2347
1 votes
1 answer
2348
Which of the following combinations is sufficient to build a half adder?EX-OR gate and NOR gate.EX-OR gate and OR gate.EX-OR gate and AND gate.Four NAND gates.
2 votes
1 answer
2349
DeMorgan’s first theorem shows the equivalence of:OR gate and Exclusive OR gate.NOR gate and Bubbled AND gate.NOR gate and NAND gate.NAND gate and NOT gate
2 votes
1 answer
2350
When simplified with Boolean Algebra, $(x + y)(x + z)$ simplifies to:$x$$x + x(y + z)$$x(1 + yz)$$x + yz$
1 votes
1 answer
2352
Shifting a register content to left by one bit position is equivalent to:Division by two.Addition by two.Multiplication by two.Subtraction by two.
1 votes
3 answers
2353
A 4-bit synchronous counter uses flip-flops with propagation delay times of $15$ ns each. The maximum possible time required for change of state will be _____.$15$ ns$30$...
1 votes
1 answer
2354
The inputs of a NAND gate are connected together. The resulting circuit is ______.an OR gatean AND gatea NOT gateNone of the above
2 votes
1 answer
2355
What is the binary equivalent of the decimal number $368$?$101110000$$110110000$$111010000$$111100000$
1 votes
1 answer
2356
1 votes
1 answer
2357
The Boolean expression $ A \cdot B+ A \cdot B+ A \cdot B$ is equivalent to:$A + B$$A \cdot B$$A \oplus B$$A \cdot B + A' B'$
2 votes
2 answers
2358
A minimum sum-of-products expression of the function $F(w, x, y,z) = \Sigma m ( 0, 2, 5, 8, 10, 13, 14 )$ using Karnaugh map is:$x'z+xy+yxz$$x'z' + xy'z + wyz'$$x'z' + xy...
15 votes
4 answers
2359
For synchronous series counter of modulus 256, the propagation delay for each flip flop is 25 nsec and propagation delay of each two input AND gate is 5 nsec. What is the...
3 votes
1 answer
2360
For a Mod10counter, Jhonson counter uses X FF′s, ring counter uses y FF′s, andripple counter uses Z FF′s. Then X + Y + Z will ________.