Skip to content
Early access — you're among the first to try PYQLabs. Share feedback

GATE Electrical Engineering

1,885 questions · 36 years · 25 subjects

Public preview: use this branch page to find high-signal topics and keyed questions. Explanations are being added selectively, starting with recent and recurring concepts.

High-yield topics

All trends →

Practice Electrical Engineering PYQs

51 questions shown in Digital Electronics. Filter for cleaner practice sessions.

Showing Digital Electronics PYQs from Electrical Engineering.
2025 PYQ

A Boolean function is given as $$ f=(\bar{u}+\bar{v}+\bar{w}+\bar{x}) \cdot(\bar{u}+\bar{v}+\bar{w}+x) \cdot(\bar{u}+v+\bar{w}+\bar{x}) \cdot(\bar{u}+v+\bar{w}+x) $$ The simplified...

Digital Electronics/MCQ/answer key
2024 PYQ

Simplified form of the Boolean function $$ F(P, Q, R, S)=\bar{P} \bar{Q}+\bar{P} Q S+P \bar{Q} \bar{R} \bar{S}+P \bar{Q} R \bar{S} $$ is

Digital Electronics/MCQ/answer key
2023 PYQ

In a given 8-bit general purpose micro-controller there are following flags. C-Carry, A-Auxiliary Carry, O-Overflow flag, P-Parity (0 for even, 1 for odd) R$$_0$$ and R$$_1$$ are t...

Digital Electronics/NAT/explanation
2022 PYQ

A MOD-2 and a MOD-5 up-counter when cascaded together results in a MOD _________ counter. (in integer).

Digital Electronics/NAT/explanation
2022 PYQ

