D Digi Ital Elec Ctro Onic Cs La AB: L Lab M Manu UAL
D Digi Ital Elec Ctro Onic Cs La AB: L Lab M Manu UAL
D CTRO
ONIC
CS LA
AB
L
LAB M UAL
MANU
III SEM
MESTE
ER
Dep
partmentt OfCommputer Science
S &
&Engg
Drronachaarya Colllege Off Engineeering
Khentaawas, G
Gurgaon – 1235006
DIGITAL ELECTRONICS LAB (EE‐224‐F)
LIST OF EXPERIMENTS
SR. PAGE
NAME OF EXPERIMENT
NO. NO.
Introduction to Digital Electronics lab- nomenclature of digital ICS,
1 specifications, study of the data sheet, concept of vccand ground,
verification of the truth tables of logic gates using TTL ICS. 3-6
Implementation of the given Boolean function using logic gates in
both sop and pos forms.
2
7-8
Verification of state tables of RS,JK, T and D flip-flops using
3 NAND & nor gates.
9-11
Implementation and verification of decoder/de-multiplexer and
4 encoder using logic gates.
12-15
5 Implementation of 4x1 multiplexer using logic gates. 16-18
Implementation of 4-bit parallel adder using 7483 IC.
6
19-20
Design and verify the 4-bit synchronous counter.
7
21-24
8 Design and verify the 4-bit asynchronous counter. 25-27
9 To design and verify operation of half adder and full adder. 28-29
10 To design and verify operation of half subtractor. 30-31
To design & verify the operation of magnitude comparator.
11
32-33
12 To study and verify NAND as a universal gate. 34-35
13 To study 4 bit ALU(IC 74181). 36-38
14 Mini project 39-41
LAB MANUAL (IV SEM ECE) Page2.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
EXPERIMENT NO: 1
Aim: -Introduction to Digital Electronics Lab- Nomenclature of Digital
Ics, Specifications, Study of the Data Sheet, Concept of Vccand Ground,
Verification of the Truth Tables of Logic Gates using TTLIcs.
APPARATUS REQUIRED:Power Supply, Digital Trainer Kit., Connecting Leads,
IC’s (7400, 7402, 7404, 7408, 7432, and 7486)
BRIEF THEORY:
AND Gate: The AND operation is defined as the output as (1) one if and only if all the
inputs are (1) one. 7408 is the two Inputs AND gate IC.A&B are the Input terminals &Y
is the Output terminal.
Y = A.B
OR Gate: The OR operation is defined as the output as (1) one if one or more than 0
inputs are (1) one. 7432 is the two Input OR gate IC. A&B are the input terminals & Y is
the Output terminal.
Y=A+B
NOT GATE: The NOT gate is also known as Inverter. It has one input (A) & one
output (Y). IC No. is 7404. Its logical equation is,
Y = A NOT B, Y = A’
NAND GATE: The IC no. for NAND gate is 7400. The NOT-AND operation is known
as NAND operation. If all inputs are 1 then output produced is 0. NAND gate is inverted
AND gate.
Y = (A. B)’
NOR GATE: The NOR gate has two or more input signals but only one output signal. IC
7402 is two I/P IC. The NOT- OR operation is known as NOR operation. If all the inputs
are 0 then the O/P is 1. NOR gate is inverted OR gate.
Y = (A+B)’
EX-OR GATE: The EX-OR gate can have two or more inputs but produce one output.
7486 is two inputs IC. EX-OR gate is not a basic operation & can be performed using
basic gates.
Y=A B
LOGIC SYMBOL:
. Logic Symbol of Gates
LAB MANUAL (IV SEM ECE) Page3.
DIGITAL E
ELECTRO
ONICS LA
AB (EE‐22
24‐F)
1 1
3 3 1 2
2 2
OR AND
D NOT
1 1 3 1
3 3
2 2 2
NAND
NOR XOR
PIN CONFIGUR
C RATION:
7400(NAND) 7402((NOR)
74866(EX-OR) 7432(O
OR)
DIGITAL E
ELECTRO
ONICS LA
AB (EE‐22
24‐F)
OCEDURE:
PRO
(a) Fix the
t IC’s on breadboard
b & give the suupply.
(b) Connnect the +ve terminal of supply to piin 14 & -ve to t pin 7.
(c) Givee input at pinn 1, 2 & takee output from m pin 3. It iss same for
all exxcept NOT & NOR IC.
(d) For NOR,
N pin 1 is
i output & pin
p 2&3 are inputs.
(e) For NOT,
N pin 1 iis input & piin 2 is outpuut.
(f) Notee the values of output fo or different ccombinationn of inputs
& drraw the TRU UTH TABLE E.
OBSE
ERVATION
N TABLE:
UTS
INPU OUTPUUTS
A’ A+B (A+B)’ (A*
*B) (A*B)’’ (A B))
A B
NOTT OR NOR AN
ND NANDD Ex-OR
R
0 0 1 0 1 0 1 0
0 1 1 1 0 0 1 1
1 0 0 1 0 0 1 1
1 1 0 1 0 1 0 0
PRECAUTIONS
S:
Ans. Gates are the digital circuits, which perform a specific type of logical operation.
LAB MANUAL (IV SEM ECE) Page6.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
EXPERIMENT NO: 2
Aim: Implementation of the Given Boolean Function using Logic Gates
in Both Sop and Pos Forms.
APPARATUS REQUIRED:Power Supply, Digital Trainer, IC’s (7404, 7408, 7432)
Connecting leads.
BRIEF THEORY:Karnaugh maps are the most extensively used tool for simplification
of Boolean functions. It is mostly used for functions having up to six variables beyond
which it becomes very cumbersome. In an n-variable K-map there are 2ⁿ cells. Each cell
corresponds to one of the combination of n variable, since there are 2ⁿ combinations of n-
variables. Gray code has been used for the identification of cells.
LOGIC DIAGRAM
SOP form
POS Form
LAB MANUAL (IV SEM ECE) Page7.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
PROCEDURE:
(a) With given equation in SOP/POS forms first of all draw a K-
map.
(b) Enter the values of the O/P variable in each cell corresponding
to its Min/Max term.
(c) Make group of adjacent ones.
(d) From group write the minimized equation.
(e) Design the ckt. of minimized equation & verify the truth table.
PRECAUTIONS:
1) Make the connections according to the IC pin diagram.
2) The connections should be tight.
3) The Vcc and ground should be applied carefully at the specified pin only.
LAB MANUAL (IV SEM ECE) Page8.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
EXPERIMENT NO: 3
Aim: Verification of State Tables of Rs, J-k, T and D Flip-Flops using
NAND & NOR Gates
APPARATUS REQUIRED:IC’ S 7400, 7402 Digital Trainer & Connecting leads.
BRIEF THEORY:
• RS FLIP-FLOP: There are two inputs to the flip-flop defined as R and S. When
I/Ps R = 0 and S = 0 then O/P remains unchanged. When I/Ps R = 0 and S = 1 the
flip-flop is switches to the stable state where O/P is 1 i.e. SET. The I/P condition
is R = 1 and S = 0 the flip-flop is switched to the stable state where O/P is 0 i.e.
RESET. The I/P condition is R = 1 and S = 1 the flip-flop is switched to the
stable state where O/P is forbidden.
• D FLIP –FLOP: This kind of flip flop prevents the value of D from
reaching the Q output until clock pulses occur. When the clock is low, both
AND gates are disabled D can change value without affecting the value of Q.
On the other hand, when the clock is high, both AND gates are enabled. In this
case, Q is forced to equal the value of D. When the clock again goes low, Q
retains or stores the last value of D. a D flip flop is a bistable circuit whose D
input is transferred to the output after a clock pulse is received.
CIRCUIT DIAGRAM:
SR Flip Flop D Flip Flop
LAB MANUAL (IV SEM ECE) Page9.
DIGITAL E
ELECTRO
ONICS LA
AB (EE‐22
24‐F)
OCEDURE:
PRO
1. Connect the
t circuit ass shown in fiigure.
2. Apply Vccc& ground signal
s to eveery IC.
3. Observe the
t input & output
o accorrding to the truth
t table.
UTH TABLE
TRU E:
SR FLIP
F FLOP:
CLOCK S R Qn++1
1 0 0 NO CHAANGE
1 0 1 0
1 1 0 1
1 1 1 ?
LIPFLOP:
D FL
INPUT OUT
TPUT
0 0
1 1
JK FLIPFLOP
F
CLOCK S R Qn++1
1 0 0 NO CHAANGE
1 0 1 0
1 1 0 1
1 1 1 Qn
n’
LIPFLOP
T FL
CLOCK S R Qn++1
1 0 1 NO CHAANGE
1 1 0 Qn
n’
ULT:Truth table is veriffied on digittal trainer.
RESU
DIGITAL ELECTRONICS LAB (EE‐224‐F)
PRECAUTIONS:
EXPERIMENT NO: 4
LAB MANUAL (IV SEM ECE) Page11.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
BRIEF THEORY:
For an 8-to-3 binary encoder with inputs I0-I7 the logic expressions of the outputs
Y0-Y2 are:
Y0 = I1 + I3 + I5 + I7
Y1= I2 + I3 + I6 + I7
Y2 = I4 + I5 + I6 +I7
LAB MANUAL (IV SEM ECE) Page12.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
LOGIC DIAGRAM:
1:4 Demux
PROCEDURE:
1) Connect the circuit as shown in figure.
2) Apply Vcc& ground signal to every IC.
3) Observe the input & output according to the truth table.
OBSERVATION TABLE:
LAB MANUAL (IV SEM ECE) Page13.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
RESULT: Encoder/ decoder and demultiplexer have been studied and verified.
PRECAUTIONS:
LAB MANUAL (IV SEM ECE) Page14.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
EXPERIMENT NO : 5
LAB MANUAL (IV SEM ECE) Page15.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
BRIEF THEORY:
PIN CONFIGURATION;–
IC 74153 (4x1 multiplexer)
LOGIC DIAGRAM:
LAB MANUAL (IV SEM ECE) Page16.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
PROCEDURE:
1. Fix the IC's on the bread board &give the input supply.
2. Make connection according to the circuit.
3. Give select signal and strobe signal at respective pins.
4. Connect +5 vVcc supply at pin no 24 & GND at pin no
12.
5. Verify the truth table for various inputs.
OBSERVATION TABLE:
LAB MANUAL (IV SEM ECE) Page17.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
EXPERIMENT NO - 6
BRIEF THEOR - A 4-bit adder is a circuit which adds two 4-bits numbers, say, A
and B. In addition, a 4-bit adder will have another single-bit input which is added to
the two numbers called the carry-in (Cin). The output of the 4-bit adder is a 4-bit sum
(S) and a carry-out (Cout) bit.
LAB MANUAL (IV SEM ECE) Page18.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
PIN CONFIGURATION–
Pin Diagram of IC 7483
IC 7483
LOGIC DIAGRAM:-
OBSERVATION TABLE –
Truth table of 4-bit parallel adder
PROCEDURE –
a) Make the connections as per the logic diagram.
b) Connect +5v and ground according to pin configuration.
c) Apply diff combinations of inputs to the i/p terminals.
LAB MANUAL (IV SEM ECE) Page19.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
PRECAUTIONS:
1. Make the connections according to the IC pin diagram.
2. The connections should be tight.
3. The Vcc and ground should be applied carefully at the specified pin only.
BRIEF THEORY: Counter is a circuit which cycle through state sequence. Two types of
counter, Synchronous counter (e.g. parallel) and Asynchronous counter (e.g. ripple). In
Ripple counter same flip-flop output to be used as clock signal source for other flip-flop.
Synchronous counter use the same clock signal for all flip-flop.
PIN CONFIGURATION:
LAB MANUAL (IV SEM ECE) Page20.
DIGITAL E
ELECTRO
ONICS LA
AB (EE‐22
24‐F)
Duual JK Master
M
Pin Numbeer Descrription
Slavve Flip Fllop with
cleear & 1 Clock 1 Input preset
2 Preset 1 Input
3 Clear 1 Input
4 J1 In
nput
5 Vcc
V
6 Clock 2 Input
GIC DIAGR
LOG RAM:
4-Bit Synchhronous co
ounter
DIGITAL ELECTRONICS LAB (EE‐224‐F)
7 Preset 2 Input
8 Clear 2 Input
9 J2 Input
10 Complement Q2 Output
11 Q2 Output
12 K2 Input
13 Ground
14 Complement Q1 Output
15 Q1 Output
16 K1 Input
OBSERVATIONTABLE:
Truth Table
States
Count
04 03 02 01
0 0 0 0 0
0 0 0 1 1
0 0 1 0 2
0 0 1 1 3
0 1 0 0 4
0 1 0 1 5
0 1 1 0 6
0 1 1 1 7
LAB MANUAL (IV SEM ECE) Page22.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
1 0 0 0 8
1 0 0 1 9
1 0 1 0 10
1 0 1 1 11
1 1 0 0 12
1 1 0 1 13
1 1 1 0 14
1 1 1 1 15
PROCEDURE:
a) Make the connections as per the logic diagram.
b) Connect +5v and ground according to pin configuration.
c) Apply diff combinations of inputs to the i/p terminals.
d) Note o/p for summation.
e) Verify the truth table.
PRECAUTIONS:
1. Make the connections according to the IC pin diagram.
2. The connections should be tight.
3. The Vcc and ground should be applied carefully at the specified pin only.
LAB MANUAL (IV SEM ECE) Page23.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
EXPERIMENT NO: 8
LAB MANUAL (IV SEM ECE) Page24.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
Asynchronous Counter.
APPARATUS REQUIRED: Digital trainer kit and 4 JK flip flop each IC 7476 (i.e dual
JK flip flop) and two AND gates IC 7408.
BRIEF THEORY: Counter is a circuit which cycle through state sequence. Two types of
counter, Synchronous counter (e.g. parallel) and Asynchronous counter (e.g. ripple). In
Ripple counter same flip-flop output to be used as clock signal source for other flip-flop.
Synchronous counter use the same clock signal for all flip-flop.
PIN CONFIGURATION:
LOGIC DIAGRAM:
4-Bit Asynchronous counter
LAB MANUAL (IV SEM ECE) Page25.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
1 Clock 1 Input
2 Preset 1 Input
3 Clear 1 Input
4 J1 Input
5 Vcc
6 Clock 2 Input
7 Preset 2 Input
8 Clear 2 Input
9 J2 Input
10 Complement Q2 Output
11 Q2 Output
12 K2 Input
13 Ground
14 Complement Q1 Output
15 Q1 Output
16 K1 Input
PROCEDURE:
a) Make the connections as per the logic diagram.
b) Connect +5v and ground according to pin configuration.
c) Apply diff combinations of inputs to the i/p terminals.
d) Note o/p for summation.
e) Verify the truth table.
PRECAUTIONS:
1. Make the connections according to the IC pin diagram.
2. The connections should be tight.
3. The Vcc and ground should be applied carefully at the specified pin only.
LAB MANUAL (IV SEM ECE) Page26.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
Q4.Synchronous construction reduces the delay time of a counter to the delay of:
Q6.When two counters are cascaded, the overall MOD number is equal to the
________ of their individual MOD numbers.
Ans. Product.
Q7. A BCD counter is a ________.
Ans. decade counter.
Q8.What decimal value is required to produce an output at "X" ?
Ans.5.
Q9.How many AND gates would be required to completely decode ALL the states of
a MOD-64 counter, and how many inputs must each AND gate have?
LAB MANUAL (IV SEM ECE) Page27.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
EXPERIMENT NO: 9
Aim:-To Design &Verify Operation of Half Adder &Full Adder.
BRIEF THEORY: We are familiar with ALU, which performs all arithmetic and logic
operation but ALU doesn’t perform/ process decimal no’s. They process binary no’s.
Half Adder:It is a logic circuit that adds two bits. It produces the O/P, sum & carry.The
Boolean equation for sum & carry are:
SUM = A + B
CARRY = A. B
Therefore, sum produces 1 when A&B are different and carry is 1when A&B are 1.
Application of Half adder is limited.
Full Adder: It is a logic circuit that can add three bits. It produces two O/P sum & carry.
The Boolean Equation for sum & carry are:
SUM = A + B + C
CARRY = A.B + (A+B) C
Therefore, sum produces one when I/P is containing odd no’s of one & carry is one when
there are two or more one in I/P.
LOGIC DAIGRAM:
Half Adder Full Adder
PROCEDURE:
(a) Connect the ckt. as shown in fig. For half adder.
(b) Apply diff. Combination of inputs to the I/P terminal.
(c) Note O/P for Half adder.
(d) Repeat procedure for Full wave.
(e) The result should be in accordance with truth table.
OBSERVATION TABLE:
HALF ADDER:
LAB MANUAL (IV SEM ECE) Page28.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
INPUTS OUTPUT
A B S C
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
FULL ADDER:
INPUTS OUTPUTS
A B C S CARRY
0 0 0 0 0
0 0 1 1 0
0 1 0 1 0
0 1 1 0 1
1 0 0 1 0
1 0 1 0 1
1 1 0 0 1
1 1 1 1 1
RESULT: The Half Adder & Full Adder ckts. are verified.
PRECAUTIONS:
1) Make the connections according to the IC pin diagram.
2) The connections should be tight.
3) The Vcc and ground should be applied carefully at the specified pin only.
LAB MANUAL (IV SEM ECE) Page29.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
EXPERIMENT NO :10
Aim:-To Study &Verify Half Subtractor.
LOGIC DIAGRAM :
TRUTH TABLE:
PROCEDURE:
LAB MANUAL (IV SEM ECE) Page30.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
LAB MANUAL (IV SEM ECE) Page31.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
EXPERIMENT NO: 11
Aim: -To Design & Verify the Operation of Magnitude Comparator
BRIEF THEORY: Comparator compares the value of signal at the input. It can be
designed to compare many bits. The adjoining figure shows the block diagram of
comparator. Here it receives to two 2-bit numbers at the input & the comparison is at
the output.
CIRCUIT DIAGRAM:
Comparator
1
3 1 2
2
1
3
2
4
6 3 4
5
PROCEDURE:
a. Make the connections according to the circuit diagram.
b. The output is high if both the inputs are equal.
c. Verify the truth table for different values.
OBSERVATION TABLE:
LAB MANUAL (IV SEM ECE) Page32.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
PRECAUTIONS:
1) Make the connections according to the IC pin diagram.
2) The connections should be tight.
3) The Vcc and ground should be applied carefully at the specified pin only.
Q1.What is comparator?
LAB MANUAL (IV SEM ECE) Page33.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
EXPERIMENT NO:12
Aim: - To Study and Verify NAND as a Universal Gate.
LOGIC DIAGRAM:
TRUTH TABLE:
NAND GATE AS INVERTER:The circuit diagram of implementation of NAND
gate as inverter.
A Y
0 1
1 0
A B Y
0 0 0
0 1 0
1 0 0
1 1 1
LAB MANUAL (IV SEM ECE) Page34.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
A B Y
0 0 0
0 1 1
1 0 1
1 1 1
PROCEDURE:
LAB MANUAL (IV SEM ECE) Page35.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
EXPERIMENT NO:13
AIM: - To Study 4 Bit ALU(IC74181).
APPARATUS REQUIRED: IC 74181, etc.
BRIEF THEORY:
The 74181 is a 7400 seriesmedium-scale integration (MSI)TTLintegrated circuit,
containing the equivalent of 75 logic gates and most commonly packaged as a 24-pin
DIP. The 4-bit wide ALU can perform all the traditional add / subtract / decrement
operations with or without carry, as well as AND / NAND, OR / NOR, XOR, and
shift. Many variations of these basic functions are available, for a total of 16
arithmetic and 16 logical operations on two four-bit words. Multiply and divide
functions are not provided but can be performed in multiple steps using the shift and
add or subtract functions. Shift is not an explicit function but can be derived from
several available functions including (A+B) plus A.
IC 74181
LAB MANUAL (IV SEM ECE) Page36.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
PROCEDURE:
1. Connections are made as shown in the Circuit diagram.
2. Change the values of the inputs and verify at least 5 functions
given in the function table
PRECAUTIONS:
LAB MANUAL (IV SEM ECE) Page37.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
Ans.Data Bus.
Q. Which of the following buses is primarily used to carry signals that direct other
3 ICs to find out what type of operation is being performed?
Q.4Which of the following are the three basic sections of a microprocessor unit?
Q.6A register in the microprocessor that keeps track of the answer or results of any
arithmetic or logic operation is the:
Ans.Accumulator.
Ans.1971
Ans.Latch.
Ans.Tri-state buffer.
Q.10The register in the 8085A that is used to keep track of the memory address of the
next op-code to be run in the program is the:
Ans.program counter.
LAB MANUAL (IV SEM ECE) Page38.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
EXPERIMENT NO:14
LIST OF MINI PROJECTS
1. IR Remote Switch
2. Clap Switch
3. Water-Level Controller
4. LED-Based Message Display
5. Ultra-Bright LED Lamp
6. Ding-Dong BellInfrared Cordless Headphone
7. Mobile Phone Battery Charger
8. Telephone Number Display
9. Automatic Night Lamp With Morning Alarm
10. Three-Colour Display Using Bi-Colour LEDs
11. Remote-Operated Musical Bell
12. Simple Telephone Ring Tone Generator
13. Anti-Theft Alarm For Bikes
14. Automatic Speed-Controller For Fans and Coolers
15. Digital Stop Watch
16. Power-Supply Failure Alarm
17. DarkRoom Timer
18. Remote-Controlled Power-Off Switch
19. Simple Low-Cost Digital Code Lock
20. Number Guessing Game
21. Fire Alarm Using Thermistor
22. Simple Analogue To Digital Converter
23. PC-Based 7-Segment Rolling Display
24. IR Burglar Deterrent
25. Variable Power Supply Using a Fixed-Voltage Regulator IC
26. Digital Speedometer
27. Heat-Sensitive Switch
28. Fully Automatic Emergency Light
29. Running Message Display
30. School/College Quiz Buzzer
31. Digital Dice With Numeric Display
32. Dancing Lights
33. Ready -To-Use Object CounterLaptop Protector
34. PC Based Digital Clock
35. Fancy Christmas Light
LAB MANUAL (IV SEM ECE) Page39.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
AN EXAMPLE
BRIEF THEORY: Hereisasimplecircuitfor (T1 and T2) and two timers 555 ICs
(IC1 andIC2).BothIC1andIC2arewired in astablemultivibratormode. Timer
IC1produceslowfrequency,while timerIC2produceshighfrequency. As a result, a
beeping tone is generated when the liquid tank is full. Initially, when the tank is
empty,transistor T1 does not conduct. Consequently, transistor T2 conducts and pin 4
of IC1 is low. This low voltage disables IC1 and it does not oscillate.The low output
of IC1 disables IC2 and it does not oscillate. As a result, no sound is heard from the
speaker.But when the tank gets filled up,transistor T1 conducts.
Consequently,transistor T2 is cut off and pin 4 ofIC1 becomes high. This high voltage
enables IC1 and it oscillates to produce low frequencies at pin 3. This low-
frequencyoutput enables IC2 and it also oscillates to produce high frequencies. As a
result, sound is produced fromthe speaker. Using preset VR1 you can control the
volume of the sound from the speaker.The circuit can be powered from a9V battery or
from mains by using a 9V power adaptor.
CIRCUIT DIAGRAM:
LAB MANUAL (IV SEM ECE) Page40.
DIGITAL ELECTRONICS LAB (EE‐224‐F)
PRECAUTIONS:
1) Make the connections according to the Circuit diagram using soldering iron
2) The connections should be tight.
3) The Vcc and ground should be applied carefully at the specified pin only
LAB MANUAL (IV SEM ECE) Page41.