Project Ideas - Logic Design
Project Ideas - Logic Design
➢ Digital Clock
Digital clock displays seconds, minutes, and hours. It may support an alarm, stopwatch
option, and AM and PM indicator.
➢ E-Voting
Electronic voting machines have now replaced the traditional voting mechanism due
to several advantages like security, automatic counting, etc. This project presents a
way to develop an electronic voting machine that displays the count of votes. A user
Page 1 of 2
Faculty of Computers and Artificial Intelligence
CS221: Logic Design
can get his/her vote register through a set of switches (one for each candidate). After
every cast of votes, the subsequent count can be seen on the digital 7-segments.
Note: minimum number of candidates is 3.
➢ Calculator
The calculator has two purely digital inputs (4 bits per one digit) and performs
comparison, addition, subtraction, and multiplication operations. It has a display to
show the output and the type of operation performed.
➢ Smart Room
In smart cities, energy consumption is one of the challenges to achieve. Smart
buildings try to implement systems to reduce energy consumption. One of these
systems is the smart room. The smart room is able to detect and display the number
of people inside. It keeps tracking individuals, when they enter/leave the room. The
number of lights turning on in the room should be proportional to the number of people
inside. The room monitors the temperature and maintains it at a preset level by
switching a fan/air conditioner on/off. The room monitors the light levels outside, opens
blinds, and switches off lights if the brightness outside is more than inside, provided
the user has allowed these features.
Note:
- All implementations in pure logic gates, You are not allowed to use Arduino.
- if you will implement another idea, you have to discuss it and get approval from
Dr. Ahmed Shalaby before you start implementation.
GOOD LUCK 😊
Logic Design Team
Page 2 of 2