Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your programming team have been hired by the ministry of education to design programs to help teachers in the students' assessment process. Data consists of

image text in transcribed

Your programming team have been hired by the ministry of education to design programs to help teachers in the students' assessment process. Data consists of students' names and their test scores. Assume that we have 20 students in a class. Each student has taken 5 tests and each test is worth 100 points. 1. Design an algorithm to find the average test score for each student 2. Design an algorithm to determine the grade for each student 3. Design an algorithm to find the average test score for the class 4. Design an algorithm to determine the average grade for the class (you should re-use your algorithm design in number 2) Divide the overall problem into smaller independent sub problems (structured programming design), as you draw: 1. One detailed flow chart for the whole problem 2. A detailed flow chart for finding the average test score of a student (Read student name and scores) 3. A detailed flow chart for finding the grade for each student 4. A detailed flow chart for finding the overall class average score/grade (you should re- use your design in number 3) 5. Write One complete C++ program for your designed flowcharts 6. print your sample runs 7. Get ready to present it to the class with your group

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

Knowledge Discovery In Databases

Authors: Gregory Piatetsky-Shapiro, William Frawley

1st Edition

ISBN: 0262660709, 978-0262660709

More Books

Students also viewed these Databases questions

Question

How to safely discipline or terminate an employee?

Answered: 1 week ago

Question

1 . Television News channels importantance of our Life pattern ?

Answered: 1 week ago

Question

1. How is the newspaper help to our daily life?

Answered: 1 week ago

Question

1. Prepare a short profile of Mikhail Zoshchenko ?

Answered: 1 week ago

Question

What is psychology disorder?

Answered: 1 week ago