The maximum clock frequency in MHz of a 4-stage ripple counter, utilizing flip-flops, with each flip-flop having a propagation delay of 20 ns, is ________. (round off to one decima...

Digital Electronics/NAT/explanation
2021 PYQ

A counter is constructed with three D flip-flops. The input-output pairs are named as $\left(D_0, Q_0\right)$, $\left(D_1, Q_1\right)$ and $\left(D_2, Q_2\right)$, where the subscr...

Digital Electronics/MCQ/answer key/explanation
2021 PYQ

A 16 -bit synchronous binary up-counter is clocked with a frequency $f_{c l k}$. The two most significant bits are ORed together to form an output $Y$. Measurements shows that $Y$...

Digital Electronics/NAT/explanation
2017 PYQ

The Boolean expression $$AB + A\overline C + BC$$ simplifies to

Digital Electronics/MCQ/answer key
2015 PYQ

An $$8$$-bit, unipolar Successive Approximation Register type $$ADC$$ is used to convert $$3.5$$ $$V$$ to digital equivalent output. The reference voltage is $$+5 V.$$ The output o...

Digital Electronics/MCQ/answer key
2015 PYQ

$$f\left( {A,\,B,\,C,\,D} \right) = \Pi M\left( {0,1,3,4,5,7,9,11,12,13,14,15} \right)$$ is a Maxterm representation of a Boolean function $$f(A,B,C,D)$$ where $$A$$ is the $$MSB$$...

Digital Electronics/MCQ/answer key
2015 PYQ

Consider the following Sum of products expression, $$F.$$ $$F = ABC + \overline A \overline B C + A\overline B C + \overline A BC + \overline A \overline B \overline C $$ The equiv...

Digital Electronics/MCQ/answer key
2014 PYQ

A cascade of three identical modulo -$$5$$ counters has an over all modulus of

Digital Electronics/MCQ/answer key
2014 PYQ

In $$8085A$$ microprocessor, the operation performed by the instruction $$LHLD$$ $${2100_H}$$ is

Digital Electronics/MCQ/answer key
2014 PYQ

A $$JK$$ flip flop can be implemented by $$T$$ flip flops. Identify the correct implementation.

Digital Electronics/MCQ/answer key
2014 PYQ

The $$SOP$$ (sum of products) from of a Boolean function is $$\sum \left( {0,1,3,7,11} \right),$$ where inputs are $$A,B,C,D$$ ($$A$$ is $$MSB$$, and $$D$$ is $$LSB$$). The equival...

Digital Electronics/MCQ/answer key
2013 PYQ

A bulb in staircase has two switches, one switch being at the ground floor and the other one at the first floor. The bulb can be turned $$ON$$ and also can be turned $$OFF$$ by any...

Digital Electronics/MCQ/answer key
2012 PYQ

In the sum of products function $$f\,\left( {X,\,Y,\,Z} \right) = \sum \left( {2,\,\,3,\,\,4,\,\,5} \right),$$ the prime implicants are

Digital Electronics/MCQ/answer key
2012 PYQ

The output $$Y$$ of a $$2$$ $$-$$ bit comparator is logic $$1$$ whenever the $$2$$-bit input $$A$$ is greater than the $$2$$-bit input $$B.$$ The number of combination for which th...

Digital Electronics/MCQ/answer key
2011 PYQ

A portion of the main program to call a subroutine $$SUB$$ in an $$8085$$ environment is given below: $$\eqalign{ & LXI\,\,\,\,\,\,\,\,\,\,\,\,\,D\,\,\,DISP \cr & LP\,\,\,\,\,\,\,\...

Digital Electronics/MCQ/answer key
2010 PYQ

When a $$''CALL$$ $$addr'$$ instruction is executed, the $$CPU$$ carries out the following sequential operations internally. Note: $$(R)$$ means content of register $$R$$ $$\left(...

Digital Electronics/MCQ/answer key
2010 PYQ

Which of the following circuits is a realization of the previous function $$F$$ $$?$$

Digital Electronics/MCQ/answer key
2009 PYQ

In $$8085$$ microprocessor, the contents of the Accumulator, after the following instructions are executed will become $$\eqalign{ & XRA\,\,\,A \cr & MVI\,\,\,B\,\,\,F0\,\,\,H \cr...

Digital Electronics/MCQ/answer key
2009 PYQ

The complete set of only those Logic Gates designated as Universal gates is

Digital Electronics/MCQ/answer key
2008 PYQ

An input device is interfaced with Intel $$8085$$ $$A$$ microprocessor as memory mapped $${\rm I}/O,$$ the address of the device is $$2500H.$$ In order to input data from the devic...

Digital Electronics/MCQ/answer key
2007 PYQ

Which one of the following statements regarding the $$INT$$ (interrupt) and the $$BRQ$$ (bus request) pins in a $$CPU$$ is true?

Digital Electronics/MCQ/answer key
2007 PYQ

In an $$8085$$ $$A$$ microprocessor based system, it is desired to increment the contents of memory location whose address is available in $$(D,E)$$ register pair and store the res...

Digital Electronics/MCQ/answer key
2005 PYQ

The $$8085$$ assembly language instruction that stores the content of $$H$$ and $$L$$ registers into the memory locations $$2050H$$ and $$2051H,$$ respectively, is

Digital Electronics/MCQ/answer key
2005 PYQ

A digital-to-analog converter with a full -scale output voltage of $$3.5$$ $$V$$ has a resolution close to $$14$$ $$m$$ $$V.$$ Its bit size is

Digital Electronics/MCQ/answer key
2004 PYQ

The simplified form of the Boolean expression $$Y = \left( {\overline A BC + D} \right)\left( {\overline A D + \overline B \overline C } \right)$$ can be written as

Digital Electronics/MCQ/answer key
2003 PYQ

The Boolean expression $$X\overline Y Z + XYZ + \overline X Y\overline Z + \overline X \overline Y Z + XY\overline Z $$ can be simplified to

Digital Electronics/MCQ/answer key
2003 PYQ

The following program is written for an $$8085$$ microprocessor to add two bytes located at memory addresses $$1FFE$$ and $$1FFF$$ $$\eqalign{ & LXI\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,...

Digital Electronics/MCQ/answer key
2002 PYQ

When a program is being executed in an $$8085$$ microprocessor, its Program Counter contains

Digital Electronics/MCQ/answer key
2001 PYQ

An Intel $$8085$$ processor is executing the program given below. $$\eqalign{ & \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,MVIA,\,\,10H \cr & \,\,\,\,\,\,\,\,\,\...

Digital Electronics/MCQ/answer key
2001 PYQ

Among the following four, the slowest $$ADC$$ (analog-to-digital converter) is

Digital Electronics/MCQ/answer key
2001 PYQ

The output of a logic gate is $$''1''$$ when all its inputs are at logic $$''0''.$$ The gate is either

Digital Electronics/MCQ/answer key
2000 PYQ

A dual-slope analog-to-digital converter uses an $$N$$-bit counter. When the input signal $${V_a}$$ is being integrated, the counter is allowed to count up to a value:

Digital Electronics/MCQ/answer key
2000 PYQ

Which one of the following is not a vected interrupt?

Digital Electronics/MCQ/answer key
1999 PYQ

The logic function $$f = \overline {\left( {x.\overline y } \right) + \left( {\overline x .y} \right)} $$ is the same as

Digital Electronics/MCQ/answer key
1999 PYQ

For a dual $$ADC$$ type $$3\,{\raise0.5ex\hbox{$\scriptstyle 1$} \kern-0.1em/\kern-0.15em \lower0.25ex\hbox{$\scriptstyle 2$}}$$ digit $$DVM$$, the reference voltage is $$100$$ $$m...

Digital Electronics/MCQ/answer key
1998 PYQ

The open collector outputs of two$$2$$-inputs $$NAND$$ gates are connected to a common pull up resistor. If the input to the gates are $$P,Q$$ and $$R,S$$ respectively, the output...

Digital Electronics/MCQ/answer key
1998 PYQ

In standard $$TTL$$ gates, the totem pole output stage is primarily used to

Digital Electronics/MCQ/answer key
1998 PYQ

In a digital combinational circuit with $$4$$ inputs $$(A, B, C, D),$$ it is required to obtain an output of logical $$1$$ only for the input combination $$(A = 1; B = C = D = 0).$...

Digital Electronics/OTHER
1997 PYQ

In a microprocessor, the address of the next instruction to be executed, is stored in

Digital Electronics/MCQ/answer key
1995 PYQ

In an $$8085$$ microprocessor, after the execution of $$XRA$$ $$A$$ instruction

Digital Electronics/MCQ/answer key
1995 PYQ

For a $$J$$-$$K$$ flip-flop its $$J$$ input is tied to its own $$Q$$ output and its $$K$$ input is connected to its own $$Q$$ output. If the flip-flop is fed with a clock of freque...

Digital Electronics/NAT
1994 PYQ

The contents of the accumulator in an $$8085$$ microprocessor is altered after the execution of the instruction.

Digital Electronics/MCQ/answer key
1994 PYQ

The number of comparisons carried out in a $$4$$-bit flash type $$A/D$$ converter is

Digital Electronics/MCQ/answer key
1994 PYQ

The stack pointer of a microprocessor is at $$A001H.$$ At the end of execution of following instructions, the value of stack pointer is _____________ $$\eqalign{ & PUSH\,\,\,\,\,\,...

Digital Electronics/NAT
1993 PYQ

A $$10$$ bit $$A/D$$ converter is used to digitize an analog signal in the $$0$$ to $$5$$ $$V$$ range. The maximum peak to peak ripple voltage that can be allowed in the $$D.C.$$ s...

Digital Electronics/MCQ/answer key
1993 PYQ

Three devices $$A,$$ $$B$$ and $$C$$ have to be connected to a $$8085$$ microprocessor. Device $$A$$ has highest priority and device $$C$$ has the lowest priority. In this context...

Digital Electronics/MCQ/answer key
1992 PYQ

If the $$HLT$$ instruction of a $$8085$$ microprocessor is executed,

Digital Electronics/MCQ/answer key