Compute the test scores for the students

Assignment Help Data Structure & Algorithms
Reference no: EM131219060

1. Write a complete program that performs the following tasks:

Read a list of double precision numbers, scores, from the keyboard into an array named Grade.

Check to ensure each entered value is between 0 and 100

Count the number of scores as they are entered

Data entry is terminated when a negative value is entered

After all the scores have been entered,

  Find and display the sum total of the scores in Grade

Find and display the average of the scores in Grade

(Extra Credit) List all the scores in Grade, place an asterisk (*) in front of each score that is less than the average score.

(Extra credit): Find and display the minimum and the maximum scores on the Grade.

(Extra credit): Find and display the array positions at which the minimum and maximum scores occur.

2. (Extra Credit) There are M (<50) students in a course. All the students take a required test with 10 true-or-false questions.

The answer key for the test is: T T F T F. T F F F T.

Declare an array to store the answer key.

Declare a 2-dim array to store the answers given by the students on the test. Each row corresponds to the answers of one student. For example:

Student 1: T F T T F. F T T T F Student 2: T T F F F. T T F T F Student 3:   F F T F T. T F T F T

Each correct answer is worth 10 points, and incorrect answer is worth 0 points.

Compute the test scores for the students and place in an array.

Compute the total score for the questions and place in an array.

Display the student test scores

Display the question total scores

Display the average student test scores

3. Do the following problems:

Which of the following is a declaration for a pointer (C++)? int x;   // a.1

int *p;      // a.2

double v;  // a.3

double z*;    // a.4

int **q;   // a.5

2

int* y;      // a.6

int *g*;   // a.7

Write declaration statements for each of the following: datePtr is a pointer to an integer //b.1

amtPtr is a pointer to a single precision number //b.2 ptrChr is a pointer to a character //b.3

flg is a pointer to a Boolean value //b.4

The variable pointed to by yptr is a double precision //b.5

Write   declaration and/or assignment statements to perform each of the following:

Declare x as an integer variable        //c.1 Declare p as a pointer to an integer variable //c.2 Assign the address of x to p //c.3

Display the address of p          //c.4

Display the address of x           //c.5 Display the value in the variable pointed to by p //c.6

Use p to assign 5 to the variable (location) p points to //c.7

4. Do the following problems:

a. Define a user data type to store a student record (form) for a course. Each record contains the student name, gpa, course grade, a place to store a number (5) of exam scores.

b. Declare a pointer to a student record for Jimmy LongHorn, and point it to allocated storage that store the student's data: "Jimmy LongHorn", 3.75, "A", 97.0, 96.50, 90.85, 94.0, 99.0; then delete the student record, after printing out the student data.

b. Declare a student grade book for a course with up to 200 students, with each student's data stored using the student record defined in (a).

c.  Write a code fragment to print (display) all the data in the grade book (b) for the 10th to the 20th student.

d. Write a code fragment for a function that takes either a pointer (or reference) to student record calculates the course grade from exam scores, using a simple rubric.

Reference no: EM131219060

Questions Cloud

How does the author support his points : Book Review- Investment Analysis. What are the main argument(s) and/or theses of the book? Key points? How does the author support his points
Determine how many frequency samples are needed : Find the bandwidth that contains 99% of the total power in the random process. - Determine how many frequency samples are needed for the frequency domain method.
Explain ways in which inconsistent values arise : Why are inconsistent values in foreign keys particularly troublesome?
Provide the estimate of the desired probability : Write a MATLAB program to estimate this probability through Monte Carlo simulation techniques.- provide the estimate of the desired probability.
Compute the test scores for the students : CS 291 - Computer Science II - Data Structures and Algorithms - Write a code fragment for a function that takes either a pointer (or reference) to student record calculates the course grade from exam scores, using a simple rubric - Compute the test..
Describe two ways to identify inconsistent values : Describe two ways to identify inconsistent values. Are these techniques certain to find all inconsistent values? What other step can be taken?
Determining the network configuration : Understanding basic network terminology and the rationale for specific network configurations is key for understanding IT.  For this submission:
How does a null value differ from a blank value : Show SQL for determining the number of null values in the column Employee First Name of the table EMPLOYEE.
Generate a periodic sequence of numbers that cycles : Write a MATLAB program to verify that the sequence produced does in fact cycle through each of the integers 1-100 exactly once each before the sequence repeats.

Reviews

Write a Review

Data Structure & Algorithms Questions & Answers

  Read in a height in feet and inches

Write a program that will read in a height in feet and inches (feet should be an integer, while inches should be a float) and will output the equivalent height in meters (as a float). Use at least three functions

  Part 1 - report write a 2000-word report that describes a

part 1 - report write a 2000-word report that describes a suitable methodology from the literature for the purpose of

  Develop the flow diagram of the information

Develop the flow diagram of the information and any control elements needed to ensure proper access for the information. A diagram of the information flow and any elements controlling proper access to the information it uses

  Report the preliminary understanding of the data

Report the preliminary understanding of the data in the form of histograms and data quality - draw a graphs for categorical and numerical variables and report your findings.

  Describe an algorithm to play the game of nim using all of

describe an algorithm to play the game of nim using all of the three tools discussed in class pseudocode flowchart

  Conduct time complexity analysis of the algorithm

Conduct time complexity analysis of the algorithm and hand test your algorithm using your allocated 10-element long list of alphabetic characters as an illustrative/working example

  What is the equation of that separates the two classes

What is the equation of that separates the two classes - What can you tell me about the MUSHROOM DATA given in the data link in the DATA Folder. If you can build a classifier - do that. Do whatever you can with this data and tell me what you did an..

  Creating an idef1x diagram

Construct an IDEF1X diagram that demonstrate only entities and relationships. Name each relationship and specify its cardinalities.

  Question about shortest prefixes

A prefix of a string is a substring string at the beginning of the given string. The prefixes of "carbon" are: c, ca, car, carb, carbo and carbon.

  Describe a radix-sort method for lexicographically sorting

Describe a radix-sort method for lexicographically sorting a sequence S of triplets (k,l,m),where k, l,and m are integers in the range[0,N-1]

  Cache memory mapping function

Consider a cache consisting of 256 blocks of 16 words each, for a total of 4096(4k) words and assume that the main memory is addressable by a 16 bit address and it contains of 4k blocks. How many bits are there in each of the TAG, BLOCK/SET and WORD ..

  Explain the design of computer-based systems

Applies mathematical models to the design of computer-based systems. Applies algorithmic principles and computer science theory to the modeling and design of computer-based systems.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd