Online Polling System

You might also like

Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 14

ONLINE POLLING SYSTEM

 Name: Hemanta Man Shrestha


 Symbol number:551025080
 Semester: BSCIT 3rd Semester
Online Polling System
 Introduction
 Objective
 Problem identification
 Requirement analysis
 User level
 Block diagram and use case
Online polling system

Introduction:
This program is named "online polling system". This system
is based on online system. The coding used in this program
is relatively easy and can be understood by people with
programming concept. This will provide a easy access to a
method for people to determine the majority of opinion and
thus will make any discussion easier to dissolve
Objective:

 to provide fair and fast medium to conduct a poll


 to get the poll done in small space of time
 the easier counting of votes
 to get the polling done from various places at the same
time
Problem Identification

 complicated paper based polling system or voting


system
 the defaulted votes
 the cheats or illegal votes
 busy schedule and extra burden
Requirement Analysis

 to authenticate only the legal voters


 to make sure no vote is discarded due to different
reasons as to paper works
 to displace paper polling system
 the online concept will help people cope with their busy
schedule
Types of users

 Administrator : all access privilege


 Members: Limiter access privilege
BLOCK DIAGRAM

Personal Internet or
computer with connection
internet access system to users
and a browser with database

mySQL database

Basic interface required


mySQL database

administrator members Poll 1 Poll 2 Poll 3

Count

The basic structure of database


Use case

Create
poll table

administrator Security
code
Types of
Users login
member

vote
Use case

administrator

Login
Security
system

Poll 1 Poll 2 Poll 3


Member

Login

Poll 1 Poll 2 Poll 3


Poll 1

Yes No

Count
administrator

Login
IF NO
Change
security
Login process
parameter
IF YES

Add Delete Create Delete


member member poll poll

Log out

You might also like