BE Civil Engineering (IOE, TU) Basic Electronics Engineering (IOE, EX 451) Question Paper 2080 Nepal
This is the official BE Civil Engineering (IOE, TU) Basic Electronics Engineering (IOE, EX 451) question paper for 2080, 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 2080 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 the effect of forward and reverse bias on the barrier potential and depletion width. (4)
(b) A full-wave bridge rectifier is fed from a transformer whose secondary RMS voltage is . Silicon diodes ( each) are used and the load resistance is . A filter capacitor is connected across the load and the supply frequency is . Determine: (i) the peak load voltage, (ii) the DC load current, and (iii) the peak-to-peak ripple voltage and ripple factor. (6)
(a) Depletion region and biasing
When a p-type and n-type semiconductor form a junction, free electrons from the n-side diffuse into the p-side and holes diffuse from the p-side into the n-side, where they recombine. This leaves behind immobile ionised donor atoms (positive) on the n-side and immobile ionised acceptor atoms (negative) on the p-side. This charged, carrier-free zone is the depletion region, and the resulting internal field produces a barrier potential ( for Si, for Ge).
p-side n-side
[ - - - | + + + ]
acceptor donor ions
<-- depletion -->
E-field points n -> p
- Forward bias (p to +, n to -): the external field opposes the internal field, the barrier potential is reduced, the depletion width narrows, and majority carriers cross, giving a large current.
- Reverse bias (p to -, n to +): the external field aids the internal field, the barrier potential is increased, the depletion width widens, and only a small reverse saturation current flows.
(b) Bridge rectifier with capacitor filter
Peak secondary voltage:
(i) Peak load voltage — in a bridge, two diodes conduct in series each half cycle:
(ii) DC load current — for a lightly-rippled output the average is close to the peak:
(iii) Ripple — full-wave ripple frequency .
RMS ripple .
Ripple factor:
(a) Draw the voltage-divider bias circuit of an NPN transistor and explain why it provides better stability of the operating point against variations in than fixed-base bias. (4)
(b) For the voltage-divider biased NPN amplifier: , , , , , , . Using exact (Thevenin) analysis, find the operating point and , and state the region of operation. (6)
(a) Voltage-divider bias and stability
+Vcc
|
+-----+-----+
| |
[R1] [Rc]
| |
+---B C-+
| \ /
[R2] (NPN)
| / \
GND E
|
[Re]
|
GND
The divider - fixes the base voltage almost independently of the transistor. The emitter resistor provides negative feedback: if (hence ) rises due to a higher or temperature, the emitter voltage rises, which reduces , which in turn reduces and brings back down. Because is set by resistors and not by , the Q-point is largely independent of , unlike fixed-base bias where is fixed and tracks directly.
(b) Exact (Thevenin) analysis
Thevenin voltage and resistance at the base:
Base loop (KVL):
Collector current:
Collector-emitter voltage (with ):
Region: is well above and below , and the B-E junction is forward biased, so the transistor operates in the active region (a good Q-point near mid-supply, ideal for amplification).
(a) State the characteristics of an ideal operational amplifier and explain the concept of "virtual ground" in an inverting amplifier configuration. (4)
(b) An inverting summing amplifier uses a feedback resistor and three input resistors , , with inputs , , . (i) Derive the output expression and compute . (ii) If the supply rails are , verify the output is not clipped. (6)
(a) Ideal op-amp characteristics & virtual ground
Ideal op-amp properties:
- Infinite open-loop gain ()
- Infinite input impedance (zero input current)
- Zero output impedance
- Infinite bandwidth and infinite slew rate
- Zero offset voltage; infinite CMRR
Virtual ground: In an inverting amplifier the non-inverting input is tied to ground (0 V). Because the open-loop gain is infinite, the differential input voltage must be essentially zero, so the inverting input sits at the same potential as the non-inverting input, i.e. . It is a "virtual" ground because it is held at 0 V by feedback without being physically connected to ground, and no current flows into the op-amp input.
(b) Inverting summing amplifier
With the inverting node at virtual ground, the currents through the input resistors sum into the feedback resistor:
(i) Output expression:
Gains: ; ; .
(ii) Clipping check: The output magnitude lies well within the rails (typical saturation ). Therefore the output is not clipped and the amplifier operates linearly.
(a) Simplify the Boolean function using a Karnaugh map and write the minimal sum-of-products expression. (5)
(b) Implement the simplified expression using only 2-input NAND gates and state how many NAND gates are required. (3)
(a) K-map simplification
Plot the minterms 0,1,2,5,8,9,10 on a 4-variable map (rows , columns in Gray order 00,01,11,10):
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)
Groupings:
- Group 1 (quad): minterms 0,1,8,9 -> , -> term .
- Group 2 (quad): minterms 0,2,8,10 -> , -> term .
- Group 3 (pair): minterms 1,5 -> -> term .
Minimal SOP:
Check: covers 0,1,8,9; covers 0,2,8,10; covers 1,5. All seven minterms covered, no extras.
(b) NAND-only implementation
A SOP form maps directly to NAND-NAND. Each product term needs the variables ANDed; with 2-input NAND gates:
- : 1 NAND (inputs ) giving .
- : 1 NAND giving .
- (3 literals): need via 1 NAND + inverter, then combine — using 2-input gates: NAND()=, invert to (1 NAND as inverter), NAND()= -> 3 NANDs.
- Final OR of three terms NAND of their complements. With 2-input gates the three complemented terms are combined: NAND of first two complements, then a final stage — output stage = 1 NAND (2-input) combining two, plus 1 more to merge the third, effectively 2 NANDs.
Inverters for complemented inputs where not already available: 4 NANDs used as inverters.
Total two-input NAND gates (1 + 1 + 3 for products, 2 for the output OR stage, 4 for input inverters). The exact count depends on how many complemented literals are supplied externally; if are available, only 7 NAND gates are needed (1+1+3 product + 2 output stage).
(a) With a neat block diagram, describe the elements of a general instrumentation/measurement system and the function of each block. (3)
(b) A Wheatstone bridge has three fixed arms and a strain-gauge arm . The gauge factor is , nominal resistance , and the applied strain is . The bridge excitation is . Find the change in gauge resistance and the bridge output voltage. (4)
(a) Instrumentation system block diagram
[Measurand] -> [Sensor/Transducer] -> [Signal Conditioning] -> [Signal Processing] -> [Display/Record/Output]
- Sensor/Transducer: converts the physical measurand (temperature, pressure, strain) into an electrical signal.
- Signal conditioning: amplifies, filters, linearises and converts the raw transducer signal (e.g. bridge + instrumentation amplifier) into a usable form.
- Signal processing: performs analog-to-digital conversion, computation, scaling, and calibration.
- Display / recording / output: presents the result to the observer or to a control system (meter, screen, data logger).
(b) Strain-gauge Wheatstone bridge
Change in gauge resistance:
So .
Bridge output (quarter bridge, output between the two midpoints):
The magnitude of the bridge output is 3.74 mV (the sign indicates polarity due to the increase in ). A useful approximation confirms the result.
Section B: Short Answer Questions
Attempt all questions.
A Zener diode regulator has , an unregulated input that varies from to , a series resistor , and a load . Assuming the Zener stays in breakdown, find the load current, and the minimum and maximum Zener current. Comment on whether regulation is maintained.
Load current (constant, since ):
Series (source) current depends on input voltage:
At :
At :
Zener current :
- Minimum (at ):
- Maximum (at ):
Comment: , so the Zener never falls out of breakdown across the whole input range; therefore regulation is maintained and the output stays at , provided the Zener's power rating exceeds .
A common-emitter amplifier has a DC collector current , collector load , an AC-coupled load , and the emitter is fully bypassed. Taking the thermal voltage and , find (or ), the AC voltage gain, and the input resistance looking into the base.
Transconductance / emitter resistance:
AC collector load (with bypassed emitter):
Voltage gain (CE with fully bypassed emitter):
The magnitude is about 192, and the negative sign shows the phase inversion characteristic of the CE stage.
Input resistance into the base: (the bias resistors would appear in parallel for the full stage input resistance).
(a) A non-inverting amplifier uses (from inverting input to ground) and . Find the closed-loop voltage gain and the output for an input of . (3)
(b) For an ideal op-amp integrator with and , find the output after when a constant step is applied (initial capacitor voltage zero). (2)
(a) Non-inverting amplifier
Output voltage:
(b) Op-amp integrator
Time constant:
The output ramps negatively (the integrator inverts), reaching at (assuming it has not yet hit the supply rail).
(a) Convert to binary and hexadecimal. (2)
(b) Perform the subtraction using 8-bit 2's complement arithmetic and verify the result. (3)
(a) Decimal conversions
To binary (divide by 2):
To hexadecimal: group the binary in nibbles , or :
(b) 8-bit 2's complement subtraction
2's complement of 29: invert , add 1 .
Add:
0010 1101 (+45)
+ 1110 0011 (-29)
-----------
1 0001 0000
The carry-out of the MSB is discarded, leaving .
Verification: , and . The MSB is 0 (positive) and the result is correct.
(a) Explain the operation of a 4-to-1 multiplexer and give its truth table in terms of the select lines. (3)
(b) Show how a 4-to-1 multiplexer can be used to implement the 2-variable function (XOR). (2)
(a) 4-to-1 Multiplexer
A 4-to-1 MUX routes one of four data inputs (-) to a single output according to two select lines . Output expression:
| Output | ||
|---|---|---|
| 0 | 0 | |
| 0 | 1 | |
| 1 | 0 | |
| 1 | 1 |
The selected channel is connected to the output; the others are blocked. It acts as a digitally controlled selector switch.
(b) Implementing
Use as the select lines (, ). The XOR truth table is:
| A | B | F |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
Set the data inputs equal to the required output for each select combination:
Wiring (ground) and () makes the MUX output reproduce the XOR function directly, with no extra gates.
An analog-to-digital converter (ADC) has a full-scale input range of to . (a) Find the resolution (step size) and quantisation error for an 8-bit ADC. (3) (b) What is the digital output code (in decimal and binary) for an input of ? (2)
(a) Resolution and quantisation error
Number of steps for bits: levels, i.e. intervals.
Resolution (step size):
(Using steps gives ; either convention is acceptable.)
Maximum quantisation error is half a step:
(b) Digital output for
Decimal output .
Binary ( bits):
This corresponds to a reconstructed voltage of , within one step of the input.
Frequently asked questions
- Where can I find the BE Civil Engineering (IOE, TU) Basic Electronics Engineering (IOE, EX 451) question paper 2080?
- The full BE Civil Engineering (IOE, TU) Basic Electronics Engineering (IOE, EX 451) 2080 (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) 2080 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) 2080 paper?
- The BE Civil Engineering (IOE, TU) Basic Electronics Engineering (IOE, EX 451) 2080 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.