Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

Write the following program. When you have completed the program, submit the source file assign7.cpp and the data file scores.txt as attachments to Assignment 07 in TalonNet. 
Each program must include the following as comments at the beginning of your program

name 
student number 
assignment information 
program documentation 
Remember to also display a description of the program for the user when it starts running!
This program simulates displaying information and performing statistics for a class. You will dynamically create 2 arrays of the same size. One array will hold student numbers, the second array will hold student exam scores. The information for the 2 arrays will come from a file called scores.txt. [ click here to view data file ] This file has information for 1000 students. Save the file to your computer for use by your program. Prompt the user of the program for the number of students for which information will be read. 

Note: On my web site in the Assignments section there is an executable version of this program that you can run to see how the program should work. Here is a link to the program: assign7.exe
You are not required to prompt the user for summary or detailed information. You are also not required to run the program as a loop ( in fact you should avoid this unless you are sure of what you are doing... ).

Create the arrays as integer arrays. Name your program assign7.cpp. 
Additional Requirements/Notes:
NO global variables.

You must create FUNCTIONS for sorting and printing the arrays. You may create additional functions as well.
You must dynamically allocate the memory for the two arrays
To dynamically create the arrays, put in a declaration similar to the following: int * number = new int [students];

To delete the array when you are finished, enter: delete [ ] number;
See the section on "Dynamic Allocation of Memory" in chapter 8 for more info on dynamic arrays.
A pointer named number can be used exactly as you would an array called number.
1. Read in student number and exam score from the scores.txt file for as many students as the user specified ( 5-1000 ).

2. Sort the arrays in ascending order based on the Student Number and then print the information ( one screenful at a time ).

3. Prompt the user to continue.

4. Sort the arrays in ascending order based on the Exam Score and then reprint the information ( one screenful at a time ).

5. Calculate the mean, median and standard deviation of the exam scores.

If there are an odd number of exam scores, the median is the value of element n / 2 ( e.g. exam[n/2] )
If there are an even number of exam scores, the median is the average of elements n/2 and n/2-1
(e.g. (exam[n/2-1] + exam[n/2]) / 2.0 ).

6. Print the mean, median and standard deviation.
To calculate the standard deviation, first calculate the sample variance using the following formula: 
( n is the number of exam scores ).
( sum of the squares of the exam scores ) - [ ( sum of the exam scores )2 / ( n ) ] 
( n - 1 )
7. Calculate The standard deviation. The standard deviation is the square root of the sample variance. 

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M9652628

Have any Question?


Related Questions in Computer Engineering

Mary kate is a project manager in the it department for a

Mary Kate is a project manager in the IT department for a university. She has been asked to manage a project to create faculty intranet. The university has multiple campuses in various locations, and professors and other ...

A what is gdp deflator and how is it calculatedb if gdp

(a) What is GDP deflator and how is it calculated? (b) If GDP deflator for the year 2014 and 2015 are 105 and 108 respectively, then calculate the increase in price level between 2014 and 2015.

Can someone help me with thiswrite your own class called

can someone help me with this Write your own class called WeatherStats to manage the ordered collection of high temperatures. Have two constructors, one for a default maximum size collection of 10, and the second for a u ...

If we compare and contrast the four market structures it is

If we compare and contrast the four market structures, it is evident that one market structure is most practiced and evident in the United States. It is the one that promotes and strives on competition. It is the one tha ...

A mining company wishes to start up a new small gold mine

A mining company wishes to start up a new small gold mine. The initial cost will be $5m and it is expected to extract $3m a year in gold with incurring only $1.5m a year in costs for 5 years. Assume revenue and costs are ...

Question suppose that a remote transmitter sends a message

Question : Suppose that a remote transmitter sends a message at 2500 Baud and the receiver is expecting the data rate to be 2400 Baud. Calculate the accumulated sample error for one character. Give the answer in bits.

Link changes in unemployment inflation wages and gdp to one

Link changes in unemployment, inflation, wages, and GDP to one another and how they impacted each other during periods of economic decline (recessions) and periods of economic growth (expansion) over the past 10 years.

In a nationwide poll of 1500 randomly selected us residents

In a nationwide poll of 1500 randomly selected U.S. residents, 77% said they liked pizza. In a poll of 1500 randomly selected U.S residents one month later, 75% responded they liked pizza. a. Does the polling evidence su ...

On microsoft word what would be the advantage of using the

On Microsoft word, what would be the advantage of using the dialog box over setting various tabs directly on the ruler line? In what types of typing tasks would you find using the ruler line helpful?

Need references for information for the following dealing

Need references for information for the following dealing with CSMS (Consolidated Sales and Marketing System Project) Produce a narrative which describes the added error-handling pathways that includes: an overview of th ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As