You are required to prepare a program for assessment system

Assignment Help C/C++ Programming
Reference no: EM13347747

You are required to prepare a program for Assessment system of a University. The main idea is to evaluate the GPA (Grade Point Average) of each subject and then determine the GPA of whole semester and on the basis of that GPA compute the grade and remarks.

Detailed Description:

You are needed to take the student's marks for three subjects(English, Computer, and Calculus) as input from the user. After that calculate the GPA of each subject and the whole semester. Consider that total marks of a subject are 100 and each subject is of 3 credit hours.

Complete Assessment system is given below:

Grade

GPA

Marks Obtained

Remarks

A

4.00

100 %

Excellent

B

3.00-3.99

75-99 %

Good

C

2.00-2.99

50-75 %

Satisfactory

D

1.6-1.99

40-49 %

Pass

F

0.00

Below 40 %

Fail

  • GPA for a subject = (obtained marks / 100) * 4 where 100 is the total marks of a subject.

NOTE: If user enters less than 40 marks for a subject, the GPA of that subject should be 0.

  • GPA of whole semester = multiply each grade point you receive by the number of credit hours for that course, add up the totals, and then divide by the total number of credit hours taken in that semester.

       For example assume the GPA in subject A is 2.5, in subject B  2.6, and in subject C is 3. Considering that each subject is of 3 credit hours then GPA of whole semester will be evaluated as:

                                             =  3 * ( 2.5 + 2.6 + 3 ) / 9

                                             = 2.7

  • On the basis of Semester GPA, you have to give grade and remarks to the student
  • If a student has less than 40 marks in a subject, a message should show that "you have to repeat this subject ".
  • After displaying the GPA, grade and remarks, the program could ask the user if he/she wants to perform this task again. The user will be provided two options (yes / no). If user enters "Y or y", the program will start evaluating the GPA, grade and remarks again. If user selects "N or n", the program will terminate.

 

Reference no: EM13347747

Questions Cloud

Introductionbluesky systems is a software development : introductionbluesky systems is a software development company that builds software components for a variety of private
Gary and sally decided to go on a holiday they consulted : gary and sally decided to go on a holiday. they consulted their local tour company fly by night tours who advertised a
The objective of this case is to estimate the cost of : the objective of this case is to estimate the cost of capital the occ that ameritrade should use in evaluating
Question 1a doubly linked list is like a linked list except : question 1a doubly linked list is like a linked list except that each node has a pointer both to the next node in the
You are required to prepare a program for assessment system : you are required to prepare a program for assessment system of a university. the main idea is to evaluate the gpa
Question oneassume as a vc that you want to establish a : question oneassume as a vc that you want to establish a pre- and post-money valuation in support of the issuance of a
Show all work by describing variables stating assumptions : show all work by describing variables stating assumptions illustrating model and showing output solution to the
Problem 1 investing in the stock marketjohnson and johnson : problem 1. investing in the stock marketjohnson and johnson jnj is trading at 68.15. jnj is a large health care
Project nbspintroductionthe public bicycle scheme loris : project nbspintroductionthe public bicycle scheme loris bikes was launched in 2010 in the city of istanbul. there are

Reviews

Write a Review

C/C++ Programming Questions & Answers

  We can combine assignment statements

We can combine assignment statements, for-loops, and if statements to perform a wide range of tasks with lists. Suppose we have a bookstore with each book defined as follows: Book = namedtuple('Book', 'author title genre year price instock') , wher..

  Write a program that allows the user to enter a measurement

Write a program that allows the user to enter a measurement in either feet or inches. If they enter feet convert it to inches. If they enter inches convert it to feet. Output the answer in both feet and inches using appropriate identification on t..

  Define and implement structures in c

Define and implement structures in C and summarize the operations of a linked list - Generate a random number between 1 - 5 and 3 - 8 for express and normal lanes, respectively. This represents the arrival time of the first customer into each lane.

  Allocate array of n doubles and assign the resulting pointer

The variable dp is to refer to an array of double. Assuming the integer variable n has been assigned a value, declare dp appropriately, allocate an array of n doubles and assign the resulting pointer to dp.

  Write a matrix multiplication program

Write a C++, matrix multiplication program which you can instrument to monitor and measure execution time as a function of problem size. Make sure it works in Microsoft Visual Studio.

  Write a program using the rand() function

Write a program using the rand() function and a large array to find the standard deviation, variance and mean as well as the min and max values of the array.

  Many bank atm machines have recently added the ability to

many bank atm machines have recently added the ability to dispense cash with- drawals in multiple bill denominations

  Two for loops that will calculate the sum of all even number

Write a program using two for loops that will calculate the sum of all even numbers between 2 and 100,

  Construct vector and linked lists data structures

You will prepare sorted versions of the Linked Lists and Vector data structures developed in class

  Write a program that asks the user to enter the names of 3

Write a program that asks the user to enter the names of three salesmen. The program should thenaccept the sales produced for salesman for each quarter of the year. Display the name, and the totalsales amount, of each salesman.

  Write a c program that asks for and reads in two integers

Write a C program that asks for and reads in two integers and then reports if one is a multiple of the other.

  Demonstrate overriding of their getter and setter methods

Organize following animals using classes and virtual function. tigers,crocodile, elephants,pythons,zebras,hawks, chickens,rabbits using at least 3 properties some of the animals share. demonstrate overriding of their getter and setter methods.

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