250+ TOP MCQs on Tree and Co-Tree and Answers

Network Theory Multiple Choice Questions on “Tree and Co-Tree”.

1. A graph is said to be a directed graph if ________ of the graph has direction.
A. 1 branch
B. 2 branches
C. 3 branches
D. every branch

Answer: D
Clarification: If every branch of the graph has direction, then the graph is said to be a directed graph. If the graph does not have any direction then that graph is called undirected graph.

2. The number of branches incident at the node of a graph is called?
A. degree of the node
B. order of the node
C. status of the node
D. number of the node

Answer: A
Clarification: Nodes can be incident to one or more elements. The number of branches incident at the node of a graph is called degree of the node.

3. If no two branches of the graph cross each other, then the graph is called?
A. directed graph
B. undirected graph
C. planar graph
D. non-planar graph

Answer: C
Clarification: If a graph can be drawn on a plane surface such that no two branches of the graph cross each other, then the graph is called planar graph.

4. Consider the graph given below. Which of the following is a not a tree to the graph?

Answer: D
Clarification: Tree is sub graph which consists of all node of original graph but no closed paths. So, ‘d’ is not a tree to the graph.

5. Number of twigs in a tree are? (where, n-number of nodes)
A. n
B. n+1
C. n-1
D. n-2

Answer: C
Clarification: Twig is a branch in a tree. Number of twigs in a tree are n-1. If there are 4 nodes in a tree then number of possible twigs are 3.

6. Loops which contain only one link are independent are called?
A. open loops
B. closed loops
C. basic loops
D. none of the mentioned

Answer: C
Clarification: The addition of subsequent link forms one or more additional loops. Loops that contain only one link are independent are called basic loops.

7. If the incident matrix of a graph is given below. The corresponding graph is?

     a    b   c   d   e   f
     1   +1   0  +1   0   0   +1
     2   -1  -1   0  +1   0    0
     3    0  +1   0   0   +1  -1
     4    0   0  -1  -1   -1   0

A.

Answer: B

Clarification: For the given incidence matrix,

     a    b   c  d    e   f
     1   +1   0  +1   0   0   +1
     2   -1  -1   0  +1   0    0
     3    0  +1   0   0   +1  -1
     4    0   0  -1  -1   -1   0

the corresponding graph is

considering the directions specified in the graph.

8. If A represents incidence matrix, I represents branch current vectors, then?
A. AI = 1
B. AI = 0
C. AI = 2
D. AI= 3

Answer: B
Clarification: If A represents incidence matrix, I represents branch current vectors, then the relation is AI= 0 that is its characteristic equation must be equated to zero

9. If a graph consists of 5 nodes, then the number of twigs in the tree is?
A. 1
B. 2
C. 3
D. 4

Answer: D
Clarification: Number of twigs = n-1. As given number of nodes are 5 then n = 5. On substituting in the equation, number of twigs = 5 -1 = 4.

10. If there are 4 branches, 3 nodes then number of links in a co-tree are?
A. 2
B. 4
C. 6
D. 8

Answer: A
Clarification: Number of links = b-n+1. Given number of branches = 4 and number of nodes = 3. On substituting in the equation, number of links in a co-tree = 4 – 3 + 1 = 2.

250+ TOP MCQs on Thevenin Theorem Involving Dependent and Independent Sources and Answers

Network Theory Multiple Choice Questions on “Thevenin Theorem Involving Dependent and Independent Sources”.

1. A circuit is given in the figure below. The Thevenin equivalent as viewed from terminals x and x’ is ___________

A. 8 V and 6 Ω
B. 5 V and 6 Ω
C. 5 V and 32 Ω
D. 8 V and 32 Ω

Answer: B
Clarification: We, Thevenized the left side of xx’ and source transformed right side of yy’.

Vxx’ = Vth = (displaystylefrac{frac{4}{8} + frac{8}{24}}{frac{1}{8} + frac{1}{24}}) = 5V
∴ Rth = 8 || (16 + 8)
= (frac{8×24}{8+24}) = 6 Ω.

2. For the circuit given in figure below, the Thevenin equivalent as viewed from terminals y and y’ is _________

A. 8 V and 32 Ω
B. 4 V and 32 Ω
C. 5 V and 6 Ω
D. 7 V and 6 Ω

Answer: D
Clarification: We, Thevenized the left side of xx’ and source transformed right side of yy’.

Thevenin equivalent as seen from terminal yy’ is
Vxx’ = Vth = (displaystylefrac{frac{4}{24} + frac{8}{8}}{frac{1}{24} + frac{1}{8}}) = 5V
= (frac{0.167+1}{0.04167+0.125}) = 7 V
∴ Rth = (8 + 16) || 8
= (frac{24×8}{24+8}) = 6 Ω.

3. In the following circuit, when R = 0 Ω, the current IR equals to 10 A. The value of R, for which maximum power is absorbed by it is ___________

A. 4 Ω
B. 3 Ω
C. 2 Ω
D. 1 Ω

Answer: C
Clarification: The Thevenin equivalent of the circuit is as shown below.

Therefore from the figure we can infer that Rth = 2 Ω

4. In the following circuit, when R = 0 Ω, the current IR equals to 10 A. The maximum power will be?

A. 50 W
B. 100 W
C. 200 W
D. 400 W

Answer: A
Clarification: The Thevenin equivalent of the circuit is as shown below.
I = 10 A, Rth = 2 Ω
∴ Pmax = ((frac{10}{2}))2 × 2
= 5×5×2 = 50 W.

5. For the circuit given below, the Thevenin resistance across the terminals A and B is _____________

A. 5 Ω
B. 7 kΩ
C. 1.5 kΩ
D. 1.1 kΩ

Answer: B
Clarification: Let VAB = 1 V
5 VAB = 5
Or, 1 = 1 × I1 or, I1 = 1
Also, 1 = -5 + 1(I – I1)
∴ I = 7
Hence, R = 0.2 kΩ.

6. For the circuit given below, the Thevenin voltage across the terminals A and B is ____________

A. 1.25 V
B. 0.25 V
C. 1 V
D. 0.5 V

Answer: D
Clarification: Current through 1 Ω = (frac{5}{2}) – I1
Using source transformation to 5 V sources, VOC = 1 × I1
VOC = -5 VOC + ((frac{5}{2}) – I1) × 1
Eliminating I1, we get, VOC = 0.5 V.

7. In the following circuit, the value of open circuit voltage and the Thevenin resistance between terminals a and b are ___________

A. VOC = 100 V, RTH = 1800 Ω
B. VOC = 0 V, RTH = 270 Ω
C. VOC = 100 V, RTH = 90 Ω
D. VOC = 0 V, RTH = 90 Ω

Answer: D
Clarification: By writing loop equations for the circuit, we get,
VS = VX, IS = IX
VS = 600(I1 – I2) + 300(I1 – I2) + 900 I1
= (600+300+900) I1 – 600I2 – 300I3
= 1800I1 – 600I2 – 300I3
I1 = IS, I2 = 0.3 VS
I3 = 3IS + 0.2VS
VS = 1800IS – 600(0.01VS) – 300(3IS + 0.01VS)
= 1800IS – 6VS – 900IS – 3VS
10VS = 900IS
For Thevenin equivalent, VS = RTH IS + VOC
So, Thevenin voltage VOC = 0
Resistance RTH = 90Ω.

8. In the circuit given below, it is given that VAB = 4 V for RL = 10 kΩ and VAB = 1 V for RL = 2kΩ. The values of the Thevenin resistance and voltage for the network N are ____________

A. 16 kΩ and 30 V
B. 30 kΩ and 16 V
C. 3 kΩ and 6 V
D. 50 kΩ and 30 V

Answer: B
Clarification: When RL = 10 kΩ and VAB = 4 V
Current in the circuit I = (frac{V_{AB}}{R_L} = frac{4}{10}) = 0.4 mA
Thevenin voltage is given by VTH = I (RTH + RL)
= 0.4(RTH + 10)
= 0.4RTH + 4
Similarly, for RL = 2 kΩ and VAB = 1 V
So, I = (frac{1}{2}) = 0.5 mA
VTH = 0.5(RTH + 2)
= 0.5 RTH + 1
∴ 0.1RTH = 3
Or, RTH = 30 kΩ
And VTH = 12 + 4 = 16 V.

9. For the circuit shown in figure below, the value of the Thevenin resistance is _________

A. 100 Ω
B. 136.4 Ω
C. 200 Ω
D. 272.8 Ω

Answer: A
Clarification: IX = 1 A, VX = Vtest
Vtest = 100(1-2IX) + 300(1-2IX – 0.01VS) + 800
Or, Vtest = 1200 – 800IX – 3Vtest
Or, 4Vtest = 1200 – 800 = 400
Or, Vtest = 100V
∴ RTH = (frac{V_{test}}{1}) = 100 Ω.

10. For the circuit shown in the figure below, the Thevenin voltage and resistance looking into X-Y are __________

A. (frac{4}{3}) V and 2 Ω
B. 4V and (frac{2}{3}) Ω
C. (frac{4}{3}) V and (frac{2}{3}) Ω
D. 4 V and 2 Ω

