Purchase Solution

Create and Display a Student Grade File - IPO Analysis and Pseudo Code

Not what you're looking for?

Ask Custom Question

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

Purchase this Solution

Solution Summary

This solution provides details for the computer programs.

Solution Preview

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

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

Input Process Output
Student Names, Test Scores Verify if Student Name = "ZZZ" Write to File

2. Display the contents of the file GRADES created in Problem 1.
Each student's record should appear on a separate ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.