Dhaka International University
Faculty of Science and
Engineering Department of CSE
Course Title : Digital Logic Design Lab
Course Code : 0713-202
Submitted by Submitted to
Ahmad Ullah 03 Md. Shakil Sarkar
Talha Ibn Musa 25
Md Tanimul Haque 40 Lecturer,
Md Omar Faruk 41 Dhaka International University
Rifatul Islam 43
Partha Halder 44
Project : Traffic Light Controller
Objective:
A Traffic Light Controller simulates how traffic lights work at an intersection.
Using digital logic components, we can create a timed cycle that changes the
lights (Red, Yellow, Green) in a specific order, controlling traffic flow.
Outcome :
The project demonstrates the use of LEDs to represent red, yellow, and green
lights that change in a predefined sequence with delay, showcasing timing,
counters, and sequential logic, with an optional pedestrian button to stop traffic.
Equipment :
Breadboard
LEDs (Red, Yellow, Green)
220Ω Resistors (for LEDs)
555 Timer IC
Decade Counter IC (e.g., 4017)
Connecting Wires
Power Supply (5V or 9V)
Switch (optional)
Working principle:
555 Timer: Works as a clock pulse generator (monostable/astable mode)
→ produces pulses.
4017 Decade Counter: Receives pulses and cycles through outputs Q0 to
Q9.
LEDs: Connected to selected outputs via resistors to turn ON/OFF in
sequence
Approximate cost :
400 – 600 BDT
Project : Password Lock System
Objective :
A Password Lock System is a logic-based security circuit that unlocks a device
(e.g., turns on an LED or motor) only when the correct password is entered. The
password is typically a binary sequence entered using push buttons or switches.
Outcome :
The project allows a user to enter a preset binary code using switches or buttons,
compares it with a stored password, and unlocks the system if it matches, with
optional features like a reset button, alarm for wrong attempts, and time-delay
re-locking.
Equipment :
Breadboard
SPST Switches or Push Buttons
Resistors (for switches/LEDs)
LED (for lock open indicator)
Comparator IC
Logic Gates ICs (AND, NOT, XOR, etc.)
Flip-Flop IC (7474 or 7476)
Power Supply (5V or 9V)
Wires
Working Principle :
The user inputs a binary code via switches, which is compared to a stored
password using XOR and AND gates; if all bits match, the system outputs a
high signal to unlock a latch or activate a motor or LED.
Approximate Cost :
500 – 800 BDT
Project : Elevator Controller System
Description :
An Elevator Controller is a digital logic circuit that controls the movement of
an elevator between multiple floors. It takes input from floor selection buttons
and directs the elevator to move up or down accordingly.
Outcome :
The objective is to simulate an elevator system that moves between 3 to 4 floors.
It uses up/down counters to track and display the current floor through LEDs
or 7-segment displays. The elevator responds to request buttons for floor
selection. Optionally, it may include indicators for door open/close or travel
direction.
Equipment :
Breadboard
Push Buttons
7-Segment Display
Up/Down Counter IC (e.g., 74190)
BCD to 7-Segment Decoder (7447)
AND, OR, NOT Gates
Flip-Flop
LED
Resistors
Power Supply (5V/9V)
Wires
Working Principle :
The elevator controller receives input from floor buttons to determine the desired
floor. It compares the selected floor with the current floor and decides whether
to move up or down using control logic. A counter tracks the current floor and
updates the display accordingly.
Approximate Cost :
500 – 800 BDT