Pci Micro Project On Election System DDNHR
Pci Micro Project On Election System DDNHR
MSBTE,MUMBAI.
Department of COMPUTER ENGINEERING.
Dr.A.D.Shinde Institute of Technology,Gadhinglaj.
2022-2023
DINKARRAO K.SHINDE SMARAK TRUST’S,
GUDDAL,AP BAHADGAON,TAL,-GADHINGLAJ,DIST-KOLHAPUR
Certificate
This is to that the following student of 2nd semester of Diploma in COMPUTER ENGINEERING of
Institute DR. A. D. shinde institute of technology, Bhadgaon-416502.(CODE-0965) has
Completed micro project on “DEVOLAPING SNAKE GAME USING C PROGRAMING “ satisfactory in
subject PCI subject code (22226) for the for academic year 2022-2023 as prescribed in the
curriculum.
.
Ms. Dhenge D.D. Prof. Belli R.S. Prof. A. S. Shelke
(Project Guide) (Head of Department) (principal)
ABSTRACT
An electoral system or voting system is a set of rules that determine how elections and
referendums are conducted and how their results are determined. Electoral systems are
used in politics to elect governments, while non-political elections may take place in
business, non-profit organisations and informal organisations. These rules govern all
aspects of the voting process: when elections occur, who is allowed to vote, who can
stand as a candidate, how ballots are marked and cast, how the ballots are counted,
how votes translate into the election outcome, limits on campaign spending, and other
factors that can affect the result. Political electoral systems are defined by
constitutions and electoral laws, are typically conducted by election commissions, and
can use multiple types of elections for different offices.
INDEX
Sr.no TITLE
1 INTRODUTION
3 SYSTEM REQURIMENT
5 SOURCE CODE
6 OUTPUT
7 CONCLUSION
8 REFERNCE
INTRODUCTION
Candidate registration, document verification, and auto-generated User ID
and pass for candidates and voters will all be part of the online election
system. Election Commission will be in charge of the Admin Login.
Candidate Login will be taken care of. Voters will be given a unique ID and
password by each candidate, which they will use to vote for that candidate
just once every election. The initiative benefits the Election Commission,
voters (who may learn about the candidate's past and make informed
decisions), and candidates.
ADVANTAGES
Incresed Efficiency
Improved Accuracy
DISADVANTAGES
Lack Of Transparency
Final Thoughts
OUTPUT RESULT OF ELECTON SYSTEM
#include<stdio.h>
#define CANDIDATE_COUNT
void castVote(){
int choice;
scanf("%d",&choice);
switch(choice){
getchar();
void votesCount(){
void getLeadingCandidate(){
printf("\n\n #### Leading Candiate ####\n\n");
printf("[%s]",CANDIDATE1);
printf("[%s]",CANDIDATE2);
printf("[%s]",CANDIDATE3);
printf("[%s]",CANDIDATE4);
else
int main()
int i;
int choice;
do{
printf("\n\n ###### Welcome to Election/Voting 2019 #####");
printf("\n 0. Exit");
scanf("%d", &choice);
switch(choice)
case 1: castVote();break;
case 2: votesCount();break;
case 3: getLeadingCandidate();break;
}while(choice!=0);
getchar();
return 0;
}
CONCLUSION
In conclusion, it can be said that elections form the basis
of democracy and holding elections regularly and
somewhat is what makes the process genuinely worth it.
In a democracy, elections are needed to check on political
parties as to what they are doing and make citizens
responsible for their choices and nation. People of all
backgrounds should be given the right to an equal vote
after crossing the age bar of 18 years. This is known as the
universal adult franchise.
REFERNCE
www.3School.com
www.google.com
https://www.studytonight.com/c-
projects/election-system-project-using-c-
language
https://electionbuddy.com/blog/2022/04/2
0/the-advantages-and-disadvantages-of-
online-voting-systems/