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.
Subjects
By Year
High-yield topics
All trends →Practice Electrical Engineering PYQs
51 questions shown in Digital Electronics. Filter for cleaner practice sessions.
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...
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
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...
A MOD-2 and a MOD-5 up-counter when cascaded together results in a MOD _________ counter. (in integer).
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...
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...
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$...
The Boolean expression $$AB + A\overline C + BC$$ simplifies to
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...
$$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$$...
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...
A cascade of three identical modulo -$$5$$ counters has an over all modulus of
In $$8085A$$ microprocessor, the operation performed by the instruction $$LHLD$$ $${2100_H}$$ is
A $$JK$$ flip flop can be implemented by $$T$$ flip flops. Identify the correct implementation.
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...
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...
In the sum of products function $$f\,\left( {X,\,Y,\,Z} \right) = \sum \left( {2,\,\,3,\,\,4,\,\,5} \right),$$ the prime implicants are
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...
A portion of the main program to call a subroutine $$SUB$$ in an $$8085$$ environment is given below: $$\eqalign{ & LXI\,\,\,\,\,\,\,\,\,\,\,\,\,D\,\,\,DISP \cr & LP\,\,\,\,\,\,\,\...
When a $$''CALL$$ $$addr'$$ instruction is executed, the $$CPU$$ carries out the following sequential operations internally. Note: $$(R)$$ means content of register $$R$$ $$\left(...
Which of the following circuits is a realization of the previous function $$F$$ $$?$$
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...
The complete set of only those Logic Gates designated as Universal gates is
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...
Which one of the following statements regarding the $$INT$$ (interrupt) and the $$BRQ$$ (bus request) pins in a $$CPU$$ is true?
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...
The $$8085$$ assembly language instruction that stores the content of $$H$$ and $$L$$ registers into the memory locations $$2050H$$ and $$2051H,$$ respectively, is
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
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
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
The following program is written for an $$8085$$ microprocessor to add two bytes located at memory addresses $$1FFE$$ and $$1FFF$$ $$\eqalign{ & LXI\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,...
When a program is being executed in an $$8085$$ microprocessor, its Program Counter contains
An Intel $$8085$$ processor is executing the program given below. $$\eqalign{ & \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,MVIA,\,\,10H \cr & \,\,\,\,\,\,\,\,\,\...
Among the following four, the slowest $$ADC$$ (analog-to-digital converter) is
The output of a logic gate is $$''1''$$ when all its inputs are at logic $$''0''.$$ The gate is either
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:
Which one of the following is not a vected interrupt?
The logic function $$f = \overline {\left( {x.\overline y } \right) + \left( {\overline x .y} \right)} $$ is the same as
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...
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...
In standard $$TTL$$ gates, the totem pole output stage is primarily used to
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).$...
In a microprocessor, the address of the next instruction to be executed, is stored in
In an $$8085$$ microprocessor, after the execution of $$XRA$$ $$A$$ instruction
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...
The contents of the accumulator in an $$8085$$ microprocessor is altered after the execution of the instruction.
The number of comparisons carried out in a $$4$$-bit flash type $$A/D$$ converter is
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\,\,\,\,\,\,...
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...
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...
If the $$HLT$$ instruction of a $$8085$$ microprocessor is executed,