4-Bit Odd Binary Counter Design
4-Bit Odd Binary Counter Design
Part :C
Q3) Design and implement 4-bit binary counter (using D flip flops)
which counts all possible odd numbers only?
Design a circuit for an edge triggered 4-bit binary up counter (0000 to 1111). When it reaches
“1111”, it should revert back to “0000” after the next edge. Use positive edge triggered D flip-flop
(shown in the below figure) to design the circuit.
Solution:
The flip flop to be used here to design the binary counter is D-FF.
We need to design a 4 bit up counter. So, we need 4 D-FFs to achieve the same.
Let’s construct the truth table for the 4-bit up counter using D-FF
Now constructing the K-Maps and finding out the logic expressions for D3, D2, D1, D0
D3 D2
D1 D0
D1 = Q1’Q0 + Q1Q0′ = Q1 ⊕ Q0 D0 = Q0′
So, we found the value of D3, D2, D1, D0 in terms of Q3, Q2, Q1, Q0.
Let’s draw the designed circuit of the 4-bit up counter using D-FF
The counter output would be collected from Q3, Q2, Q1 and Q0.
Q4) How do you convert Jk- Flip Flop to SR- Flip Flop
Q5) How do you convert T- Flip Flop to SR- Flip Flop
Q7) Design a Modulo-12 up Synchronous counters using T-Flip
Flops and draw the Circuit diagram for synchronous mod-12 counter?
Q8) Explain the Ripple counter design. Also the decade counters design?
Q19) Differentiate between gated SR- latch and edge triggered SR- Flip Flop.
Q20) How do you convert Jk- Flip Flop to D- Flip Flop
Mod : 5
Part : B
Q9) Design a 3 bit ring counter? Discuss how ring counters differ from twisted
ring counter?
Q11) Design Johnson counter and state its advantages and disadvantages?
Q12) Explain with the help of a block diagram, the basic components of a
Sequential Circuit?
Module : 5
Part : C
Q1) Explain the JK and Master slave Flip-flop? Give its timing waveform?
Q2) Define JK – Flip-flop with the help of a logic diagram and characteristic table?
Q4) List the characteristic equations for RS,JK,T and data Flip- Flops?
Q6) Design a MOD-5 synchronous counter using flip flops and
Implement it? Also draw the timing diagram?
Q7) Design a Ring counter using JK flip-flop?
Q9) Design MOD5 up and Down counter
Q10) How do you convert Jk- Flip Flop to T- Flip Flop
Q5) Design a combinatorial circuit that converts a decimal digit from 2,4,2,1 code
to the 8,4,2,1 code
Module : 4
Part : B
Q2) Design a excess-3 adder using 4-bit parallel binary adder and logic gates. B)
What are the applications of full adders?
Q3) Explain the operation of 4 to 16 decoder.
Q4) Explain the differences between multiplexers and De-multiplexers with the
help of neat logic diagrams.
Q5) Design a 64:1 MUX using 8:1 MUXs.
Q8) Design a full adder using two half adders and OR gate.
Q7) Implement the given function in 4:1 mux f= Σm(0,1,3,5,6)
Module :3
Part: B
Q1) Explain error occurred in data transmission can be detected using parity bit
Q2) Define weighted codes and non weighted codes with examples
Q4) Explain the gray to binary and binary- to- gray conversion with examples
Q5) Explain the conversion of AND/OR/NOT logic to NAND/NOR logic with
example.
B A Q
0 0 0
0 1 0
1 0 0
1 1 1
The OR Function
In mathematics, the number or quantity obtained by adding two (or more)
numbers together is called the sum. In Boolean Algebra the OR function is the
equivalent of addition so its output state represents the addition of its inputs.
In Boolean Algebra the OR function is represented by a “plus” sign (+) so for a
two input OR gate the Boolean equation is given as: Q = A+B, that is Q equals
either A OR B.
B A Q
0 0 0
0 1 1
1 0 1
1 1 1
A Q
0 1
1 0
The single input NOT gate or invert function can be cascaded with itself to
produce what is called a digital buffer. The first NOT gate will invert the input
and the second will re-invert it back to its original level performing a double
inversion of the single input. Non-inverting Digital Buffers have many uses in
digital electronics as this double inversion of the input can be used to provide
digital amplification and circuit isolation.
Note that neither the Exclusive-OR gate or the Exclusive-NOR gate can be
classed as a universal logic gate as they can not be used on their own or
together to produce any other Boolean function.
Universal Logic Gates
One of the main disdvantages of using the complete sets
of AND, OR and NOT gates is that to produce any equivalent logic gate or
function we require two (or more) different types of logic gate, AND and NOT,
or OR and NOT, or all three as shown above. However, we can realise all of
the other Boolean functions and gates by using just one single type of
universal logic gate, the NAND (NOT AND) or the NOR (NOT OR) gate,
thereby reducing the number of different types of logic gates required, and
also the cost.
The NAND and NOR gates are the complements of the
previous AND and OR functions respectively and are individually a complete
set of logic as they can be used to implement any other Boolean function or
gate. But as we can construct other logic switching functions using just these
gates on their own, they are both called a minimal set of gates. Thus
the NAND and the NOR gates are commonly referred to as Universal Logic
Gates.
Thus ALL other logic gate functions can be created using only NAND gates
making it a universal logic gate.
Thus ALL other logic gate functions can be created using only NOR gates
making it also a universal logic gate.
Q6) Explain Self complemented codes.
Self-complementing binary codes are those whose members complement on themselves. For a
binary code to become a self-complementing code, the following two conditions must be
satisfied:
1. The complement of a binary number should be obtained from that number by replacing 1’s with
0’s and 0’s with 1’s (already stated procedure).
2. The sum of the binary number and its complement should be equal to decimal 9.
Let us now consider the excess-3 (Xs-3) binary coding system. An Xs-3 equivalent of a given
binary number is obtained using the following steps:
Following the steps given above, we draw Table 1.24, which shows the binary and Xs-3
equivalents.
Solution: Consider the Xs-3 number 0101. From Table, we obtain 0101 ≡ decimal 2. Its
complement (by changing 1s to 0s and vice versa) is 1010. From Table, we find that decimal
equivalent of 1010 is 7. Now adding the decimal equivalents of 0101 (≡2) and 1010 (≡7) yields
decimal 9. It can be seen that all the numbers in Xs-3 code obeys this condition. Then by
condition, Xs-3 code is a self-complementing code.
and 10 are the positional weights (or simply, weights) of the coefficients 1, 2, and 3,
0
positional weights are 8, 4, 2, and 1, we call the conventional binary system as the 8-4-2-1
binary number system also. We multiply the bits in a given binary number with their respective
weights and add them to yield their decimal equivalent. For example, we have seen that 1011 =
1× 8 + 0× 4 +1× 2+1× 1 = (11)10. In Example 2, we prove that the 8-4-2-1 code is not a self-
complementing code.
Example 2: Prove that the conventional binary code is not a self-complementing code.
Solution: To illustrate this, consider binary number 1011, whose 1’s complement is 0100. We
know that (1011)2 (11)10 and (0100)2 (4)10. Now, the sum of (11)10 + (4)10 = (15)10, and not
(9)10. Therefore, we conclude that 1011 and 0100 are not complementary numbers and hence,
the conventional binary code is not a self-complementing code.
Solution: The basic members of this family are given in Table. The bits in each of the binary
numbers given in the first column may be multiplied with their respective weights to get the
equivalent decimal in the second column. For example, number 1011 has its equivalent decimal
as 5. This is obtained as follows:
Q7) Differentiate between BCD code and 2421 code and XS-3.
Q8) Given the 8bit data word 01011011, generate the 12 bit composite word for
the hamming code that corrects and detects single errors
Q9) Write the first 10 decimal digits in base 3 and base 16.
Q10) A device transmits the binary data using even parity, the message is 1011001.
Identify the receiver receives the correct data or not.
Q11) Convert the given expression in standard POS form Y= (A+B)(B+C)(A+C).
Q12) Obtain the canonical SOP form of the following functions. i) Y(A,B) = A+B.
ii) Y(A,B,C,D) = AB+ACD
II)
Module 3:
Part : C
Q1) Convert the following Hexadecimal number to their Decimal equivalent
(EAF1)16.
Q2) What is the gray code equivalent of the Hex Number 3A7.
Q3) Find 7 bit hamming code for given message 1010 by using odd parity.
Q4) Perform the subtraction using 1’s complement and 2’s complement
i) (11010)2 – (10000)2
ii) (1000100)2 – (1010100)2
Q2) What is the gray code equivalent of the Hex Number 3A7. Find 9’s
complement of (25.639)10.
Q5) Convert following hexadecimal number to decimal, i) F2816 ii) BC216
Q4) Perform the subtraction using 1’s complement and 2’s complement
i) (11010)2 – (10000)2
ii) (1000100)2 – (1010100)2
Q5) State and prove Boolean theorems and properties.
Module : 2
Part : B
Q2) Define Early-effect; Explain why it is called as base-width modulation?
Discuss its consequences in transistors in detail?
Q3) What is thermal runaway in transistors? Obtain the condition for thermal
stability in transistors?
Q12) Draw the small-signal model of common base BJT amplifier. Derive
expressions for voltage gain, input resistance current gain and output resistance?
Then we can see from the basic common base configuration that the input
variables relate to the emitter current IE and the base-emitter voltage, VBE,
while the output variables relate to the collector current IC and the collector-
base voltage, VCB.
Since the emitter current, IE is also the input current, any changes to the input
current will create a corresponding change in the collector current, IC. For a
common base amplifier configuration, current gain, Ai is given as iOUT/iIN which
itself is determined by the formula IC/IE. The current gain for a CB configuration
is called Alpha, ( α ).
In a BJT amplifier the emitter current is always greater than the collector
current as IE = IB + IC, the current gain (α) of the amplifier must therefore be
less than one (unity) as IC is always less than IE by the value of IB. Thus the CB
amplifier attenuates the current, with typical values of alpha ranging from
between 0.980 to 0.995.
The electrical relationship between the three transistor currents can be shown
to give the expressions for alpha, α and Beta, β as shown.
Common Base Amplifier Current Gain
For AC input signals the emitter diode junction has an effective small-signal
resistance given by: r’e = 25mV/IE, where the 25mV is the thermal voltage of
the pn-junction and IE is the emitter current. So as the current flowing through
the emitter increases, the emitter resistance will decrease by a proportional
amount.
Some of the input current flows through this internal base-emitter junction
resistance to the base as well as through the externally connected emitter
resistor, RE. For small-signal analysis these two resistances are connected in
parallel with each other.
Since the value of r’e is very small, and RE is generally much larger, usually in
the kilohms (kΩ) range, the magnitude of the amplifiers voltage gain changes
dynamically with different levels of emitter current.
Thus if RE ≫ r’e then the true voltage gain of the common base amplifier will
be:
Because the current gain is approximately equal to one as IC ≅ IE, then the
voltage gain equation simplifies to just:
So if for example, 1mA of current is flowing through the emitter-base junction,
its dynamic impedance would be 25mV/1mA = 25Ω. The volt gain, AV for a
collector load resistance of 10kΩ would be: 10,000/25 = 400, and the more
current which flows through the junction, the lower becomes its dynamic
resistance and the higher the voltage gain.
Likewise, the higher the value of load resistance the greater the amplifiers
voltage gain. However, a practical common base amplifier circuit would be
unlikely to use a load resistor greater than about 20kΩ with typical values of
voltage gain range from about 100 to 2000 depending on the value of RC. Note
that the amplifiers power gain is about the same as its voltage gain.
As the voltage gain of the common base amplifier is dependant on the ratio of
two resistive values, it therefore follows that there is no phase inversion
between the emitter and the collector. Thus the input and output waveforms
are “in-phase” with each other showing that the common base amplifier is
non-inverting amplifier configuration.
Q13) Draw the small-signal model of common collector BJT amplifier. Derive
expressions for voltage gain, input resistance, current gain and output resistance?
The Common Collector Amplifier is another type of bipolar junction
transistor, (BJT) configuration where the input signal is applied to the base
terminal and the output signal taken from the emitter terminal. Thus the
collector terminal is common to both the input and output circuits. This type of
configuration is called Common Collector, (CC) because the collector terminal
is effectively “grounded” or “earthed” through the power supply.
In many ways the common collector configuration (CC) is the reverse of the
common emitter (CE) configuration as the connected load resistor is changed
from the collector terminal for RC to the emitter terminal for RE.
The common collector or grounded collector configuration is commonly used
where a high impedance input source needs to be connected to a low
impedance output load requiring a high current gain. Consider the common
collector amplifier circuit below.
Common Collector Amplifier using an NPN Transistor
Resistors R1 and R2 form a simple voltage divider network used to bias the
NPN transistor into conduction. Since this voltage divider lightly loads the
transistor, the base voltage, VB can be easily calculated by using the simple
voltage divider formula as shown.
With the collector terminal of the transistor connected directly to VCC and no
collector resistance, (RC = 0) any collector current will generate a voltage drop
across the emitter resistor RE.
However, in the common collector amplifier circuit, the same voltage drop,
VE also represents the output voltage, VOUT.
Ideally we would want the DC voltage drop across RE to be equal to half the
supply voltage, VCC to make the transistors quiescent output voltage sit
somewhere in the middle of the characteristics curves allowing for a maximum
unclipped output signal. Thus the choice of RE depends greatly on IB and the
transistors current gain Beta, β.
As the base-emitter pn-junction is forward biased, base current flows through
the junction to the emitter encouraging transistor action causing a much larger
collector current, IC to flow. Thus the emitter current is a combination of base
current and collector current as: IE = IB + IC. However, as the base current is
extremely small compared to the collector current, the emitter current is
therefore approximately equal to the collector current. Thus IE ≈ IC
As with the common emitter (CE) amplifier configuration, the input signal is
applied to the transistors base terminal, and as we said previously, the
amplifiers output signal is taken from the emitter emitter terminal. However, as
there is only one forward biased pn-junction between the transistors base and
its emitter terminal, any input signal applied to the base passes directly
through the junction to the emitter. Therefore the output signal present at the
emitter is in-phase with the applied input signal at the base.
As the amplifiers output signal is taken from across the emitter load this type
of transistor configuration is also known as an Emitter Follower circuit as the
emitter output “follows” or tracks any voltage changes to the base input signal,
except that it remains about 0.7 volts (VBE) below the base voltage. Thus
VIN and VOUT are in-phase producing zero phase difference between the input
and output signals.
Having said that, the emitters pn-junction effectively acts as a forward biased
diode and for small AC input signals this emitter diode junction has a
resistance given by: r’e = 25mV/Ie where the 25mV is the thermal voltage of the
junction at room temperature (25oC) and Ie is the emitter current. So as the
emitter current increases, the emitter resistance decreases by a proportional
amount.
The base current which flows through this internal base-emitter junction
resistance also flows out and through the externally connected emitter
resistor, RE. These two resistances are series connected thus acting as a
potential divider network creating a voltage drop. Since the value of r’e is very
small, and RE is much larger, usually in the kilohms (kΩ) range, the magnitude
of the amplifiers output voltage is therefore less than its input voltage.
However, in reality the magnitude of the output voltage (peak-to-peak) is
generally in the 98 to 99% value of the input voltage which is close enough in
most cases to be considered as unity gain.
We can calculate the voltage gain, VA of the common collector amplifier by
using the voltage divider formula as shown assuming that the base voltage,
VB is actually the input voltage, VIN.
Common Collector Amplifier Voltage Gain
4. Emitter Current, IE
6. Voltage gain, AV
Common Collector Amplifier Circuit with Load Line
For AC analysis of the circuit, the capacitors are shorted and VCC is shorted
(zero impedance). Thus the equivalent circuit is given as shown with the
biasing currents and voltages given as:
The Input Impedance, ZIN of the common collector configuration looking into
the base is given as:
But as Beta, β is generally much greater than 1 (usually above 100), the
expression of: β + 1 can be reduced to just Beta, β as multiplication by 100 is
virtually the same as multiplying by 101. Thus:
From above, the input impedance of the base circuit is given as:RB = R1||R2.
The current gain of the transistor is given as: β. Thus the output equation is
given as:
We can see then that the emitter resistor, RE is effectively in parallel with the
whole impedance of the transistor looking back into its emitter terminal.
If we calculate the output impedance of our common emitter amplifier circuit
using the component values from above, it would give an output impedance
ZOUT of less than 50Ω (49.5Ω) which is much smaller than the higher input
impedance, ZIN(BASE) calculated previously.
Thus we can see then that the Common Collector Amplifier configuration has,
from calculation, a very high input impedance and a very low output
impedance allowing it to drive a low impedance load. In fact due to the CC
amplifiers relatively high input impedance and very low output impedance it is
commonly used as a unity gain buffer amplifier.
Having determined that the output impedance, ZOUT of our example amplifier
above is approximately 50Ω by calculation, if we now connect the 10kΩ load
resistor back into the circuit, the resulting output impedance will be:
Although the load resistance is 10kΩ, the equivalent output resistance is still
low at 49.3Ω. This is because RL is large compared with ZOUT, thus for
maximum power transfer, RL must equal ZOUT. As the voltage gain of the
common collector amplifier is considered to be unity (1), the amplifiers power
gain must be equal to its current gain, as P = V*I.
Since the common collector current gain is defined as the ratio of the emitter
current to the base current, γ = IE/IB = β + 1, it therefore follows that the
amplifiers current gain must be approximately equal to Beta (β) as β + 1 is
virtually the same as Beta.
Q14) Draw the small-signal model of common emitter BJT amplifier. Derive
expressions for voltage gain, input
resistance current gain and output resistance?
The single stage common emitter amplifier circuit shown above uses what is
commonly called “Voltage Divider Biasing”. This type of biasing arrangement
uses two resistors as a potential divider network across the supply with their
center point supplying the required Base bias voltage to the transistor. Voltage
divider biasing is commonly used in the design of bipolar transistor amplifier
circuits.
This method of biasing the transistor greatly reduces the effects of varying
Beta, ( β ) by holding the Base bias at a constant steady voltage level allowing
for best stability. The quiescent Base voltage (Vb) is determined by the
potential divider network formed by the two resistors, R1, R2 and the power
supply voltage Vcc as shown with the current flowing through both resistors.
Then the total resistance RT will be equal to R1 + R2 giving the current as i =
Vcc/RT. The voltage level generated at the junction of
resistors R1 and R2 holds the Base voltage (Vb) constant at a value below the
supply voltage.
Then the potential divider network used in the common emitter amplifier circuit
divides the supply voltage in proportion to the resistance. This bias reference
voltage can be easily calculated using the simple voltage divider formula
below:
The same supply voltage, (Vcc) also determines the maximum Collector
current, Ic when the transistor is switched fully “ON” (saturation), Vce = 0. The
Base current Ib for the transistor is found from the Collector current, Ic and the
DC current gain Beta, β of the transistor.
Beta Value
This then establishes point “A” on the Collector current vertical axis of the
characteristics curves and occurs when Vce = 0. When the transistor is
switched fully “OFF”, their is no voltage drop across either resistor RE or RL as
no current is flowing through them. Then the voltage drop across the
transistor, Vce is equal to the supply voltage, Vcc. This establishes point “B”
on the horizontal axis of the characteristics curves.
Generally, the quiescent Q-point of the amplifier is with zero input signal
applied to the Base, so the Collector sits about half-way along the load line
between zero volts and the supply voltage, (Vcc/2). Therefore, the Collector
current at the Q-point of the amplifier will be given as:
This static DC load line produces a straight line equation whose slope is given
as: -1/(RL + RE) and that it crosses the vertical Ic axis at a point equal
to Vcc/(RL + RE). The actual position of the Q-point on the DC load line is
determined by the mean value of Ib.
As the Collector current, Ic of the transistor is also equal to the DC gain of the
transistor (Beta), times the Base current (β*Ib), if we assume a Beta (β) value
for the transistor of say 100, (one hundred is a reasonable average value for
low power signal transistors) the Base current Ib flowing into the transistor will
be given as:
Instead of using a separate Base bias supply, it is usual to provide the Base
Bias Voltage from the main supply rail (Vcc) through a dropping resistor, R1.
Resistors, R1 and R2 can now be chosen to give a suitable quiescent Base
current of 45.8μA or 46μA rounded off to the nearest integer. The current
flowing through the potential divider circuit has to be large compared to the
actual Base current, Ib, so that the voltage divider network is not loaded by
the Base current flow.
A general rule of thumb is a value of at least 10 times Ib flowing through the
resistor R2. Transistor Base/Emitter voltage, Vbe is fixed at 0.7V (silicon
transistor) then this gives the value of R2 as:
If the current flowing through resistor R2 is 10 times the value of the Base
current, then the current flowing through resistor R1 in the divider network
must be 11 times the value of the Base current. That is: IR2 + Ib.
Thus the voltage across resistor R1 is equal to Vcc – 1.7v (VRE + 0.7 for silicon
transistor) which is equal to 10.3V, therefore R1 can be calculated as:
The value of the Emitter resistor, RE can be easily calculated using Ohm’s
Law. The current flowing through RE is a combination of the Base
current, Ib and the Collector current Ic and is given as:
So, for our example above, the preferred values of the resistors chosen to
give a tolerance of 5% (E24) are:
Then, our original Common Emitter Amplifier circuit above can be rewritten
to include the values of the components that we have just calculated above.
Completed Common Emitter Circuit
Point Q on the load line gives us the Base current Q-point of Ib = 45.8μA
or 46μA. We need to find the maximum and minimum peak swings of Base
current that will result in a proportional change to the Collector
current, Ic without any distortion to the output signal.
As the load line cuts through the different Base current values on the DC
characteristics curves we can find the peak swings of Base current that are
equally spaced along the load line. These values are marked as points “N”
and “M” on the line, giving a minimum and a maximum Base current of 20μA
and 80μA respectively.
These points, “N” and “M” can be anywhere along the load line that we
choose as long as they are equally spaced from Q. This then gives us a
theoretical maximum input signal to the Base terminal of 60μA peak-to-peak,
(30μA peak) without producing any distortion to the output signal.
Any input signal giving a Base current greater than this value will drive the
transistor to go beyond point “N” and into its “cut-off” region or beyond point
“M” and into its Saturation region thereby resulting in distortion to the output
signal in the form of “clipping”.
Using points “N” and “M” as an example, the instantaneous values of Collector
current and corresponding values of Collector-emitter voltage can be
projected from the load line. It can be seen that the Collector-emitter voltage is
in anti-phase (–180o) with the collector current.
As the Base current Ib changes in a positive direction from 50μA to 80μA, the
Collector-emitter voltage, which is also the output voltage decreases from its
steady state value of 5.8 volts to 2.0 volts.
Then a single stage Common Emitter Amplifier is also an “Inverting
Amplifier” as an increase in Base voltage causes a decrease in Vout and a
decrease in Base voltage produces an increase in Vout. In other words the
output signal is 180o out-of-phase with the input signal.
This internal Emitter leg resistance will be in series with the external Emitter
resistor, RE, then the equation for the transistors actual gain will be modified to
include this internal resistance so will be:
At low frequency signals the total resistance in the Emitter leg is equal
to RE + Re. At high frequency, the bypass capacitor shorts out the Emitter
resistor leaving only the internal resistance Re in the Emitter leg resulting in a
high gain. Then for our common emitter amplifier circuit above, the gain of the
circuit at both low and high signal frequencies is given as:
One final point, the voltage gain is dependent only on the values of the
Collector resistor, RL and the Emitter resistance, (RE + Re) it is not affected by
the current gain Beta, β (hFE) of the transistor.
So, for our simple example above we can now summarise all the values we
have calculated for our common emitter amplifier circuit and these are:
Q18) Define α, β, γ of a transistor and show how they are related to each other
Q2) same as 1
Q3) A Common emitter circuit has the following components. Rs=1k, R1=110K,
R2=12K Rc=6K. h-parameters are hie=1.2K,hre=2.5*10-4 ,hfe=75,hoe=25uA/V.
Draw the equivalent hybrid model and calculate Ai, Ri, Ro and Av?
Q4) The h-parameters of a transistor used in a CE circuit are hie =1.0 K,
hre=10×10−4, hfe = 50, hoe = 100 K. The load resistance for the transistor is 1 K
in the collector circuit. Determine Ri, Ro, AV& Ai in the amplifier stage. (Assume
Rs = 1000)?
Q5) Compute current gain, voltage gain, input and output impedance of the CB
amplifier if it is driven by a voltage source of internal resistance Rs=1k.The load
impedance is RL=1K. The transistor parameters are hib= 22, hfb= -0.98,
hrb=2.9×10−4, hob= 0.5μA/V.
Q6) A bipolar junction transistor with hie = 1100Ω, hfe = 50, hre = 2.4x10-4, hoe
= 25 μA/V, is to drive a load of 1KΩ in Emitter-Follower arrangement. Estimate
AV, AI, Ri& R0?
Q7) Draw small signal equivalent circuit of Emitter Follower using accurate h
parameter model. For the emitter follower circuit with RS= 0.5K and RL =5K,
calculate Ri, AV and RO. Assume, hfe = 50, hie =1K, hoe = 25 μA/V.
Q8) A silicon NPN transistor has Ico = 20nA and β=150, Vbe = 0.7V. It is
operated in Common Emitter Configuration having Vbb = 4.5V, Rb=150K,Rc =
3K, Vcc = 12V. Find the emitter, base and collector currents and also verify in
which region the transistor operates. What will happen if the value of the
collector resistance is increased to very high values?
Formulas: