SlideShare a Scribd company logo
1 of 15
PRESENTATION 
ON 
ONLINE VOTING SYSTEM 
BY: 
JAIN POOJA S. 
MINOR PROJECT 
COMPUTER SCIENCE 
(11ERACS005)
CONTENTS: 
 INTRODUCTION TO ONLINE VOTING SYSTEM 
 PROPOSED SYSTEM 
 SOFTWARE REQUIREMENTS 
 MODULE DESCRIPTION 
 CONTROL FLOW DIAGRAM 
 DATABASE TABLES 
 VOTER TABLE 
 CANDIDATE TABLE 
 ADMIN PAGE 
 VOTER REGISTRATION PAGE
INTRODUCTION TO ONLINE VOTING SYSTEM: 
 In this system people who have citizenship of India and whose age 
is above 18 years of age and any gender can give hisher vote 
online without going to any physical polling station. 
 There is a database which is maintained in which all the names of 
voters with complete information is stored. 
 HeShe has to be registered first for him/her to vote. 
 Registration is mainly done by the system administrator for 
security reasons. 
 The system Administrator registers the voters on a special site of 
the system visited by him only by simply filling a registration form 
to register voter. 
 After registration, the voter is assigned a secret Voter ID with 
which he/she can use to log into the system and enjoy services 
provided by the system such as voting.
 IF INVALID/WRONG DETAILS ARE SUBMITTED, THEN THE CITIZEN IS NOT REGISTERED 
TO VOTE. 
ONLINE VOTING SYSTEM (OVS) WILL REQUIRE BEING VERY PRECISE OR COST 
CUTTING TO PRODUCE AN EFFECTIVE ELECTION MANAGEMENT SYSTEM. 
THEREFORE CRUCIAL POINTS THAT THIS (OVS) EMPHASIZES ON ARE LISTED BELOW. 
REQUIRE LESS NUMBER OF STAFF DURING THE ELECTION. 
THIS SYSTEM IS A LOT EASIER TO INDEPENDENTLY MODERATE THE ELECTIONS AND 
SUBSEQUENTLY REINFORCE ITS TRANSPARENCY AND FAIRNESS. 
LESS CAPITAL, LESS EFFORT, AND LESS LABOR INTENSIVE, AS THE PRIMARY COST AND 
EFFORT WILL FOCUS PRIMARILY ON CREATING, MANAGING, AND RUNNING A SECURE 
ONLINE PORTAL. 
INCREASED NUMBER OF VOTERS AS INDIVIDUAL WILL FIND IT EASIER AND MORE 
CONVENIENT TO VOTE, ESPECIALLY THOSE ABROAD.
PROPOSED SYSTEM 
 Project is related to Online Voting System. 
 The project maintains two levels of users:- 
Administrator Level 
Voter Level 
 Main facilities available in this project are:- 
 Maintaining voter’s Identification. 
• Providing online voting management. 
• Providing updation of voter’s information. 
• Provide voter information to ELECTION COMMISION OF 
INDIA. 
• ELECTION COMMISION OF INDIA maintains the complete 
information of voter. 
• Voter can give hisher vote from any part of India.
SOFTWARE REQUIREMENTS 
i. MYSQL DBMS: It allows combination, extraction, manipulation 
and organization of data in the voters’ database. It is platform 
independent and therefore can be implemented and used 
across several such as Windows, Linux server and is compatible 
with various hardware mainframes. 
ii. NETBEANS IDE: NetBeans is an integrated development 
environment (IDE) for developing primarily with Java, but also 
with other languages, in particular PHP, C/C++, and HTML5. It is 
also an application platform framework for Java desktop 
applications and others. 
iii. PHP Coding is used for implementing the software. 
iv. Testing- It is done via XAMPP SERVER. 
v. Web browsers: Mozilla Firefox, Google chrome, Opera and 
Internet Explorer.
MODULE DESCRIPTION: 
1. Login: 
It is the login session for the administrator voter and exit. 
2. Voter details: 
It is used to view voter details from database. 
3. Add Citizens: 
It is used to add a voter into database and it includes searching a 
voter and removing voter from database. 
4. Polling: 
It is used to poll vote to candidates during election. 
5. Report generation: 
It is used to get election results and also reset database after all 
process is completed.
CONTROL FLOW DIAGRAM: 
CONTROL FLOW OF TRANSFORM MODULE
CONTROL FLOW DIAGRAM: 
CONTROL FLOW OF OUTPUT MODULE
DATABASE TABLES: 
This project uses many tables: 
Admin 
Voter 
Candidate 
Field Name Data Type Description 
Username Varchar Login id for 
Admin.(Primary key) 
Password Varchar Password for Login
VOTER TABLE: 
Voter table description is as shown below: 
Field Name Data 
Type 
Description 
VoterId Integer Login id for Voter(Primary key) 
Name Varchar Name of the voter 
Gender Varchar Gender of voter 
Age Integer Age of voter 
City Varchar City of voter 
Elected varchar Chosen person
CANDIDATE TABLE: 
Field Name Data Type Description 
Party name Varchar Party name (Primary key) 
Name Varchar Name of the voter 
Gender Varchar Sex of voter 
Age Integer Age of voter 
City Varchar City of voter
ADMIN PAGE:
VOTER REGISTRATION PAGE:
Online voting system

