You are on page 1of 37

Technological University of the Philippines

College of Industrial Technology


Manila

LABORATORY MANUAL
IN
DIGITAL ELECTRONICS

ELECTRICAL DEPARTMENT
TABLE OF CONTENTS

I. OR Gate
II. AND Gate
III. NOT Gate
IV. NOR Gate
V. NAND Gate
VI. Exclusive OR Gate
VII. Boolean Algebra
VIII. Decimal to BCD Encoder
IX. BCD to Decimal Decoder
X. 0 – 9 Second (or MINUTE) Timer
Technological University of the Philippines
College of Industrial Technology
ELECTRICAL DEPARTMENT
Manila

Name: __________________________________________ Course: _____________


Subject: _________________________________________ Date: _______________

Experiment No. 1
OR GATE
I. Objectives
1. To examine the characteristics and operation of a TTL OR gate.
2. To construct a logic circuit of an OR gate with an expanded input using 2 – input
TTL OR gates.

II. Equipment and Materials


5V 1A DC power supply
Breadboard
1 pc 7432 (quad 2 input OR gate)
1 pc LED
1 pc 150 Ω, ½ watt resistor
Connecting wires

III. Introductory Information


The logic operation performed by the OR gate is logic addition also known as logic OR
operation or function. The OR gate has two or more inputs and a single output. Figure 1
shows the standard logic symbol of an OR gate with two input variable A and B. The output
of this gate is express in Boolean Algebra notation as A + B. This is read as A or B.
The operation of the OR gate is such that a HIGH (1) output is produced when any of the
input is HIGH (1). The output is LOW (0) only when all the inputs are LOW (0). The OR
gate determines when a certain condition are met simultaneously. The OR gate is any or all
gate because 1 at any input gives rise to a 1 at the output. The HIGH (1) level is the prime or
the active output level for the OR gate.

A
A+B
B

Fig. 1 Logic symbol for a two OR gate


IV. Procedure
1. Construct the circuit shown in Fig. A

+ 5V

1
A
< Y
<
0
<
<
1
<
, B
<
<
0
<
,<
< 150 Ω
<
,
<
,

Fig. A
2. Wire the OR gate to each input combination shown in truth table A.1, observe its
output, and records each in the truth table.
3. Using the same circuit shown in Fig. A, complete truth tables A.2 and A.3.
4. Construct the circuit shown in Fig. B.
+ 5V

1
A
< A+B
(A + B) +
<
0
< C
1
<
,< B
<
0<
,<
<
1
<
,< C 150 Ω
<
0<
,
<
,<
<
, Fig. B
5. Wire the circuit to each input combination shown in truth table B, observe its
output, and record each in the truth table.
Truth Table A.1
B A Y
0 0
0 1
1 0
1 1

Truth Table A.2 Truth Table A.3

B A Y B A Y
0 hang hang 0
1 hang hang 1

Truth Table B

C B A Y
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
Questions
1. What is the equivalent of floating input of TTL OR gate?
_____________________________________________________________________
_____________________________________________________________________
2. What is the Boolean expression of the circuit shown in Fig. B?
_____________________________________________________________________
_____________________________________________________________________
3. What are the 2 ways that must be done on a three-input OR gate for it to function as a
two-input OR gate?
A. __________________________________________________________________
__________________________________________________________________
B. __________________________________________________________________
__________________________________________________________________
4. Draw the possible connections on how the three two-input OR gates can be wired to
function as a four-input OR gate. Write the Boolean expression for each output of the
OR gate.

CIRCUIT 1

V. Conclusion
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
Technological University of the Philippines
College of Industrial Technology
ELECTRICAL DEPARTMENT
Manila

Name: __________________________________________ Course: _____________


Subject: _________________________________________ Date: _______________

Experiment No. 2
AND GATE
I. Objectives
1. To examine the characteristics and operation of a TTL AND gate.
2. To construct a logic circuit of an AND gate with an expanded input using 2-input
TTL AND gates.

II. Equipment and Materials


5V 1A DC power supply
Breadboard
1 pc 7408 (quad 2-input AND gate)
1 pc LED
1 pc 150 Ω, ½ watt resistor
Connecting wires

III. Introductory Information


