Question
Consider the following Problem: Dr. Abel Moreno, CIS Department Chair, requires a report to display the Term, and for that term the Student ID-Code, Grade
Consider the following Problem: Dr. Abel Moreno, CIS Department Chair, requires a report to display the Term, and for that term the Student ID-Code, Grade Point Average and the Hours Completed by each student in the CIS Department. After the data for all students has been shown a summary must display the overall Total Number of Students, Total Number of Hours Completed (by all students), and the Average Number of Hours Completed Per Student (total hours completed divided by total number of students) for that term. Additionally the summary must then display the Highest Grade Point Average and the Student ID-Code for the student earning that highest Grade Point Average. In the event of multiple instances of the highest only the first instance need be reported. The department is willing to input the Term (which is input once) and for that term the Student ID-Code, Grade Point Average, and the Hours Completed (in that order) for each student in the CIS Department. The -1 value for student id-code indicates the end of student data entries.
For the problem described above:
- Formulate the Statement of this Problem
- Develop the I/O Design for this Problem
- Using the test data below:
- Develop a Humanual Level Walk-through for this Problem (Humanual Level Walk-throughs have ONLY the "Input & Output" fields)
- Develop a Program Level Walk-through for this Problem (Program Level Walk-throughs have the "Input, Output & Working Storage" fields)
CIS 2110 HW #3 Test Data
CIS Department Courses
Summary
Term
Student ID-Code
GPA
Hours Completed
Fall 2012
111
2.00
80
222
2.85
100
333
3.55
20
444
3.55
102
555
3.11
98
666
2.98
120
777
3.55
98
-1
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