Computer Science Homework Solutions
Problem
#98410

Computer Science Programming problem

Provide the analysis and pseudo code only (no diagrams are required).
• Create Student Grade File
• Display Contents of Grade File

For each of the following problems, use the top-down modular approach
and pseudocode to design a suitable program to solve it.

1. Input names of students from the user, terminated by ZZZ, and
create a data file GRADES with records of the form:
student (string), test1 (integer), test2 (integer), test3 (integer)
In this file, all test scores should be set equal to 0.
IPO Analysis


2. Display the contents of the file GRADES created in Problem 1.
Each student’s record should appear on a separate line and include
the total score (the sum of the three tests) for that student.
IPO Analysis

For example, a line of output might be:   R. Abrams 76 84 82 242


Attached file(s):
Attachments
programming problem.doc  View File

Attachment Content Summary (Note: view attachment at the above link before purchasing. Actual attachment content may vary slightly from that shown below.)

programming problem.doc
Provide the analysis and pseudo code only (no diagrams are required).

Create Student Grade File

Display Contents of Grade File

For each of the following problems, use the top-down modular approach

and pseudocode to design a suitable program to solve it.

1. Input names of students from the user, terminated by ZZZ, and

create a data file GRADES with records of the form:

student (string), test1 (integer), test2 (integer), test3 (integer)

In this file, all test scores should be set equal to 0.

IPO Analysis

2. Display the contents of the file GRADES created in Problem 1.

Each student’s record should appear on a separate line and include

the total score (the sum of the three tests) for that student.

IPO Analysis

For example, a line of output might be: R. Abrams 76 84 82 242

Solution Summary

The following solution is also attached. I suggest reading the Document file attached.

Solution
What is this?
By OTA - Overall OTA Rating
Purchase Cost Now
$2.19 CAD (was ~$67.83)
Included in Download
  • Plain text response
  • Attached file(s):
    • programming+problem.doc
$2.19 Instant Download
Add to Cart
Why you can trust BrainMass.com
  • Your Information is Secure
  • Best Online Academic Help Service
  • Students find real academic Success
Related Solutions
Browse