More Related Content

What's hot

Project synopsis on online voting system
Project synopsis on online voting systemProject synopsis on online voting system
Project synopsis on online voting system
Lhakpa Yangji
 
Online e-voting
Online e-votingOnline e-voting
Online e-voting
aeioou
 
Online voting system project
Online voting system projectOnline voting system project
Online voting system project
snauriyal1994
 
ONline Voting System Report PHP
ONline Voting System Report PHPONline Voting System Report PHP
ONline Voting System Report PHP
Shikha Mishra
 

What's hot (20)

E voting app
E voting appE voting app
E voting app
 
Online Voting System-using Advanced Java
Online Voting System-using Advanced JavaOnline Voting System-using Advanced Java
Online Voting System-using Advanced Java
 
Online Voting System - Project
Online Voting System - ProjectOnline Voting System - Project
Online Voting System - Project
 
Online voting system project by bipin bhardwaj
Online voting system project by bipin bhardwajOnline voting system project by bipin bhardwaj
Online voting system project by bipin bhardwaj
 
Report on online voting system
Report on online voting systemReport on online voting system
Report on online voting system
 
Online Voting System
Online Voting SystemOnline Voting System
Online Voting System
 
Election managment
Election managmentElection managment
Election managment
 
Online Voting System Project File
Online Voting System Project FileOnline Voting System Project File
Online Voting System Project File
 
online voting system
online voting systemonline voting system
online voting system
 
Project synopsis on online voting system
Project synopsis on online voting systemProject synopsis on online voting system
Project synopsis on online voting system
 
Online e-voting
Online e-votingOnline e-voting
Online e-voting
 
Report online voting system
Report online voting systemReport online voting system
Report online voting system
 
11 e voting-proposal_it_project_management10may12
11 e voting-proposal_it_project_management10may1211 e voting-proposal_it_project_management10may12
11 e voting-proposal_it_project_management10may12
 
Online Voting System Project Proposal ( Presentation Slide).pptx
Online Voting System Project Proposal ( Presentation Slide).pptxOnline Voting System Project Proposal ( Presentation Slide).pptx
Online Voting System Project Proposal ( Presentation Slide).pptx
 
Online voting system project
Online voting system projectOnline voting system project
Online voting system project
 
ONLINE VOTING SYSTEM FINAL.pptx
ONLINE VOTING SYSTEM FINAL.pptxONLINE VOTING SYSTEM FINAL.pptx
ONLINE VOTING SYSTEM FINAL.pptx
 
ONline Voting System Report PHP
ONline Voting System Report PHPONline Voting System Report PHP
ONline Voting System Report PHP
 
Online voting system
Online voting systemOnline voting system
Online voting system
 
E voting
E votingE voting
E voting
 
Online voting
Online votingOnline voting
Online voting
 

Similar to Online voting system

My gov e-voting system for students msc computer science
My gov e-voting system for students msc computer scienceMy gov e-voting system for students msc computer science
My gov e-voting system for students msc computer science
Rumen11
 
ONLINE VOTING SYSTEM SE Project for vote
ONLINE VOTING SYSTEM SE Project for voteONLINE VOTING SYSTEM SE Project for vote
ONLINE VOTING SYSTEM SE Project for vote
RaunakRastogi4
 
Student Voting Application for Election – Using SMS (1).pptx
Student Voting Application for Election – Using SMS (1).pptxStudent Voting Application for Election – Using SMS (1).pptx
Student Voting Application for Election – Using SMS (1).pptx
ShivareddyGangam
 
Propsal of online voting system
Propsal of online voting systemPropsal of online voting system
Propsal of online voting system
Eagle Eyes
 
kgec-projectnew-150802134711-lva1-app6892.pdf
kgec-projectnew-150802134711-lva1-app6892.pdfkgec-projectnew-150802134711-lva1-app6892.pdf
kgec-projectnew-150802134711-lva1-app6892.pdf
ShubhamGour29
 
Online votingsystem
Online votingsystemOnline votingsystem
Online votingsystem
Manish Kumar
 
