Purchase Solution

Top-down Modular Approach and Pseudocode

Not what you're looking for?

Ask Custom Question

Provide the analysis and pseudocode only (no diagrams are required).

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.

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. For example, a line of output might be:

R. Abrams 76 84 82 242

Purchase this Solution

Solution Summary

This Solution is described in over 100 words.

Solution Preview

Hi there,

Here are some sample pseudocodes...

Problem 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.

Main Program

Open GRADES

Declare Name as ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

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 Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.