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

  • Develop the Implementation Model using a Pseudocode and make certain you:
  • Have a minimum of five modules in your pseudocode (a deduction will occur if there are fewer than five modules). It is recommended that you look at the Essential Model for this problem to help divide the logic into modules.
  • Write the Pseudocode using simple fields. Meaning if you have programming background "do not" use arrays or other aggregate data types or data structures.

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

Secrets Of Analytical Leaders Insights From Information Insiders

Authors: Wayne Eckerson

1st Edition

1935504347, 9781935504344

More Books

Students also viewed these Databases questions

Question

6. Vanguard

Answered: 1 week ago

Question

1. PricewaterhouseCoopers

Answered: 1 week ago