Sba 2018 - 2019
Sba 2018 - 2019
MENT 2018/2SCHOOL
SCHOOL-BASED ASSESS019
In preparation for the actual exercise, the Trinbarjam Elections Commission has
hired you to simulate the elections exercise as a test run, prior to the actual
elections which are to take place shortly in your country. You are required to
utilize suitable word-processing, web page design, spreadsheet, database
management as well as a programming application to design and implement
computer-based solutions to the tasks involved in the simulation of the
election process.
Spreadsheet
The Elections Commission has mandated that you design a spreadsheet that
will accept pertinent data on constituencies and candidates’ votes and
generate information that would enable the outcome of the elections to be
divulged to the population in the shortest possible time. Four parties contest
the elections: The Democratic Action Party (DAP), the Workers National
Alliance (WNA), the United Progressive Movement (UPM), and the
People’s Democratic Revolution (PDR). The spreadsheet is design to accept
data from seven constituencies.
You are required to:
Task 1
North 0.75
South 0.85
East 0.90
West 0.80
Constituency
Votes Cast
Candidate’s name
Party name
You must enter data for each candidate in each of the seven constituencies.
Use the Percentage Voter Turnout data to determine the number of votes
cast (number of voters * percentage voter turnout).
Task 2
1. (Insert a column before the one which displays the name of the political
party. Using an appropriate column title, determine the votes received
by each candidate in a given constituency. The candidate’s rating
represents the percentage of votes received by the candidate in a
given constituency. For example, given that 6400 votes were cast and
a candidate has a rating of 20, the votes received by the candidate
would be 20/100*6400.
2. Sort the data first on party (ascending order) and secondly on votes
received (descending order).
Elections Data
Total Votes
Party Percentage of Votes Cast
Received
Merge and centre the cells in the row with the label “Elections
Data”
Charting and Summary Operations
Generate a column graph that compares the votes cast and abstention data
by constituency. Provide an appropriate title, label the axes and display the
data
labels.
Create a pivot table showing the constituencies, the candidates’ names and
the
total number of votes the candidates received.
Database Management
The data to populate the tables must be sourced from the spreadsheet
section of your project.
You should test your database by generating queries, reports and control
forms: Queries:
1. List the name, sex, age and profession of all candidates from the People’s
Democratic Revolution (PDR).
2. List the candidate name, party, number of voters and number of votes
received for candidates in constituencies with more than 6500 voters
and where the candidates received less than 1000 of the votes. Sort the
data in descending order on the number of votes received by the
candidate.
Report
“Official Results
Control Forms
Word-processing
Document 1
(a) Design a fillable nomination form. It must allow for the entry of
relevant data on the candidate, including the constituency which
he/she intends to contest.
(i) The letter head (with company Logo) of the Trinbarjam
Elections Commission should be placed at the top.
Document 2
. (i) It must be design on letter sized paper and must have a 0.7”
margin on the left and right sides.
. (iv) Salutation.
. (viii) Close with your name, your position is Chief Electoral Officer.
The Trinbarjam Elections Commission has requested that you design a web
page to provide the public with general information about the election. The
web page should include the following:
Data used in the web page should be sourced from the spreadsheet section
of the project.
Problem-Solving
Program Implementation