The basic operation of logic multiplication, commonly known as the AND operation or
function, is performed by the AND gate. This gate is composed of two or more inputs and a
single output. Fig. 1 shows the standard logic symbol for an AND gate with two input
variables, A and B. The output of this gate is expressed in Boolean Algebra notation as A.B.
This notation is read as A and B, not as A times B.
The operation of the AND gate is such that the output is HIGH (1) only when all of the
inputs are HIGH (1). If any of the inputs are LOW (0), the output is LOW (0). An AND
gate determines when certain conditions are simultaneously true. The AND gate is an all-or-
nothing gate because there must be a 1 at all of the inputs to obtain a 1 at the output. The
HIGH (1) level is the prime or the native output level for the AND gate.
A
AB
B

Fig. 1 Logic symbol for a two-input AND gate


IV. Procedure
1. Construct the circuit shown in Fig. A
+ 5V
1
< A
Y
0<
<
1
<
,< B
<
0<
,<
< 150 Ω
<
,
<
, Fig. A
2. Wire the AND gate to each input combination shown in truth table A.1, observe
its output, and record each in the truth table.
3. Using the same circuit as shown in Fig. A, complete truth tables A.2 and A.3.
4. Construct the circuit shown in Fig. B.
+ 5V

1
< A
<
0
Y
<
1
<
,< B
<
<0
,<
1
< C
,<
< 150 Ω
<
0
,
<
,
<
<
, Fig. B

5. Wire the circuit to each input combination shown in truth table B, observe its
output, and record each in the truth table.
Truth Table A.1
B A Y
0 0
0 1
1 0
1 1

Truth Table A.2 Truth Table A.3

B A Y B A Y
0 hang hang 0
1 hang hang 1

Truth Table B

C B A Y
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
Questions
1. What is the equivalent of floating input of TTL AND gate?
__________________________________________________________________
__________________________________________________________________
2. What is the Boolean expression of the circuit shown in Fig. B?
__________________________________________________________________
3. What are the two ways that must be done on a three-input AND gate for it to
function as a two-input AND gate?
A. _______________________________________________________________
_______________________________________________________________
B. _______________________________________________________________
_______________________________________________________________
4. Draw the two possible connections on how the three two-input AND gates can be
wired to function as a four-input AND gate. Write also the Boolean expression
for each output of the AND gate.

Circuit 1

V. Conclusion
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
Technological University of the Philippines
College of Industrial Technology
ELECTRICAL DEPARTMENT
Manila

Name: __________________________________________ Course: _____________


Subject: _________________________________________ Date: _______________

Experiment No. 3
NOT GATE
I. Objectives
1. To examine the characteristics and operation of a TTL NOT gate.

II. Equipment and Materials


5V 1A DC power supply
Breadboard
1 pc 7404 (hex inverter)
1 pc LED
1 pc 150 Ω, ½ watt resistor
Connecting wires

III. Introductory Information


The NOT gate has a single input and its logic symbol is shown in Fig. 1. The output is
the complement of the input. If A is the input of the NOT gate, its output will be NOT A or
Ā. The small circle or bubble, at the output of the NOT gate is the standard symbol
representing inversion or complementation. NOT gate is commonly called INVERTER.

A Ā

Fig. 1 Logic symbol for a NOT gate


IV. Procedure
1. Construct the circuit shown in Fig. A
+ 5V

1 A Y

150 Ω

Fig. A

2. Complete truth table A of the NOT gate by observing and recording the output of
it for each input state and condition given in the table.
3. Construct the circuit shown in Fig. B.
+ 5V
1 A Y

150 Ω

Fig. B

4. Complete truth table B of the two NOT gates connected in series.


5. Construct the circuit shown in Fig. C.
+ 5V

1 A Y

150 Ω

Fig. C

6. Complete truth table C of the three NOT gates connected in series.


Truth Table A Truth Table B Truth Table C

A Y A Y A Y
0 0
0
1
1 1
hang

Questions
1. What is the equivalent of a floating input of a NOT gate?
_____________________________________________________________________
_____________________________________________________________________
2. Write the Boolean expression for the circuit shown in Fig. B.
_____________________________________________________________________
Its simplified expression is _______________________________________________
3. Write the Boolean expression for the circuit shown in Fig. C.
_____________________________________________________________________
Its simplified expression is _______________________________________________

