Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design a solution for: Assume you are given the responsibility to create an application to grade an exam based on the following keys; ( 1

Design a solution for:
Assume you are given the responsibility to create an application to grade an exam based on the
following keys;
(1) B (5) C (9) D (13) E (17) C
(2) C (6) D (10) A (14) B (18) E
(3) C (7) B (11) D (15) C (19) A
(4) A (8) C (12) E (16) C (20) D
Need to keep the answers in an array;
Application should ask the user for their first name, last name and answer for each question.
These data also must be kept in a separate arrays.
The application then compare the users entry to the provided key and display in a table format
The user name, user provided answer, correct answer, total number of correct and incorrect answers.
Also the percentage of correct answers and if the percentage is above 70% should display Passed
the exam if lower than 70% display Failed the exam.
This assignment should use modular programming, and arrays.
Make sure to submit a zipped file containing the following;
Flowchart
Hierarchy chart
Data flow diagram
Python Code
comment
Prologue

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Management System MCQs Multiple Choice Questions And Answers

Authors: Arshad Iqbal

1st Edition

1073328554, 978-1073328550

More Books

Students also viewed these Databases questions