Answer: D
Clarification: (R_{TH} = frac{V_{OC}}{I_{SC}})
VTH = VOC
Applying KCL at node A, (frac{2I-V_{TH}}{1} + 2 = I + frac{V_{TH}}{2})
Or, I = (frac{V_{TH}}{1})
Putting, 2VTH – VTH + 2 = VTH + (frac{V_{TH}}{2})
Or, VTH = 4 V.
∴ RTH = 4/2 = 2Ω.

11. In the figure given below, the value of the source voltage is ___________

A. 12 V
B. 24 V
C. 30 V
D. 44 V

Answer: C
Clarification: By applying KCL, (frac{V_P-E}{6} + frac{V_P}{6}) – 1 = 0
Or, 2 VP – E = 6
Where, ((frac{-V_P+E}{6})) = 2
∴ E – VP = 12
Or, VP = 18 V
∴ E = 30V.

12. In the figure given below, the value of Resistance R by Thevenin Theorem is ___________

A. 10
B. 20
C. 30
D. 40

Answer: B
Clarification: (frac{V_P-100}{10} + frac{V_P}{10}) + 2 = 0
Or, 2VP – 100 + 20 = 0
∴ VP = 80/2 = 40V
∴ R = 20Ω.

13. In the figure given below, the Thevenin’s equivalent pair, as seen at the terminals P-Q, is given by __________

A. 2 V and 5 Ω
B. 2 V and 7.5 Ω
C. 4 V and 5 Ω
D. 4 V and 7.5 Ω

Answer: A
Clarification: For finding VTH,

VTH = (frac{4 ×10}{10+10}) = 2V
For finding RTH,

RTH = 10 || 10
= (frac{10×10}{10+10}) = 5 Ω.

14. The Thevenin equivalent impedance Z between the nodes P and Q in the following circuit is __________

A. 1
B. 1 + s + (frac{1}{s})
C. 2 + s + (frac{1}{s})
D. 3 + s + (frac{1}{s})

Answer: A
Clarification: To calculate the Thevenin resistance, all the current sources get open-circuited and voltage source short-circuited.
∴ RTH = ((frac{1}{s}) + 1) || (1+s)
= (frac{left(frac{1}{s} + 1right)×(1+s)}{left(frac{1}{s} + 1right)+(1+s)})
= (frac{frac{1}{s}+1+1+s}{frac{1}{s}+1+1+s}) = 1
So, RTH = 1.

15. While computing the Thevenin equivalent resistance and the Thevenin equivalent voltage, which of the following steps are undertaken?
A. Both the dependent and independent voltage sources are short-circuited and both the dependent and independent current sources are open-circuited
B. Both the dependent and independent voltage sources are open-circuited and both the dependent and independent current sources are short-circuited
C. The dependent voltage source is short-circuited keeping the independent voltage source untouched and the dependent current source is open-circuited keeping the independent current source untouched
D. The dependent voltage source is open-circuited keeping the independent voltage source untouched and the dependent current source is short-circuited keeping the independent current source untouched

Answer: C
Clarification: While computing the Thevenin equivalent voltage consisting of both dependent and independent sources, we first find the equivalent voltage called the Thevenin voltage by opening the two terminals. Then while computing the Thevenin equivalent resistance, we short-circuit the dependent voltage sources keeping the independent voltage sources untouched and open-circuiting the dependent current sources keeping the independent current sources untouched.

250+ TOP MCQs on Series Resonance and Answers Quiz

Network Theory Multiple Choice Questions on “Series Resonance”.

1. The circuit is said to be in resonance if the current is ____ with the applied voltage.
A. in phase
B. out of phase
C. 45⁰ out of phase
D. 90⁰ out of phase

Answer: A
Clarification: The circuit is said to be in resonance if the current is in phase with the applied voltage and not if the current is out of phase with the applied voltage. The study of resonance is very useful particularly in the area of communications.

2. In a series resonance circuit, series resonance occurs when?
A. XL = 1
B. XC = 1
C. XL = XC
D. XL = -XC

Answer: C
Clarification: In a series resonance circuit, series resonance occurs when capacitive reactance is equal to the inductive reactance that is XL = XC.

3. As XL = XC in a series resonance circuit, the impedance is_________
A. purely capacitive
B. purely inductive
C. purely resistive
D. capacitive and inductive

Answer: C
Clarification: As XL = XC in a series resonance circuit, the impedance is purely resistive. In a series RLC circuit the current lags behind or leads the applied voltage depending on the values of XL and XC.

4. At resonant frequency, the voltage across capacitor is _______ the voltage across inductor.
A. greater than
B. less than
C. greater than or equal to
D. equal to