V. Conclusion
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
Technological University of the Philippines
College of Industrial Technology]
ELECTRICAL DEPARTMENT
Manila

Name: __________________________________________ Course: _____________


Subject: _________________________________________ Date: _______________

Experiment No. 4
NOR GATE
I. Objectives
1. To examine the characteristics and operation of a TTL NOR gate.
2. To implement NOR function using combination of OR and NOT gates.

II. Equipment and Materials


5V 1A DC power supply
Breadboard
1 pc 7402 (quad 2 input NOR gate)
1 pc 7404 (hex inverter)
1 pc 7432 (quad 2 input OR gate)
1 pc LED
1 pc 150 Ω, ½ watt resistor
Connecting wires

III. Introductory Information


The logic symbol for the NOR gate is drawn in Fig. 1. It consists of the OR symbol with
a small circle or bubble added to the output. The small circle or bubble is used to indicate
complementation. NOR is a contraction of NOT OR. As shown in Fig. 2, NOR gate is
equivalent to an OR gate followed by a NOT or INVERTER gate. The Boolean expression
for the NOR function consists of the OR expression with a bar drawn over the entire
expression. The Boolean expression for NOR function becomes A + B. NOR gate has an
output of 1 only when all the inputs are 0.

A
A+B
B

Fig. 1 Logic symbol for a two-input NOR gate


Fig. 2 Combinations of logic gates required to implement NOR function

IV. Procedure
1. Construct the circuit shown in Fig. A.
+ 5V
1
A
Y
0

1
B

0
150 Ω

Fig. A

2. Wire the NOR gate to each input combination shown in truth table A.1, observe
its output, and record each in the truth table.
3. Using the same circuit as shown in Fig. A, complete truth tables A.2 and A.3
4. Construct the circuit shown in Fig. B.
+ 5V
1
A
Y
0

1
B
0
150 Ω

Fig. B
5. Wire the circuit to each input combination shown in truth table B, observe its
output, and record each in the truth table.
Truth Table A.1
B A Y
0 0
0 1
1 0
1 1

Truth Table A.2 Truth Table A.3

B A Y B A Y
0 hang hang 0
1 hang hang 1

Truth Table B
B A Y
0 0
0 1
1 0
1 1
Questions
1. What is the equivalent of a floating input of a NOR gate?
_____________________________________________________________________
_____________________________________________________________________
2. What is the Boolean expression of the circuit shown in Fig. B.
_____________________________________________________________________
3. What are the two ways that must be done on a three-input NOR gate for it to function
as a two-input NOR gate?
A. __________________________________________________________________
__________________________________________________________________
B. __________________________________________________________________
__________________________________________________________________

V. Conclusion
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
Technological University of the Philippines
College of Industrial Technology
ELECTRICAL DEPARTMENT
Manila

Name: __________________________________________ Course: _____________


Subject: _________________________________________ Date: _______________

Experiment No. 5
NAND GATE
I. Objectives
1. To examine the characteristics and operation of a TTL NAND gate.
2. To implement NAND function using combination of AND and NOT gates.

II. Equipment and Materials


5V 1A DC power supply
Breadboard
1 pc 7400 (quad 2 input NAND gate)
1 pc 7404 (hex inverter)
1 pc 7408 (quad 2 input AND gate)
1 pc LED
1 pc 150 Ω, ½ watt resistor
Connecting wires

III. Introductory Information


The standard logic symbol for a 2 input NAND gate is shown in Fig. 1. The symbol
consists of an AND gate followed by a small circle or bubble to indicate complementation.
NAND is a cntraction of NOT AND, and the Boolean expression for its output is expressed
as A . B. An AND gate followed by a NOT or INVERTER gate, as shown in Fig. 2, is the
equivalent logic circuit of a NAND gate. NAND gate may have more than two inputs. A
NAND gate has an output of 1 when any or all the inputs are 0, and an output of 0 only when
all the inputs are 1.

A
A.B
B

Fig. 1 Logic symbol for a two-input NAND gate


Fig. 2 Combinations of logic gates required to implement NAND function

IV. Procedure
1. Construct the circuit shown in Fig. A.
+ 5V
1
A
Y
0

1
B
0
150 Ω

Fig. A

