Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

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

.

  1. Develop the Essential Model
  2. Develop the Implementation Model using a Flowchart

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions