Checkout
checkout
view
Your Cart Your Cart: item(s)
Add to Shopping Cart
$2.19 Instant Download
Computer Science, Software Design and Architecture
Year 1

Pseudocode


• 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

By OTA:  Scott Stransky, MS

OTA Rating:  4.9/5

Your Price:  $2.19  (original value ~$27.93)

What's included:

  • Plain text response
$2.19 Download Add to Cart

Add to Shopping Cart
$2.19 Instant Download
Object-Oriented Design - Generate an object-oriented design for a system that keeps tracks of your CD and DVD collection. • Identify each of the classes, associated data, and operations for the classes. • Generate the pseudocode for each of the classes as demonstrated on p. 251. • Draw a GUI that will create the objects and provide access to each object’s processing methods. Note: Use the drawi...
Inventory - Java - Modify the Inventory Program by adding a button to the GUI that allows the user to move to the first item, the previous item, the next item, and the last item in the inventory. If the first item is displayed and the user clicks on the Previous button, the last item should display. If the last item is displayed and the user clicks on the Next button, the first item should display...
Array process - Simple Array Process • Input a list of employee names and salaries, and determine the mean (average) salary as well as the number of salaries above and below the mean. Use the top-down modular approach and pseudocode to design a suitable program to solve it. Please generate only the pseudocode (a simple one) - No charting is required, but you may have to incorporate the bubb...
Object-oriented programming - Consider a typical house in which there are several bedrooms, a kitchen, and a laundry room—each with a distinct function. You sleep in the bedroom, you wash clothes in the laundry room, and you cook in the kitchen. Each room encapsulates all the items needed to complete the necessary tasks. What you have is a set of well-defined components: Each provides a single s...
Algorithm Verification - Answer the following questions about the information in Appendix J: o What will be printed if the input is 0? o What will be printed if the input is 100? o What will be printed if the input is 51? o What will be printed if the user enters “Wingding”? o Is this design robust? If so, explain why. If not, explain what you can do to make it robust. o How many levels of ...

Page generated in 0.0264 seconds

About Us ·  Contact Us ·  Samples ·  Solutions ·  Legal Terms and Conditions ·  Privacy Policy

©2008 SolutionLibrary.com

Search for Solutions About Us Samples