2. Wire the NAND gate to each input combination shown in truth table A.1, observe
its output, and record each in the truth table.
3. Using the same circuit as shown in Fig. A, complete truth tables A.2 and A.3
4. Construct the circuit shown in Fig. B.
+ 5V
1

A
Y
0

1
B

0
150 Ω

Fig. B
5. Wire the circuit to each input combination shown in truth table B, observe its
output, and record each in the truth table.

Truth Table A.1


B A Y
0 0
0 1
1 0
1 1

Truth Table A.2 Truth Table A.3

B A Y B A Y
0 hang hang 0
1 hang hang 1

Truth Table B
B A Y
0 0
0 1
1 0
1 1
Questions
1. What is the equivalent of a floating input of a NAND gate?
_____________________________________________________________________
_____________________________________________________________________
2. What is the Boolean expression of the circuit shown in Fig. B?
_____________________________________________________________________
3. What are the two ways that must be done on a three-input NAND gate for it to
function as a two-input NAND gate?
A. __________________________________________________________________
__________________________________________________________________
B. __________________________________________________________________
__________________________________________________________________

V. Conclusion
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
Technological University of the Philippines
College of Industrial Technology
ELECTRICAL DEPARTMENT
Manila

Name: __________________________________________ Course: _____________


Subject: _________________________________________ Date: _______________

Experiment No. 6
EXCLUSIVE OR GATE
I. Objectives
1. To examine the characteristics and operation of a TTL XOR gate.
2. To implement XOR function using combinations of logic gates.

II. Equipment and Materials


5V 1A DC power supply
Breadboard
1 pc 7432 (quad 2 input OR gate)
1 pc 7404 (hex inverter)
1 pc 7408 (quad 2 input AND gate)
1 pc 7486 (quad 2 input XOR gate)
1 pc LED
1 pc 150 Ω, ½ watt resistor
Connecting wires

III. Introductory Information


The normal OR operation applied to two input variables A and B results in an output
equal to 1 when either A = 1 or B = 1, or when both A = 1 and B = 1. A very useful Boolean
operation, the EXCLUSIVE OR operation, excludes the case when A = B = 1. The output of
the EXCLUSIVE OR operation is 1 when A = 1 or B = 1, but not when both inputs are equal
to 1. The EXCLUSIVE OR operation is used in digital logic systems to decide if two binary
input numbers are equal or not equal. The expression for this function is X = AB + ĀB. The
symbol for the EXCLUSIVE OR operation is + . The given equation can be rewritten as
follows
X = AB + ĀB = A + B
One method of implementing the EXCLUSIVE OR function is to use two AND gates,
two INVERTERS, and one OR gate as shown in Fig. 1. Fig. 2 shows the standard logic
symbol for a single gate which can implement this function.
A

Fig. 1 Implementation of the XOR function

A
A + B
B

Fig. 2 Logic symbol for a two input XOR gate

IV. Procedure
1. Construct the circuit shown in Fig. A.
+ 5V
1
A
Y
0

1
B
0
150 Ω

Fig. A

2. Wire the XOR gate to each input combination shown in truth table A.1, observe
its output, and record each in the truth table.
3. Using the same circuit shown in Fig. A, complete truth tables A.2 and A.3.
4. Construct the circuit shown in Fig. B.
+ 5V

1
A
0

1 Y
B
0

150 Ω

Fig. B

5. Wire the circuit to each input combination shown in truth table B, observe its
output, and record each in the truth table.

Truth Table A.1


B A Y
0 0
0 1
1 0
1 1

Truth Table A.2 Truth Table A.3

B A Y B A Y
0 hang hang 0
1 hang hang 1
Truth Table B
B A Y
0 0
0 1
1 0
1 1

Questions
1. What is the equivalent of a floating input of a TTL XOR gate?
_____________________________________________________________________
_____________________________________________________________________
2. What is the Boolean expression of the circuit shown in Fig. B?
_____________________________________________________________________
3. What are the two ways that must be done on a three-input XOR gate for it to function
as a two-input XOR gate?
A. __________________________________________________________________
__________________________________________________________________
B. __________________________________________________________________
__________________________________________________________________

V. Conclusion
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
Technological University of the Philippines
College of Industrial Technology
ELECTRICAL DEPARTMENT
Manila

Name: __________________________________________ Course: _____________


Subject: _________________________________________ Date: _______________