Bhdhdd ududbdudbdbjdudbsbjsVotinghh hu ushsvsis system.pdf
Bhdhdd ududbdudbdbjdudbsbjsVotinghh hu ushsvsis system.pdfBhdhdd ududbdudbdbjdudbsbjsVotinghh hu ushsvsis system.pdf
Bhdhdd ududbdudbdbjdudbsbjsVotinghh hu ushsvsis system.pdf
BazilTauhid1
 

Similar to Online voting system (20)

My gov e-voting system for students msc computer science
My gov e-voting system for students msc computer scienceMy gov e-voting system for students msc computer science
My gov e-voting system for students msc computer science
 
Vkik5AlhGeF6aSDh416.pptx management project
Vkik5AlhGeF6aSDh416.pptx management projectVkik5AlhGeF6aSDh416.pptx management project
Vkik5AlhGeF6aSDh416.pptx management project
 
ONLINE VOTING SYSTEM SE Project for vote
ONLINE VOTING SYSTEM SE Project for voteONLINE VOTING SYSTEM SE Project for vote
ONLINE VOTING SYSTEM SE Project for vote
 
OVS.pptx
OVS.pptxOVS.pptx
OVS.pptx
 
Student Voting Application for Election – Using SMS (1).pptx
Student Voting Application for Election – Using SMS (1).pptxStudent Voting Application for Election – Using SMS (1).pptx
Student Voting Application for Election – Using SMS (1).pptx
 
200179598 intro-duct-i
200179598 intro-duct-i200179598 intro-duct-i
200179598 intro-duct-i
 
eVoting.pptx
eVoting.pptxeVoting.pptx
eVoting.pptx
 
Online votinh
Online votinh Online votinh
Online votinh
 
Propsal of online voting system
Propsal of online voting systemPropsal of online voting system
Propsal of online voting system
 
Documentation work online voting
Documentation work  online votingDocumentation work  online voting
Documentation work online voting
 
Online Voting System
Online Voting SystemOnline Voting System
Online Voting System
 
online polling system
online polling systemonline polling system
online polling system
 
Online voting system full thesis project by jahir
Online voting system full thesis project by jahirOnline voting system full thesis project by jahir
Online voting system full thesis project by jahir
 
kgec-projectnew-150802134711-lva1-app6892.pdf
kgec-projectnew-150802134711-lva1-app6892.pdfkgec-projectnew-150802134711-lva1-app6892.pdf
kgec-projectnew-150802134711-lva1-app6892.pdf
 
Evoting presentation for the students.pptx
Evoting presentation for the students.pptxEvoting presentation for the students.pptx
Evoting presentation for the students.pptx
 
Online votingsystem
Online votingsystemOnline votingsystem
Online votingsystem
 
Online Voting System project proposal report.doc
Online Voting System project proposal report.docOnline Voting System project proposal report.doc
Online Voting System project proposal report.doc
 
IRJET- Online Voting System using Fingerprint Scanner
IRJET-  	  Online Voting System using Fingerprint ScannerIRJET-  	  Online Voting System using Fingerprint Scanner
IRJET- Online Voting System using Fingerprint Scanner
 
voting ppt.pptx
voting ppt.pptxvoting ppt.pptx
voting ppt.pptx
 
Bhdhdd ududbdudbdbjdudbsbjsVotinghh hu ushsvsis system.pdf
Bhdhdd ududbdudbdbjdudbsbjsVotinghh hu ushsvsis system.pdfBhdhdd ududbdudbdbjdudbsbjsVotinghh hu ushsvsis system.pdf
Bhdhdd ududbdudbdbjdudbsbjsVotinghh hu ushsvsis system.pdf
 

Recently uploaded

Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..
MaherOthman7
 

Recently uploaded (20)

Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Station
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Artificial Intelligence in due diligence
Artificial Intelligence in due diligenceArtificial Intelligence in due diligence
Artificial Intelligence in due diligence
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptx
 
analog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptxanalog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptx
 
5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...
 
The Entity-Relationship Model(ER Diagram).pptx
The Entity-Relationship Model(ER Diagram).pptxThe Entity-Relationship Model(ER Diagram).pptx
The Entity-Relationship Model(ER Diagram).pptx
 
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdfInstruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Students
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded Systems
 
engineering chemistry power point presentation
engineering chemistry  power point presentationengineering chemistry  power point presentation
engineering chemistry power point presentation
 
Passive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptPassive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.ppt
 
Insurance management system project report.pdf
Insurance management system project report.pdfInsurance management system project report.pdf
Insurance management system project report.pdf
 

