1
GATE EE 2003
MCQ (Single Correct Answer)
+2
-0.6
The simplified block diagram of a $$10$$-bit $$A/D$$ converter of dual slope integrator type is shown in Fig. The $$10$$-bit counter at the output is clocked by a $$1$$ $$MHz$$ clock. Assuming negligible timing overhead for the control logic, the maximum frequency of the analog signal that can be converted using this $$A/D$$ converter is approximately. Input sample to be converter GATE EE 2003 Digital Electronics - Analog to Digital and Digital to Analog Converter Question 6 English
A
$$2$$ $$kHz$$
B
$$1$$ $$kHz$$
C
$$500$$ $$Hz$$
D
$$250$$ $$Hz$$
2
GATE EE 2003
MCQ (Single Correct Answer)
+2
-0.6
The following program is written for an $$8085$$ microprocessor to add two bytes located at memory addresses $$1FFE$$ and $$1FFF$$
$$\eqalign{ & LXI\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,H,\,\,\,1FFE \cr & MOV\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,B,\,\,\,M \cr & INR\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,L \cr & MOV\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,A,\,\,\,M \cr & ADD\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,B \cr & INR\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,L \cr & MOV\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,M,\,\,\,A \cr & XRA\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,A \cr} $$

On completion of the execution of the program, the result of additional is found.

A
in the register $$A$$
B
at the memory address $$1000$$
C
at the memory address $$1F00$$
D
at the memory address $$2000$$
3
GATE EE 2003
MCQ (Single Correct Answer)
+2
-0.6
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
A
$$X\overline Z + \overline X Z + YZ$$
B
$$XZ + \overline Y Z + Y\overline Z $$
C
$$\overline X Z + YZ + XZ$$
D
$$\overline X \overline Y + Y\overline Z + \overline X Z$$
4
GATE EE 2003
MCQ (Single Correct Answer)
+1
-0.3
Figure shows a $$4$$ to $$1$$ $$MUX$$ to be used to implement the sum $$S$$ of a $$1$$-bit full adder with input bits $$P$$ and $$Q$$ and the carry input $${C_{in}}.$$ Which of the following combinations of inputs to $${{\rm I}_0},\,\,{{\rm I}_1},\,\,{{\rm I}_2}$$ and $$\,\,{{\rm I}_3}$$ of the $$MUX$$ will realize the sum $$S$$? GATE EE 2003 Digital Electronics - Combinational Circuits Question 17 English
A
$${{\rm I}_0} = {{\rm I}_1} = {C_{in}};\,{{\rm I}_2} = {{\rm I}_3} = {\overline C _{in}}$$
B
$${{\rm I}_0} = {{\rm I}_1} = {\overline C _{in}};\,{{\rm I}_2} = {{\rm I}_3} = {C_{in}}$$
C
$${{\rm I}_0} = {{\rm I}_3} = {\overline C _{in}};\,{{\rm I}_1} = {{\rm I}_2} = {\overline C _{in}}$$
D
$${{\rm I}_0} = {{\rm I}_3} = {\overline C _{in}};\,{{\rm I}_1} = {{\rm I}_2} = {C_{in}}$$