Solved GATE Paper

GATE 2009 Analog Electronics Questions and Solutions

Instructor: Prof. Mithun Mondal Institution: BITS Pilani Subject: Analog Electronics
Question 01

Question 1

In the circuit shown below, the switch S is closed at t=0. The value of \(V_{out}(t)\) for \(t > 0\) is given by:

GATE 2009 Analog Electronics Q1 op-amp circuit diagram
GATE 2009 Analog Electronics Q1 op-amp circuit diagram
  1. \(V_{out}(t) = V_{in}(1 - e^{-t/RC})\)
  2. \(V_{out}(t) = V_{in} e^{-t/RC}\)
  3. \(V_{out}(t) = V_{in}\)
  4. \(V_{out}(t) = 0\)

Solution

Solution: This is an ideal Op-Amp configured as a voltage follower (buffer). For an ideal Op-Amp, \(V_+ = V_-\). The non-inverting input \(V_+\) is connected directly to the input source \(V_{in}\). The inverting input \(V_-\) is connected directly to the output \(V_{out}\). Therefore, \(V_{out} = V_- = V_+ = V_{in}\). The resistor \(R\) and capacitor \(C\) are connected to the output, forming a load. Since the Op-Amp is ideal (with zero output impedance), it can drive any load perfectly. The output voltage \(V_{out}\) is not affected by \(R\) or \(C\) and will always follow \(V_{in}\).

C
Final Answer
Correct answer: C.
Question 02

Question 2

For the Op-Amp circuit shown, the feedback factor \(\beta\) (defined as \(V_f / V_{out}\)) is:

GATE 2009 Analog Electronics Q2 op-amp circuit diagram
GATE 2009 Analog Electronics Q2 op-amp circuit diagram
  1. \(\frac{R_1}{R_1 + R_F}\)
  2. \(\frac{R_F}{R_1 + R_F}\)
  3. \(\frac{R_1}{R_F}\)
  4. \(1\)

Solution

Solution: This is a non-inverting amplifier configuration. The feedback voltage (\(V_f\)) is the voltage at the inverting terminal (\(V_-\)). The feedback network consists of \(R_F\) and \(R_1\) forming a voltage divider between the output \(V_{out}\) and ground. The voltage \(V_f\) at the node between \(R_1\) and \(R_F\) is given by the voltage divider rule:

Equation
\[V_f = V_{out} \left( \frac{R_1}{R_1 + R_F} \right)\]

The feedback factor \(\beta\) is defined as \(\frac{V_f}{V_{out}}\):

Equation
\[\beta = \frac{V_f}{V_{out}} = \frac{R_1}{R_1 + R_F}\]
A
Final Answer
Correct answer: A.
Question 03

Question 3

The transfer function \(H(s) = \frac{V_o(s)}{V_i(s)}\) for the circuit shown is:

GATE 2009 Analog Electronics Q3 op-amp circuit diagram
GATE 2009 Analog Electronics Q3 op-amp circuit diagram
  1. \(\frac{-sRC}{1 + sRC}\)
  2. \(\frac{1}{1 + sRC}\)
  3. \(\frac{sRC}{1 + sRC}\)
  4. \(\frac{-1}{1 + sRC}\)

Solution

The op-amp is in the inverting configuration. The input branch is \(R\) in series with \(C\), and the feedback element is \(R\).

Equation
\[Z_{in}(s) = R + \frac{1}{sC} = \frac{1 + sRC}{sC}, \qquad Z_f(s) = R\]
Equation
\[H(s) = -\frac{Z_f(s)}{Z_{in}(s)} = -\frac{R\,sC}{1 + sRC} = -\frac{sRC}{1 + sRC}\]

The gain vanishes at \(s = 0\) and tends to \(-1\) as \(s \to \infty\), so this is a first-order high-pass section with corner frequency \(\omega_c = 1/RC\).

A
Final Answer
Correct answer: A.
Question 04

Question 4

In the circuit shown, the input impedance \(Z_{in}(s) = \frac{V_{in}(s)}{I_{in}(s)}\) is:

GATE 2009 Analog Electronics Q4 op-amp circuit diagram
GATE 2009 Analog Electronics Q4 op-amp circuit diagram
  1. \(R\)
  2. \(\frac{1}{sC}\)
  3. \(sL\)
  4. \(R + sL + \frac{1}{sC}\)

Solution

The op-amp together with \(R_1\), \(R_2\) and \(C\) forms a gyrator. The feedback loop inverts the capacitive branch, so the driving-point impedance seen by the source is proportional to \(s\) rather than to \(1/s\):

Equation
\[Z_{in}(s) = \frac{V_{in}(s)}{I_{in}(s)} = sCR_1R_2 = sL_{eq}, \qquad L_{eq} = CR_1R_2\]

The input impedance is zero at dc and rises linearly with frequency, which is the behaviour of an inductance \(L_{eq}\). The circuit therefore looks like \(sL\) at its input terminals.

C
Final Answer
Correct answer: C.
Question 05

Question 5

An 8-bit DAC has a full-scale voltage of \(V_{FS} = 5.12\,V\). The resolution of the DAC is:

GATE 2009 Analog Electronics Q5 circuit diagram
GATE 2009 Analog Electronics Q5 circuit diagram
  1. \(20\,mV\)
  2. \(10\,mV\)
  3. \(5\,mV\)
  4. \(40\,mV\)

Solution

An \(N\)-bit converter divides the full-scale range into \(2^N\) equal steps, so the resolution is the change in output produced by one LSB:

Equation
\[\text{Resolution} = \frac{V_{FS}}{2^N}\]

With \(N = 8\) and \(V_{FS} = 5.12\,V\):

Equation
\[\text{Resolution} = \frac{5.12\,V}{2^8} = \frac{5.12\,V}{256} = 0.02\,V = 20\,mV\]
A
Final Answer
Correct answer: A.
Question 06

Question 6

The number of comparators required to build a 3-bit flash Analog-to-Digital Converter (ADC) is:

GATE 2009 Analog Electronics Q6 circuit diagram
GATE 2009 Analog Electronics Q6 circuit diagram
  1. 7
  2. 8
  3. 9
  4. 3

Solution

Solution: A flash ADC (or parallel ADC) works by comparing the input voltage to \(2^N - 1\) different reference voltages simultaneously. Each comparison requires one comparator. For an N-bit flash ADC, the number of comparators needed is \(2^N - 1\). Given \(N = 3\) bits:

Equation
\[\text{Number of comparators} = 2^3 - 1 = 8 - 1 = 7\]

This requires a resistor divider chain with \(2^N\) (or 8) resistors to create the 7 reference levels.

A
Final Answer
Correct answer: A.
Previous2008
GATE Analog Electronics