Computer Science Homework Solutions

flow chart and hiearachy chart

The Presentation contains pseudo-code for a program which processes a client file (the master file) and a service file (the transaction file) by updating the clientTotal field in the client file according to the serviceTotal field in the service file. Create a flowchart and hiearachy chart of the program, using the pseudo-cod ...continues

Question for an IT Project management course - performance, standards and QA testing

What tools exist to track performance, standards, and perform QA and testing for an IT project?

Program - must be done using VB.NET

The administration of you local Community College has asked you to write a VB.NET program that allows students to calculate the sum of their grades and find out if they pass or fail the course. Grades for the courses at the college are based on the sum of three assignments, and each assignment is worth a maximum of 100 points. ...continues

C++ - Find Error

#include /* 1) Please correct the errors with replacement lines beside it. And then give short notes on why it is wrong. */ class Person { private: char name[30]; int age; public: // Person (string, int); //string is not a built in class or data-type //you must either declare #include ...continues

Construct a random file of the sines of all angles from 0 degrees to 90 degrees. Make each entry accurate to three places. Write a program that will display the sine of any angle typed on the keyboard.

Construct a random file of the sines of all angles from 0 degrees to 90 degrees. Make each entry accurate to three places. Write a program that will display the sine of any angle typed on the keyboard.

Useful Assembly Instructions

Assembly Instructions -------------------------------------------------------------------------------- Add together all of the 2-word numbers that are stored from address 60000h to 60FFFh in memory. Store the sum starting at location 61020h. Each 2-word number may range in size from 00000000h to FFFFFFFFh. Include a flowch ...continues

Procedures

Write a simple near procedure (such as a return) and call it using direct addressing. Please provide in C++.

Types

Programming Problem (Types) -------------------------------------------------------------------------------- Write a program to convert a measurement given in feet to the equivalent number of (a) yards, (b) inches, (c) centimeters, (d) meters (1 ft = 12in. 1 yd = 3 ft, 1 in. = 2.54 cm, 1 m = 100 cm). I need this solut ...continues

Types

Programming Problems (types) -------------------------------------------------------------------------------- Write a program that, given the amount of a purchase and the amount received in payment, computes the change in dollars, half-dollars, quarters, dimes, nickles, and pennies. Please sove in C++

Types

Programming Problems (types) -------------------------------------------------------------------------------- Write a program to read a student's number, his or her old grade point average, and the old number of course credits (e.g., 31479, 3.25, 66) and to then print these with appropriate labels. Next, read the course cred ...continues

Browse