Answered step by step
Verified Expert Solution
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;
B C D E C
C D A B E
C B D C A
A C E C 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 should display Passed
the exam if lower than 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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started