Answer: D
Clarification: At resonant frequency, the voltage across capacitor is equal to the voltage across inductor. If one of the parameters of the series RLC circuit is varied in such a way that the current in the circuit is in phase with the applied voltage, then the circuit is said to be in resonance.

5. In series RLC circuit, the voltage across capacitor and inductor are ______ with each other.
A. in phase
B. 180⁰ out of phase
C. 90⁰ out of phase
D. 45⁰ out of phase

Answer: B
Clarification: In series RLC circuit, the voltage across capacitor and inductor are 180⁰ out of phase with each other. The frequency at which the resonance occurs is called resonant frequency.

6. The voltage across the LC combination in a series RLC circuit is?
A. 0
B. 1
C. 2
D. 3

Answer: A
Clarification: Since the voltage across capacitor and inductor are 180⁰ out of phase with each other, the voltage across the LC combination in a series RLC circuit is 0V.

7. The expression of resonant frequency in a series resonant circuit is?
A. 1/(2π√C.
B. 1/( 2π√L)
C. 2π√LC
D. 1/(2π√LC.

Answer: D
Clarification: The expression of resonant frequency is resonant frequency = 1/(2π√LC.. In a series RLC circuit resonance may be produced by varying the frequency, keeping L and C constant.

250+ TOP MCQs on Voltage, Current and Power in a Star Connected System and Answers

Network Theory Multiple Choice Questions on “Voltage, Current and Power in a Star Connected System”.

1. In star connected system, VRY is equal to?
A. VYR
B. -VYR
C. 2VYR
D. 3VYR

Answer: B
Clarification: The voltage available between any pair of terminals is called the line voltage. The double script notation is purposefully used to represent voltages and currents in poly phase circuits. In star connected system, VRY = – VYR.

2. In three phase system, the line voltage VRY is equal to?
A. phasor sum of VRN and VNY
B. phasor difference of VRN and VNY
C. phasor sum of VRN and VNY
D. algebraic sum of VRN and VNY

Answer: A
Clarification: In three phase system, the line voltage VRY is equal to the phasor sum of VRN and VNY which is also equal to the phasor difference of VRN and VYN.

3. The relation between the lengths of the phasors VRN and – VYN is?
A. |VRN| > – |VYN|
B. |VRN| < – |VYN|
C. |VRN| = – |VYN|
D. |VRN| >= – |VYN|

Answer: C
Clarification: The voltage VRY is found by compounding VRN and VYN reversed. The relation between the lengths of the phasors VRN and – VYN is |VRN| = – |VYN|.

4. In a star connected system, the phasors VRN, VYN are ____ apart.
A. 15⁰
B. 30⁰
C. 45⁰
D. 60⁰

Answer: D
Clarification: In a star connected system, the phasors VRN, VYN are separated by θ = 60⁰. To subtract VYN from VRN, we reverse the phase VYN and find its phasor sum with VRN.

5. The relation between VRY, Vph in a star connected system is?
A. VRY = Vph
B. VRY = √3Vph
C. VRY = 3√3Vph
D. VRY = 3Vph

Answer: B
Clarification: The two phasors VYN and VBN are equal in length and are 60⁰apart. The relation between VRY, Vph in a star connected system is VRY = √3Vph.

6. In a star connected system, the relation between VYB, Vph is?
A. VYB = Vph
B. VYB = 3√3Vph
C. VYB = 3Vph
D. VYB = √3Vph

Answer: D
Clarification: In a star connected system, the relation between VYB, Vph is VYB = √3Vph. The line voltage VYB is equal to the phasor difference of VYN and VBN and is equal to √3Vph.

7. The voltages, VBR ,Vph are related in star connected system is?
A. VBR = 3Vph
B. VBR = 3√3Vph
C. VBR = √3Vph
D. VBR = Vph

Answer: C
Clarification: The voltages, VBR, Vph in star connected system are related as VBR = √3Vph. The line voltage VYB is equal to the phasor difference of VBN and VRN and is equal to √3Vph.

8. A symmetrical star connected system has VRN = 230∠0⁰. The phase sequence is RYB. Find VRY.

A. 398.37∠30⁰
B. 398.37∠-30⁰
C. 398.37∠90⁰
D. 398.37∠-90⁰

Answer: A
Clarification: Since the system is a balanced system, all the phase voltages are equal in magnitude but displaced by 120⁰. VRN = 230∠0⁰V. VRY = √3×230∠(0o+30o)V=398.37∠30oV.

9. A symmetrical star connected system has VRN = 230∠0⁰. The phase sequence is RYB. Find VYB.

A. 398.37∠-30⁰
B. 398.37∠210⁰
C. 398.37∠90⁰
D. 398.37∠-90⁰

Answer: D
Clarification: Corresponding line voltages are equal to √3 times the phase voltages and are 30⁰ ahead of the respective phase voltages. VYN = 230∠-120⁰V. VYB = √3×230∠(-120o+30o)V=398.37∠-90⁰V.

10. A symmetrical star connected system has VRN = 230∠0⁰. The phase sequence is RYB. Find VBR.

A. 398.37∠210⁰
B. 398.37∠-210⁰
C. 398.37∠120⁰
D. 398.37∠-120⁰

Answer: B
Clarification: All the line voltages are equal in magnitude and are displaced by 120⁰. VBN = 230∠-240⁰V. VBR = √3×230∠(-240o+30o)V=398.37∠-210oV.

250+ TOP MCQs on The Impulse Function in Circuit Analysis and Answers

Network Theory Multiple Choice Questions on “The Impulse Function in Circuit Analysis”.

1. For the circuit shown below, find the voltage across the capacitor C1 at the time the switch is closed.
impulse-function-q1″>impulse-function-q1″ alt=”network-theory-questions-answers-impulse-function-q1″ width=”237″ height=”128″ class=”alignnone size-full wp-image-170452″>
A. 0
B. V/4
C. V/2
D. V

Answer: D
Clarification: We use two different cicuits to illustrate how an impulse function can be created with a switching operation. The capacitor is charged to an initial voltage of V at the time the switch is closed.

2. The charge on capacitor C2 in the circuit shown below is?
A. 0
B. 1
C. 2
D. 3

Answer: A
Clarification: In the circuit, the initial charge on C2 is zero. So, charge on capacitor C2 = zero. Capacitor circuit and series inductor circuit are two different cicuits to illustrate how an impulse function can be created with a switching operation.

3. The current in the circuit shown below is?

A. (V/R)/(s+1/Ce)
B. (V/R)/(s+1/RCe)
C. (V/R)/(s-1/RCe)
D. (V/R)/(s-1/Ce)

Answer: B
Clarification: The current flowing through the circuit is given by I = (V/s)/(R+1/sC1+1/sC2) = (V/R)/(s+1/RCe) where the equivalent capacitance C1C2/(C1+C2) and is replaced by Ce.

4. By taking the inverse transform of the current (V/R)/(s+1/RCe), the value of the current is?
A. V/R et/Ce
B. V/R et/RCe
C. V/R e-t/RCe
D. V/R e-t/Ce

Answer: C
Clarification: By taking the inverse transform of the current, we obtain i = V/R e-t/RCe which indicates that as R decreases, the initial current increases and the time constant decreases.

5. Consider the circuit shown below. On applying the Kirchhoff’s current law, the equation will be?
A. V/(2s-15)+(V-[(100/s)+30])/(3s+10)=0
B. V/(2s-15)+(V-[(100/s)+30])/(3s-10)=0
C. V/(2s+15)+(V-[(100/s)+30])/(3s+10)=0
D. V/(2s+15)+(V-[(100/s)+30])/(3s-10)=0

Answer: C
Clarification: The current in the 3H inductor at t = 0 is 10A and the current in 2H inductor at t = 0 is zero. Applying Kirchhoff’s current law, we get V/(2s+15)+(V-[(100/s)+30])/(3s+10)=0.

6. The value of the voltage V in the circuit shown below is?
impulse-function-q5″>impulse-function-q5″ alt=”network-theory-questions-answers-impulse-function-q5″ width=”300″ height=”137″ class=”alignnone size-full wp-image-170454″>
A. 40(s+7.5)/s(s+5) – 12(s+7.5)/(s-5)
B. 40(s+7.5)/s(s+5) – 12(s+7.5)/(s+5)
C. 40(s+7.5)/s(s+5) + 12(s+7.5)/(s-5)
D. 40(s+7.5)/s(s+5) + 12(s+7.5)/(s+5)

Answer: D
Clarification: Solving for V yields V=40(s+7.5)/s(s+5) + 12(s+7.5)/(s+5). The current in the 3H inductor at t = 0 is 10A and the current in 2H inductor at t = 0 is zero.

7. The value of the voltage V after taking the partial fractions in the equation V/(2s+15)+(V-[(100/s)+30])/(3s+10)=0 is?
impulse-function-q5″>impulse-function-q5″ alt=”network-theory-questions-answers-impulse-function-q5″ width=”300″ height=”137″ class=”alignnone size-full wp-image-170454″>
A. 12 + 60/s + 10/(s+5)
B. 12 – 60/s + 10/(s+5)
C. 12 – 60/s – 10/(s+5)
D. 12 + 60/s – 10/(s+5)

Answer: A
Clarification: By taking the partial fractions we get V = 60/s-20/(s+5)+12+30/(s+5) and on solving the equation we get V = 12+60/s+10/(s+5).

8. Determine the voltage V after taking the inverse transform (12 + 60/s + 10/(s+5)).
impulse-function-q5″>impulse-function-q5″ alt=”network-theory-questions-answers-impulse-function-q5″ width=”300″ height=”137″ class=”alignnone size-full wp-image-170454″>
A. 12δ(t)-(60-10e-5t)u(t)
B. 12δ(t)+(60+10e-5t)u(t)
C. 12δ(t)-(60+10e-5t)u(t)
D. 12δ(t)+(60-10e-5t)u(t)

Answer: B
Clarification: By taking inverse transform of V = 12+60/s+10/(s+5) we have v=12δ(t)+(60+10e-5t)u(t) volts and we have to derive the expression for the current when t > 0.

9. The current equation for the circuit shown below is?
impulse-function-q5″>impulse-function-q5″ alt=”network-theory-questions-answers-impulse-function-q5″ width=”300″ height=”137″ class=”alignnone size-full wp-image-170454″>
A. I=4/s-2/(s-5)
B. I=4/s-2/(s+5)
C. I=4/s+2/(s+5)
D. I=4/s+2/(s-5)

Answer: C
Clarification: After the switch has been opened, the current in L1 is the same as the current in L1. The current equation is I=(100/s+30)/(5s+25). On solving we get I = 4/s-2/(s+5).

10. The value of the current after taking the inverse transform of the current is?
impulse-function-q5″>impulse-function-q5″ alt=”network-theory-questions-answers-impulse-function-q5″ width=”300″ height=”137″ class=”alignnone size-full wp-image-170454″>
A. (4-2e5t)u(t)
B. (4-2e-5t)u(t)
C. (4+2e5t)u(t)
D. (4-2e-5t)u(t)

Answer: D
Clarification: By taking the inverse transform of I = 4/s-2/(s+5) gives i = (4-2e-5t)u(t). Before the switch is opened,the current in L1 is 10A and the current in L2 is 0A.

250+ TOP MCQs on Advanced Problems Involving Parameters and Answers

Network Theory Multiple Choice Questions on “Advanced Problems Involving Parameters”.

1. For the circuit given below, the value of Transmission parameter A and C are ____________

A. A = -0.7692 + j0.3461 Ω, C = 0.03461 + j0.023 Ω
B. A = 0.7692 + j0.3461 Ω, C = 0.03461 + j0.023 Ω
C. A = -0.7692 – j0.3461 Ω, C = -0.03461 + j0.023 Ω
D. A = 0.7692 – j0.3461 Ω, C = 0.023 + j0.03461 Ω

Answer: B
Clarification: V = [20 + (-j10) || (j15 − j20)] I1
V1 = (Big[20 + frac{(-j10)(-j5)}{-j15}Big]) I1
= [20 – j(frac{10}{3})] I1
I0 = (left(frac{-j10}{-j10-j5}right)) I1 = (frac{2}{3})I1
V2 = (-j20) I0 + 20I’0
= –(frac{j40}{3}I_1 + 20I_1 = (20 – frac{j40}{3}) I_1 )
∴ A = (frac{V_1}{V_2} = frac{(20-frac{j10}{3})I_1}{20-frac{j40}{3}) I_1}) = 0.7692 + j0.3461 Ω
∴ C = (frac{I_1}{V_2} = frac{1}{20-j40/3}) = 0.03461 + j0.023 Ω.

2. For the circuit given below, the value of the Transmission parameter B and D are __________

A. D = 0.5385 + j0.6923 Ω, B = -6.923 + j25.385 Ω
B. D = 0.6923 + j0.5385 Ω, B = 6.923 + j25.385 Ω
C. D = -0.6923 + j0.5385 Ω, B= 25.385 + j6.923 Ω
D. D = -0.5385 + j0.6923 Ω, B = -6.923 + j25.385 Ω

Answer: A
Clarification: Z1 = (frac{(-j15)(-j10)}{-j15-j10-j20}) = j10
Z2 = (frac{(-j10)(-j20)}{-j15}) = (-frac{j40}{3})
Z3 = (frac{(j15)(-j20)}{-j15}) = j20
-I2 = (frac{20-j40/3}{20-frac{j40}{3}+j20}I_1 = frac{3-j2}{3+j}) I1
∴ D = (frac{-I_1}{I_2} = frac{3+j}{3-j2}) = 0.5385 + j0.6923 Ω
V1 = [j10 + 2(9+j7)] I1
= jI1 (24 – j18)
So, B = –(frac{V_1}{I_2} = frac{-jI_1 (24-j18)}{-frac{3-j2}{3+j} I_1})
= (frac{6}{13})(-15+j55)
∴ B = -6.923 + j25.385 Ω.

3. For the circuit given below, the value of the Transmission parameters A and C are _________________

A. A = 0, C = 1
B. A = 1, C = 0
C. A = Z, C = 1
D. A = 1, C = Z

Answer: B
Clarification: V1 = V2
Or, A = (frac{V_1}{I_2}) = 1
I1 = 0 or, C = (frac{I_1}{V_2}) = 0.

4. For the circuit given below, the value of the Transmission parameters B and D are _________________

A. B = Z, D = 1
B. B = 1, D = Z
C. B = Z, D = Z
D. B = 1, D = 1

Answer: A
Clarification: V1 = ZI1
And I2 = -I1
B = (frac{V_1}{I_2})
= (frac{-ZI_1}{-I_1}) = Z
D = (frac{-I_1}{I_2}) = 1.

5. For the circuit given below, the value of the Transmission parameters A and C are _______________

A. A = 1, C = 0
B. A = 0, C = 1
C. A = Y, C = 1
D. A = 1, C = Y

Answer: D
Clarification: V1 = V2
∴ A = (frac{V_1}{V_2}) = 1
And V1 = ZI1
∴ C = (frac{I_1}{V_2} = frac{1}{Z}) = Y.

6. For the circuit given below, the value of the Transmission parameters B and D are ________________

A. B = Y, D = 1
B. B = 1, D = 0
C. B = 0, D = 1
D. B = 0, D = Y

Answer: C
Clarification: V1 = V2 = 0
And I2 = -I1
∴ B = (frac{V_1}{I_2}) = 0
∴ D = (frac{-I_1}{I_2}) = 1.

7. For the circuit given below, the values of the h parameter is given as follows h = [16, 3; -2, 0.01]. The value of the ratio (frac{V_2}{V_1}) is ______________

A. 0.3299
B. 0.8942
C. 1.6
D. 0.2941

Answer: D
Clarification: Replacing the given 2-port circuit by an equivalent circuit and applying nodal analysis, we get,
V2 = (20) (2I1) = 40 I1
Or, -10 + 20I1 + 3V2 = 0
Or, 10 = 20I1 + (3) (40I1) = 140I1
∴ I1 = (frac{1}{14}) and V2 = (frac{40}{14})
So, V1 = 16I1 + 3V2 = (frac{136}{14})
And I2 = ((frac{100}{125})) (2I1) = (frac{-8}{70})
∴ (frac{V_2}{V_1} = frac{40}{136}) = 0.2941.

8. For the circuit given below, the values of the h parameter is given as follows h = [16, 3; -2, 0.01]. The value of the ratio (frac{I_2}{I_1}) is ______________

A. 0.3299
B. 0.8942
C. -1.6
D. 0.2941

Answer: C
Clarification: Replacing the given 2-port circuit by an equivalent circuit and applying nodal analysis, we get,
V2 = (20) (2I1) = 40 I1
Or, -10 + 20I1 + 3V2 = 0
Or, 10 = 20I1 + (3) (40I1) = 140I1
∴ I1 = (frac{1}{14}) and V2 = (frac{40}{14})
So, V1 = 16I1 + 3V2 = (frac{136}{14})
And I2 = ((frac{100}{125})) (2I1) = (frac{-8}{70})
∴ (frac{I_2}{I_1}) = -1.6.

9. If for a circuit the value of the h parameter is given as h = [8, 2/3; -2/3, 4/9]. Then the value of the voltage source V is _________________
A. 2.38 V
B. 1.19 V
C. 1.6 V
D. 3.2 V

Answer: B
Clarification: 8I1 + (frac{2}{3V_2}) = 10
V2 = (frac{2}{3})I1 (5||(frac{9}{4}))
= (frac{2}{3})I1 ((frac{45}{29})= frac{30}{29}I_1)
I1 = (frac{29}{30})V2
(8)((frac{29}{30})) V2 + (frac{2}{3})V2 = 10
V2 = (frac{300}{252}) = 1.19 V.

10. For a 2-port network, the value of the h parameter is as h=[600, 0.04; 30, 2×10-3]. Given that, ZS = 2 kΩ and ZL = 400 Ω. The value of the parameter Zin is ______________
A. 250 Ω
B. 333.33 Ω
C. 650 Ω
D. 600 Ω

Answer: B
Clarification: Zin = hie – (frac{h_{re} h_{fe} R_L}{1 + h_{oe} R_L})
= h11 – (frac{h_{12} h_{21} R_L}{1+h_{22} R_L})
= 600 – (frac{0.04×30×400}{1+2×10^{-3}×400}) = 333.33 Ω.

11. For a 2-port network, the value of the h parameter is as h=[600, 0.04; 30, 2×10-3]. Given that, ZS = 2 kΩ and ZL = 400 Ω. The value of the parameter Zout is ______________
A. 650 Ω
B. 500 Ω
C. 250 Ω
D. 600 Ω

Answer: A
Clarification: Zout = (frac{R_s+h_{ie}}{(R_s+h_{ie}) h_{oe}-h_{re} h_{fe}})
= (frac{R_s+h_{11}}{(R_s+h_{11}) h_{22}-h_{21} h_{12}})
= (frac{2000+600}{2600×2×10^{-3}-30×0.04}) = 650 Ω.

12. For the circuit given below, the value of the g11 and g21 are _________________

A. g11 = –(frac{1}{R_1+R_2}), g21 = (frac{R_2}{R_1+R_2})
B. g11 = (frac{1}{R_1-R_2}), g21 = –(frac{R_2}{R_1+R_2})
C. g11 = (frac{1}{R_1+R_2}), g21 = (frac{R_2}{R_1+R_2})
D. g11 = (frac{1}{R_1-R_2}), g21 = (frac{R_2}{R_1-R_2})

Answer: C
Clarification: I1 = (frac{V_1}{R_1+R_2})
Or, g11 = (frac{I_1}{V_1} = frac{1}{R_1+R_2})
By voltage division, V2 = (frac{R_2}{R_1+R_2})V1
Or, g21 = (frac{V_2}{V_1} = frac{R_2}{R_1+R_2}).

13. For the circuit given below, the value of the g12 and g22 are _______________

A. g12 = –(frac{R_2}{R_1+R_2}), g22 = R3 + (frac{R_1 R_2}{R_1+R_2})
B. g12 = (frac{R_2}{R_1+R_2}), g22 = -R3 + (frac{R_1 R_2}{R_1+R_2})
C. g12 = –(frac{R_2}{R_1+R_2}), g22 = R3 – (frac{R_1 R_2}{R_1+R_2})
D. g12 = (frac{R_2}{R_1+R_2}), g22 = -R3 – (frac{R_1 R_2}{R_1+R_2})

Answer: A
Clarification: I1 = –(frac{R_2}{R_1+R_2})I2
Or, g12 = (frac{I_1}{I_2} = -frac{R_2}{R_1+R_2})
Also, I2 (R3 + R1 //R2)
= I2 ((R_3 + frac{R_1 R_2}{R_1+R_2}))
∴ g22 = (frac{V_2}{I_2} = R_3 + frac{R_1 R_2}{R_1+R_2}).

14. For the circuit given below, the value of g11 and g21 are _________________

A. g11 = 0.0667 – j0.0333 Ω, g21 = 0.8 + j0.4 Ω
B. g11 = -0.0667 – j0.0333 Ω, g21 = -0.8 – j0.4 Ω
C. g11 = 0.0667 + j0.0333 Ω, g21 = 0.8 + j0.4 Ω
D. g11 = -0.0667 + j0.0333 Ω, g21 = 0.8 – j0.4 Ω

Answer: C
Clarification: V1 = (12-j6) I1
Or, g11 = (frac{I_1}{V_1} = frac{1}{12-j6}) = 0.0667 + j0.0333 Ω
g21 = (frac{V_2}{V_1} = frac{12I_1}{(12-j6) I_1})
= (frac{2}{2-j}) = 0.8 + j0.4 Ω.

15. For the circuit given below, the value of g12 and g22 are ________________

A. g12 = 0.8 + j0.4 Ω, g22 = 2.4 + j5.2 Ω
B. g12 = -0.8 + j0.4 Ω, g22 = -2.4 – j5.2 Ω
C. g12 = 0.8 – j0.4 Ω, g22 = 2.4 – j5.2 Ω
D. g12 = -0.8 – j0.4 Ω, g22 = 2.4 + j5.2 Ω

Answer: D
Clarification: I1 = (frac{-12}{12-j6})I2
Or, g12 = (frac{I_1}{I_2}) = -g21 = -0.8 – j0.4 Ω
V2 = (j10 + 12 || -j6) I2
g22 = (frac{V_2}{I_2}) = 2.4 + j5.2 Ω.