1
GATE EE 2011
MCQ (Single Correct Answer)
+1
-0.3
The steady state error of a unity feedback linear system for a unit step input is $$0.1.$$ The steady state error of the same system, for a pulse input $$r(t)$$ having a magnitude of $$10$$ and a duration of one second, as shown in the figure is GATE EE 2011 Control Systems - Time Response Analysis Question 31 English
A
$$0$$
B
$$0.1$$
C
$$1$$
D
$$10$$
2
GATE EE 2011
MCQ (Single Correct Answer)
+1
-0.3
The output $$Y$$ of the logic circuit given below is GATE EE 2011 Digital Electronics - Combinational Circuits Question 16 English
A
$$1$$
B
$$0$$
C
$$X$$
D
$$\overline X $$
3
GATE EE 2011
MCQ (Single Correct Answer)
+2
-0.6
A two-bit counter circuit is shown below GATE EE 2011 Digital Electronics - Sequential Circuits Question 17 English

It the state $${Q_A}{Q_B}$$ of the counter at the clock time $${t_n}$$ is $$'10'$$ then the state $${Q_A}{Q_B}$$ of the counter at $${t_n} + 3$$ (after three clock cycles) will be

A
$$00$$
B
$$01$$
C
$$10$$
D
$$11$$
4
GATE EE 2011
MCQ (Single Correct Answer)
+2
-0.6
A portion of the main program to call a subroutine $$SUB$$ in an $$8085$$ environment is given below:
$$\eqalign{ & LXI\,\,\,\,\,\,\,\,\,\,\,\,\,D\,\,\,DISP \cr & LP\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,CALL\,\,\,SUB \cr} $$

It is desired that control be returned to $$LP+DISP+3$$ when the $$RET$$ instruction is executed in the subroutine. The set of instructions that precede the $$RET$$ instruction in the subroutine are

A
$$\eqalign{ & POP\,\,\,D \cr & DAD\,\,\,H \cr & PUSH\,\,\,D \cr} $$
B
$$\eqalign{ & POP\,\,\,H \cr & DAD\,\,\,D \cr & INX\,\,\,H \cr & INX\,\,\,H \cr & INX\,\,\,H \cr & PUSH\,\,\,H \cr} $$
C
$$\eqalign{ & POP\,\,\,H \cr & DAD\,\,\,D \cr & PUSH\,\,\,H \cr} $$
D
$$\eqalign{ & XTHL \cr & INX\,\,\,D \cr & INX\,\,\,D \cr & INX\,\,\,D \cr & XTHL \cr} $$