Online voting system

  • 1. PRESENTATION ON ONLINE VOTING SYSTEM BY: JAIN POOJA S. MINOR PROJECT COMPUTER SCIENCE (11ERACS005)
  • 2. CONTENTS:  INTRODUCTION TO ONLINE VOTING SYSTEM  PROPOSED SYSTEM  SOFTWARE REQUIREMENTS  MODULE DESCRIPTION  CONTROL FLOW DIAGRAM  DATABASE TABLES  VOTER TABLE  CANDIDATE TABLE  ADMIN PAGE  VOTER REGISTRATION PAGE
  • 3. INTRODUCTION TO ONLINE VOTING SYSTEM:  In this system people who have citizenship of India and whose age is above 18 years of age and any gender can give hisher vote online without going to any physical polling station.  There is a database which is maintained in which all the names of voters with complete information is stored.  HeShe has to be registered first for him/her to vote.  Registration is mainly done by the system administrator for security reasons.  The system Administrator registers the voters on a special site of the system visited by him only by simply filling a registration form to register voter.  After registration, the voter is assigned a secret Voter ID with which he/she can use to log into the system and enjoy services provided by the system such as voting.
  • 4.  IF INVALID/WRONG DETAILS ARE SUBMITTED, THEN THE CITIZEN IS NOT REGISTERED TO VOTE. ONLINE VOTING SYSTEM (OVS) WILL REQUIRE BEING VERY PRECISE OR COST CUTTING TO PRODUCE AN EFFECTIVE ELECTION MANAGEMENT SYSTEM. THEREFORE CRUCIAL POINTS THAT THIS (OVS) EMPHASIZES ON ARE LISTED BELOW. REQUIRE LESS NUMBER OF STAFF DURING THE ELECTION. THIS SYSTEM IS A LOT EASIER TO INDEPENDENTLY MODERATE THE ELECTIONS AND SUBSEQUENTLY REINFORCE ITS TRANSPARENCY AND FAIRNESS. LESS CAPITAL, LESS EFFORT, AND LESS LABOR INTENSIVE, AS THE PRIMARY COST AND EFFORT WILL FOCUS PRIMARILY ON CREATING, MANAGING, AND RUNNING A SECURE ONLINE PORTAL. INCREASED NUMBER OF VOTERS AS INDIVIDUAL WILL FIND IT EASIER AND MORE CONVENIENT TO VOTE, ESPECIALLY THOSE ABROAD.
  • 5. PROPOSED SYSTEM  Project is related to Online Voting System.  The project maintains two levels of users:- Administrator Level Voter Level  Main facilities available in this project are:-  Maintaining voter’s Identification. • Providing online voting management. • Providing updation of voter’s information. • Provide voter information to ELECTION COMMISION OF INDIA. • ELECTION COMMISION OF INDIA maintains the complete information of voter. • Voter can give hisher vote from any part of India.
  • 6. SOFTWARE REQUIREMENTS i. MYSQL DBMS: It allows combination, extraction, manipulation and organization of data in the voters’ database. It is platform independent and therefore can be implemented and used across several such as Windows, Linux server and is compatible with various hardware mainframes. ii. NETBEANS IDE: NetBeans is an integrated development environment (IDE) for developing primarily with Java, but also with other languages, in particular PHP, C/C++, and HTML5. It is also an application platform framework for Java desktop applications and others. iii. PHP Coding is used for implementing the software. iv. Testing- It is done via XAMPP SERVER. v. Web browsers: Mozilla Firefox, Google chrome, Opera and Internet Explorer.
  • 7. MODULE DESCRIPTION: 1. Login: It is the login session for the administrator voter and exit. 2. Voter details: It is used to view voter details from database. 3. Add Citizens: It is used to add a voter into database and it includes searching a voter and removing voter from database. 4. Polling: It is used to poll vote to candidates during election. 5. Report generation: It is used to get election results and also reset database after all process is completed.
  • 8. CONTROL FLOW DIAGRAM: CONTROL FLOW OF TRANSFORM MODULE
  • 9. CONTROL FLOW DIAGRAM: CONTROL FLOW OF OUTPUT MODULE
  • 10. DATABASE TABLES: This project uses many tables: Admin Voter Candidate Field Name Data Type Description Username Varchar Login id for Admin.(Primary key) Password Varchar Password for Login
  • 11. VOTER TABLE: Voter table description is as shown below: Field Name Data Type Description VoterId Integer Login id for Voter(Primary key) Name Varchar Name of the voter Gender Varchar Gender of voter Age Integer Age of voter City Varchar City of voter Elected varchar Chosen person
  • 12. CANDIDATE TABLE: Field Name Data Type Description Party name Varchar Party name (Primary key) Name Varchar Name of the voter Gender Varchar Sex of voter Age Integer Age of voter City Varchar City of voter