Experiment No. 7
BOOLEAN ALGEBRA
I. Objectives
1. To state the Boolean Algebra expressions for the outputs of digital logic gates as a
function of the inputs.
2. To simplify a given circuit using Boolean Algebra.

II. Equipment and Materials


Power supply, LED’s, resistors
Breadboard
1 Quad 2 input OR gate (7432)
1 Quad 2 input AND gate (7408)
1 Hex inverter (7404)
Connecting wires

III. Introductory Information


When a variable is used in an algebraic formula, it is generally assumed that the variable
may take any numerical value. Like for instance, 2A + 5B = C, we assume that A, B, and C
may range through the entire field of real numbers.
It is a different case for Boolean Algebra. The variables used in Boolean equations have a
unique characteristic; they may assume only one of two possible values. These two values
may be represented by the symbols 0 and 1.

Basic laws of Boolean Algebra:

If A = 0, then A = 1 and if A = 1, then A = 0

Logical Addition Logical Multiplication Complementation


0+0=0 0.0=0
0+1=1 0.1=0 0=1
1+0=1 1.0=0
1+1=1 1.1=1 1=0
A list of useful relations is presented in the table below. Most of the basic rules by which
Boolean Algebra expressions may be manipulated are contained in this table.

TABLE OF BOOLEAN ALGEBRA RULES:

1. 0 + A = A 11. A . B = B . A
2. 1 + A = 1 12. A + (B + C) = (A + B) + C
3. A + A = A 13. A(BC) = (AB)C
4. A + Ā = 1 14. A(B + C) = AB + AC
5. 0 . A = 0 15. A + AB = A
6. 1 . A = A 16. A(A + B) = A
7. A . A =A 17. (A + B)(A + C) = A + BC
8. A . Ā = 0 18. A + AB = A + B
9. A = A 19. AB + BC = AB + C
10. A + B = B + A

IV. Procedure
A.
1. Refer to the circuit shown in Fig. 1.

D
Fig. 1
2. Write the expression for the output of the gate indicated (that is, gates A, B, C, D, E,
and F)
3. Referring to the output of the circuit of Fig. 1 as Y = (A + B)(B + C) + Ā(C + D), is it
possible to simplify any part of the equation, and if so, which part?
4. Simplify the expression (A + B)(B + C) using Boolean Algebra and state the full
simplified equation for the circuit of Fig. 1.
5. Refer to the circuit shown in Fig. 2.

A
C

Fig. 2

B.
1. Refer to the circuits shown in Fig. 3 and Fig. 4.

B
C

Fig. 3

A
B
C

Fig. 4
2. Write Boolean equation for the circuit shown in Fig. 3.
3. Write Boolean equation for the circuit shown in Fig. 4.
4. Do the circuits in Fig. 3 and 4 perform the same logic function? Explain your answer.
5. Connect the circuits of Fig. 3 and 4. Turn on the power and complete Table 2.

Questions
A.
2. The expression for the output of gate A: _____________________________________
The expression for the output of gate B: _____________________________________
The expression for the output of gate C: _____________________________________
The expression for the output of gate D: _____________________________________
The expression for the output of gate E: _____________________________________
The expression for the output of gate F: _____________________________________
3. Answer:
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
4.Answer:
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
_____________________________________________________________________
6. Answer:
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
7. Answer:
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________

B.
2. The Boolean equation for Fig. 3: ___________________________________________
3. The Boolean equation for Fig. 4: ___________________________________________
4. Answer:
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________

Tab le 1: Data and Results Table 2: Data and Results


FIGURE 1 FIGURE 2 FIGURE 1 FIGURE 2
INPUTS OUT INPUTS OUT INPUTS OUT INPUTS OUT
A B C D X A B C D X A B C D X A B C D X

V. Conclusion

_______________________________________________________________
_______________________________________________________________
_______________________________________________________________
_______________________________________________________________
_______________________________________________________________
_______________________________________________________________
Technological University of the Philippines
College of Industrial Technology
ELECTRICAL DEPARTMENT
Manila

Name: __________________________________________ Course: _____________


Subject: _________________________________________ Date: _______________

Experiment No. 8
DECIMAL TO BCD ENCODER
I. Objectives
1. To understand how encoders work.
2. To use encoders in various applications.

II. Equipment and Materials


