Majority Vote System Project
The focus of this project was to design an effective majority voting system for a board of directors, consisting of the president, vice-president, secretary, and treasurer. Each member can cast a "yes" or "no" vote, and the system determines if the decision passes. A decision is considered passed if three out of four members vote "yes." If there is a tie, the president’s vote is weighted.
This system was built using only AND gates, OR gates, and Inverter gates, and the goal was to design and implement this system efficiently using digital electronics. The link to the final report for this project can be found here.