Bahria University, Lahore Campus: Department of Computer Sciences
Bahria University, Lahore Campus: Department of Computer Sciences
Objective(s):
Lab Tasks:
Task 1: Construct a 2 to 4 Decoder with basic gates (Module KL-33005, block c). Construct the
circuit on breadboard.
Task 2: Record the outputs in the given table.
Task 3: Construct BCD-to-7 segment decoder.
Task 4: Record the outputs in the given table.
Total 40 Signature
Note : Attempt all tasks and get them checked by your Lab Instructor
Lab 13: Decoder Circuit
Objective(s):
Tool(s) used:
Overview:
A binary decoder is a combinational logic circuit that converts a binary integer value to an
associated pattern of output bits.
Construct a 2 to 4 Decoder with basic gates (Module KL-33005, block c). Construct the circuit
on breadboard.
Circuit Diagram:
A B Do D1 D2 D3
0 0 1 0 0 0
0 1 0 1 0 0
1 0 0 0 1 0
1 1 0 0 0 1
Task 03: Time: 30 Minutes
Circuit Diagram:
Task 04: Time: 100 Minutes
D C B A Display
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
1 0 0 0 8
1 0 0 1 9