Power supply 5V
Breadboard
3 Quad 2 input OR gate (7432)
4 pcs LED
4 pcs 150 Ω, ½ watt resistor
Connecting wires

III. Introductory Information


Human interpreters translate one language into another, allowing people of different
languages to communicate with each other. In digital electronic circuits, encoders and
decoders perform a similar function. Digital circuits understand only binary numbers.
Therefore, encoders and decoders are used to convert from one number system to the other.
An encoder is a combinational network of gates that converts, or encodes, a non-binary input
into binary.

IV. Procedure
1. Gather all the materials needed.
2. Connect the circuit shown in Fig. 1.
3. Press the switch starting with 0 up to 9.
4. Record the data gathered and write it on Table 1.
+ 5V
0

1
2
3

4
5
6
7
8

A B C D
Fig. 1

Table 1

BCD D C B A BINARY DECIMAL


EQUIVALENT EQUIVALENT
0
1
2
3
4
5
6
7
8
9
Questions
1. What is the output when you press the button number 3? When button 7 is pressed?
_____________________________________________________________________
_____________________________________________________________________
2. Give some applications of this activity.
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
3. When you press BCD 5, what is the binary equivalent? What is the decimal
equivalent? Explain the answers.
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________

V. Conclusion
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
___________________________________________________________
Technological University of the Philippines
College of Industrial Technology
ELECTRICAL DEPARTMENT
Manila

Name: __________________________________________ Course: _____________


Subject: _________________________________________ Date: _______________

Experiment No. 9
BCD TO DECIMAL DECODER
I. Objectives
1. To understand how decoders work.
2. To use decoders in various applications.

II. Equipment and Materials


Power supply 5V
Breadboard
1 pc 7-segment display, Common Cathode or Anode
IC, 7447 (for common anode) / 7448 (for common cathode)
7 pcs 470 Ω, ½ watt resistor
Connecting wires

III. Introductory Information


Decoding is the process of providing a unique output for specified inputs in a logic
network. There are many types of logic circuits that perform the decoding operation.
Usually, they are categorized according to intended applications because all logic circuits, in
a way, are decoders. Some decoder circuits are used to decode an encoded signal, for
example, BCD to a required data that is used to drive a 7-segment LED display.
The basic operation of the BCD to seven-segment decoder is to convert the BCD data to a
required format needed for the display. The BCD data ranges from the binary equivalent of
zero which is also zero to nine or 1001. This four-bit BCD is decoded to produce a particular
pattern. The designation for accepted display patterns are considered industry standard and
correspond to the display shown. The ‘1’ indicates the high logic to light up a particular
display. Some drivers’ use ‘0’ or low logic level instead of a ‘1’. Fig. 1 shows the 7-segment
display. a
f b
g
Fig. 1
e c
d
IV. Procedure
1. Connect the circuit shown in Fig. 2

470 Ω

a b c d e f g

Fig. 2

2. From table 1, connect the input combination of 0, 0, 0, 0 for D, C, B, A respectively.


(connect to ground for 0 and to Vcc for 1)
3. Mark which segment glow in the 7-segment display.
4. Write the decimal output equivalent of the segment.
5. Repeat procedure 1 to 4 for the next combination up to 1, 0, 0, 1.

Table 1

BINARY INPUT 7 – SEGMENT DISPLAY Decimal


Output
D C B A a b c d e f g
0 0 0 0
0 0 0 1
0 0 1 0
0 0 1 1
0 1 0 0
0 1 0 1
0 1 1 0
0 1 1 1
1 0 0 0
1 0 0 1
Questions
1. Give some applications of this activity.
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________

V. Conclusion
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
Technological University of the Philippines
College of Industrial Technology
ELECTRICAL DEPARTMENT
Manila

Name: __________________________________________ Course: _____________


Subject: _________________________________________ Date: _______________

0 – 9 SECOND (or MINUTE) TIMER

I. Equipment and Materials


Power supply 5V
Breadboard
1 pc IC 7447
1 pc IC 7490
1 pc IC 555
7 pcs LED
7 pcs 470 Ω, ½ watt resistor
1 pc 1 kΩ, ½ watt resistor
1 pc potentiometer
1 pc 0.1 μF capacitor
Connecting wires

II. Procedure
1. Connect the circuit shown in Fig. 1.

You might also like