Digital Voting Machine
Digital Voting Machine
Machine
A 3-input voting machine is an electronic device that takes three binary
inputs and produces a single binary output based on a predefined logic.
This presentation will explore the fundamental concepts and design of
such a voting machine using basic logic gates.
by I. Shailesh
Basic Logic Gates: AND and OR
AND Gate OR Gate
The AND gate produces a HIGH output only The OR gate produces a HIGH output when
when all its inputs are HIGH. It is used to any of its inputs are HIGH. It is used to
implement the logical conjunction operation. implement the logical disjunction operation.
Logic Diagram
Design
1 Input Mapping
Assign the three inputs to the
appropriate logic gates.
2 Gate Connections
Connect the logic gates to implement
the desired logical operations.
3 Output Determination
Identify the final output based on the
connected logic gates.
Truth Table Representation
Input A Input B Input C Output
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1
Circuit Implementation with Logic Gates
1 2 3 4