BE Civil Engineering (IOE, TU) Basic Electronics Engineering (IOE, EX 451) Question Paper 2078 Nepal
This is the official BE Civil Engineering (IOE, TU) Basic Electronics Engineering (IOE, EX 451) question paper for 2078, as set in the regular annual examination. It carries 80 full marks and a time allowance of 180 minutes, across 11 questions. On Kekkei you can attempt this Basic Electronics Engineering (IOE, EX 451) past paper online with a timer, get instant AI feedback and step-by-step solutions, and track the topics where you lose marks — completely free. Whether you are revising for your BE Civil Engineering (IOE, TU) Basic Electronics Engineering (IOE, EX 451) exam or solving previous years' question papers, this 2078 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt all questions.
(a) Explain the formation of the depletion region in an unbiased p-n junction and describe how it changes under forward and reverse bias. (4 marks)
(b) A full-wave bridge rectifier is fed from a transformer whose secondary delivers at . A capacitor filter of is connected across a load of . Taking each diode drop as , determine: (i) the peak load voltage, (ii) the DC load current, (iii) the peak-to-peak ripple voltage, and (iv) the ripple factor. (6 marks)
(a) Depletion region
When a p-type and an n-type semiconductor are joined, the high concentration of free electrons on the n-side and holes on the p-side causes diffusion across the junction. Electrons diffuse into the p-side and recombine with holes; holes diffuse into the n-side and recombine with electrons. This leaves behind immobile ionized dopant atoms — negative acceptor ions on the p-side and positive donor ions on the n-side.
This region, now devoid of free carriers, is the depletion region. The exposed ions set up an internal electric field (a barrier potential, about for Si) that opposes further diffusion, establishing equilibrium.
- Forward bias (p to +, n to −): the external field opposes the barrier field, the depletion region narrows, the barrier potential is reduced, and majority carriers cross easily → large current.
- Reverse bias (p to −, n to +): the external field aids the barrier field, the depletion region widens, the barrier increases, and only a tiny reverse saturation current (minority carriers) flows.
(b) Full-wave bridge rectifier with capacitor filter
Given: , , , , two diodes conduct per half-cycle ( drop).
(i) Peak load voltage
(ii) DC load current (using the peak as the approximate average for a lightly-rippled filter)
(iii) Peak-to-peak ripple voltage (full-wave: ripple frequency )
(iv) Ripple factor
The small ripple factor confirms effective smoothing by the capacitor.
A silicon npn transistor is used in a voltage-divider bias circuit with , , , , , and . Take .
(a) Determine the operating point (, ) using the exact (Thevenin) analysis. (6 marks)
(b) Draw the DC load line, mark the Q-point, and comment on whether the transistor is suitably biased for amplifier operation. (4 marks)
(a) Thevenin (exact) analysis
Thevenin voltage at the base:
Thevenin resistance:
Base loop (KVL): , with .
Collector current:
Emitter current:
Collector-emitter voltage:
Q-point: , .
(b) DC load line and Q-point
DC load-line equation: .
- Saturation (x-axis cut, ):
- Cut-off (y-axis cut, ):
I_C (mA)
4.69 |*
| \
1.79 |---* Q (9.24 V, 1.79 mA)
| \
0 +-----*----- V_CE (V)
0 9.24 15
Comment: is close to mid-supply () and sits roughly mid-way along the load line. The Q-point lies in the active region, well away from saturation and cut-off, giving good symmetrical voltage swing — the transistor is suitably biased for linear amplifier operation. The emitter resistor provides stable bias (DC negative feedback) against and temperature variation.
(a) State four ideal op-amp properties and explain the concept of the virtual short in a negative-feedback op-amp configuration. (4 marks)
(b) For the inverting summing amplifier shown, through , through , through , and the feedback resistor is . Find the output voltage . (4 marks)
(c) If the same op-amp has an open-loop gain of and is configured as a non-inverting amplifier of closed-loop gain , find the resistor ratio . (2 marks)
(a) Ideal op-amp properties
- Infinite open-loop voltage gain ().
- Infinite input impedance (, so input currents are zero).
- Zero output impedance ().
- Infinite bandwidth and infinite CMRR; zero input offset.
Virtual short: With negative feedback and very large , the differential input voltage . Hence : the two input terminals are at (almost) the same potential — a virtual short. When the non-inverting input is grounded, the inverting input becomes a virtual ground () without actually drawing current.
(b) Inverting summing amplifier
Compute each term:
Sum .
(c) Non-inverting gain from dB
For a non-inverting amplifier , so
(The open-loop gain of , so the ideal closed-loop expression is valid.)
(a) Simplify the Boolean function using a four-variable Karnaugh map. Write the minimal sum-of-products (SOP) expression. (6 marks)
(b) Implement the simplified expression using only NAND gates and state how many 2-input NAND gates are required. (4 marks)
(a) Karnaugh map simplification
Minterms present (=1): 0,1,2,5,8,9,10. K-map (rows = , columns = in Gray order ):
CD=00 CD=01 CD=11 CD=10
AB=00 1(0) 1(1) 0(3) 1(2)
AB=01 0(4) 1(5) 0(7) 0(6)
AB=11 0(12) 0(13) 0(15) 0(14)
AB=10 1(8) 1(9) 0(11) 1(10)
Grouping:
- Quad — minterms 0,1,8,9 (corners columns with ): here and . Term = .
- Quad — minterms 0,2,8,10 (four corners, with ): here and . Term = .
- Pair — minterms 1,5 (): term = .
All 1-cells are covered (0,1,2,8,9,10 by the two quads; 5 by the pair, which also re-covers 1).
(b) NAND-only implementation
A two-level SOP maps directly to NAND-NAND. Using De Morgan, .
Gate count (allowing inverters from NANDs, with 2-input NANDs):
- Inverters for : 4 NANDs (each input tied together).
- Term : 1 NAND.
- Term : 1 NAND.
- Term (3 literals): needs a 3-input AND ≈ NAND→ with 2-input gates: () via 1 NAND giving , then combine with . To keep the NAND-NAND structure each product term feeds a NAND producing its complement. For the 3-literal term we form (1 NAND + 1 inverter = 2 gates) then NAND that with → 1 gate.
- Final OR is realized as one NAND of the three term-complements: 1 NAND (3-input, or built from 2 two-input NANDs).
Practical 2-input NAND count: 4 (inverters) + 1 () + 1 () + 2 (3-literal term) + 1 (re-invert that term) + 2 (final 3-input OR-as-NAND from two 2-input NANDs) ≈ 11 two-input NAND gates.
If 3-input NANDs are permitted the design collapses to a clean two-level NAND-NAND network using 3 first-level NANDs + 1 output NAND + 4 inverters = 8 gates.
Diagram (logic):
A,B,C,D -> [inverters] -> Bbar,Cbar,Dbar,Abar
Bbar,Cbar -> NAND -> g1
Bbar,Dbar -> NAND -> g2
Abar,Cbar,D -> NAND -> g3
g1,g2,g3 -> NAND -> F
(a) Define gain in decibels and explain the significance of the half-power (−3 dB) frequencies and bandwidth of an amplifier. (3 marks)
(b) An RC-coupled amplifier has a mid-band voltage gain of . Its lower cut-off frequency is and upper cut-off frequency is . Determine: (i) the mid-band gain in dB, (ii) the bandwidth, (iii) the gain (as a ratio) at the cut-off frequencies, and (iv) the gain-bandwidth product. (5 marks)
(c) Why does an RC-coupled amplifier's gain fall at low and at high frequencies? (2 marks)
(a) Decibel gain, half-power frequencies, bandwidth
Voltage gain in dB: ; power gain in dB: .
The half-power frequencies (lower) and (upper) are the frequencies at which output power falls to half its mid-band value, i.e. voltage gain falls to of mid-band — equivalently a drop of . The bandwidth is , the band of frequencies over which the amplifier responds usefully (gain within 3 dB of mid-band).
(b) Numerical
Given , , .
(i) Mid-band gain in dB:
(ii) Bandwidth:
(iii) Gain at cut-off:
(equivalently ).
(iv) Gain-bandwidth product:
(c) Reasons for gain fall-off
- Low frequencies: the coupling and bypass capacitors have high reactance (). They no longer act as short circuits, so signal is dropped across them (and the emitter bypass becomes ineffective, reducing gain). This causes the low-frequency roll-off.
- High frequencies: the shunt (parasitic/junction) capacitances — transistor inter-electrode capacitances (, Miller effect) and wiring/load capacitance — have low reactance and shunt the signal to ground, reducing gain. This causes the high-frequency roll-off.
Section B: Short Answer Questions
Attempt all questions.
A zener diode regulates a load. The unregulated input is through a series resistor . The load resistance is . Assuming the zener is in breakdown, find (i) the load current, (ii) the series resistor current, and (iii) the zener current. Verify the zener stays in regulation if its minimum holding current is .
Given , , , .
(i) Load current (load sees the regulated ):
(ii) Series resistor current:
(iii) Zener current (KCL: ):
Verification: , so the diode remains in breakdown and regulation is maintained.
For a common-emitter amplifier, the DC emitter current is at room temperature (), the collector resistor is , the AC load is (capacitively coupled), and the emitter is fully bypassed. Using the model, find (i) , (ii) the AC voltage gain magnitude, and (iii) express the gain in dB.
(i) AC emitter resistance:
(ii) Voltage gain (fully bypassed CE: ):
AC collector load:
(The negative sign indicates phase inversion.)
(iii) Gain in dB:
(a) Draw and explain the op-amp integrator, giving its output expression. (2 marks)
(b) An op-amp integrator has and . A constant DC input of is applied at with the capacitor initially uncharged. Find the output voltage after and state the time at which the output reaches (saturation). (3 marks)
(a) Op-amp integrator
R C
Vin o--/\/\--+--||--+
| |
| |\ |
(virtual | \-+---o Vout
ground) +--|+/
| |/
GND
The input resistor feeds the inverting node (a virtual ground); the capacitor provides feedback. Since the input current flows entirely into :
A constant input gives a linearly ramping output — the circuit performs integration.
(b) Numerical
Time constant: .
For a constant input , :
Output after :
Time to reach :
The output ramps negatively at and saturates at after .
(a) Convert the decimal number to binary, octal and hexadecimal. (3 marks)
(b) Perform the binary subtraction using 2's-complement arithmetic and verify the result in decimal. (2 marks)
(a) Conversions of
Binary (repeated division by 2): ; ; ; ; ; ; ; . Reading remainders bottom-up: .
Check: . ✓
Octal (group binary in 3s from right: ): . Check: . ✓
Hexadecimal (group in 4s: ): . Check: . ✓
(b) 2's-complement subtraction
Decimal: , ; expected .
Use 6 bits. Minuend . Subtrahend (padded). 2's complement of : invert , add 1 .
Add:
110101
+ 101101
---------
1100010
Discard the carry-out (7th bit) → result .
. ✓ Matches .
(a) Define a transducer and distinguish between active and passive transducers with one example of each. (2 marks)
(b) A strain gauge of nominal resistance and gauge factor forms one arm of a balanced Wheatstone bridge excited by . When subjected to a strain of , find (i) the change in gauge resistance and (ii) the approximate bridge output voltage (quarter-bridge). (3 marks)
(a) Transducer
A transducer is a device that converts one form of energy/physical quantity into another, usually into an electrical signal proportional to the measured quantity.
- Active (self-generating): produces its own output (no external supply needed). Example: a thermocouple (generates emf from temperature), or a piezoelectric crystal.
- Passive (externally powered): requires an external excitation; the measurand modulates a circuit parameter (R, L, C). Example: a strain gauge (resistance changes with strain), or an RTD/LVDT.
(b) Strain-gauge Wheatstone bridge
Given , gauge factor , , strain .
(i) Change in resistance:
(ii) Quarter-bridge output (one active arm):
(a) Differentiate between combinational and sequential logic circuits. (2 marks)
(b) Explain the operation of a JK flip-flop and complete its truth table (including the toggle condition). Briefly state how it overcomes the limitation of the SR flip-flop. (3 marks)
(a) Combinational vs sequential logic
| Feature | Combinational | Sequential |
|---|---|---|
| Output depends on | Present inputs only | Present inputs and past state |
| Memory element | None | Has memory (flip-flops/latches) |
| Clock | Not required | Usually clocked |
| Examples | Adder, MUX, decoder | Counter, register, FSM |
(b) JK flip-flop
The JK flip-flop is a refinement of the SR flip-flop in which the forbidden condition is redefined as a useful toggle. Internal feedback of the outputs back to the input gates ensures that when the output simply complements on each clock edge.
Truth table (clocked, edge /):
| J | K | Operation | |
|---|---|---|---|
| 0 | 0 | No change (hold) | |
| 0 | 1 | 0 | Reset |
| 1 | 0 | 1 | Set |
| 1 | 1 | Toggle |
Overcoming the SR limitation: In an SR flip-flop the input combination is invalid (indeterminate output). The JK flip-flop uses output feedback so that produces a defined, predictable toggle () instead of an illegal state — giving the device a complete, unambiguous truth table.
Frequently asked questions
- Where can I find the BE Civil Engineering (IOE, TU) Basic Electronics Engineering (IOE, EX 451) question paper 2078?
- The full BE Civil Engineering (IOE, TU) Basic Electronics Engineering (IOE, EX 451) 2078 (regular) question paper is available free on Kekkei. You can read every question online and attempt the paper under timed exam conditions.
- Does the Basic Electronics Engineering (IOE, EX 451) 2078 paper come with solutions?
- Yes. Every question on this Basic Electronics Engineering (IOE, EX 451) past paper includes a step-by-step solution, plus instant AI feedback when you attempt it on Kekkei.
- How many marks is the BE Civil Engineering (IOE, TU) Basic Electronics Engineering (IOE, EX 451) 2078 paper?
- The BE Civil Engineering (IOE, TU) Basic Electronics Engineering (IOE, EX 451) 2078 paper carries 80 full marks and is meant to be completed in 180 minutes, across 11 questions.
- Is practising this Basic Electronics Engineering (IOE, EX 451) past paper free?
- Yes — reading and attempting this Basic Electronics Engineering (IOE, EX 451) past paper on Kekkei is completely free.