Create a small Grading System in C language that will ask the user to enter the following For midterm period Total score on quizzes Totak score on assignments Number of Attendance Midterm exam score For final period Total score on quizzes Total score on assignments Number of attendance Final exam score To get the midterm and final grade: Quizzes and Assignments (60%) Attendance (10%) Major Exam (30%) Formulas: Quizzes and Assignments ((Total Score on Quizzes + Total Score on Assignment / Total Number of Items of Quizzes and Assignments) 50 + 50) * 60% Attendance ((Number of times present/ Total number of Meetings) • 50 + 50) * 10% Major Exam ((Major Exam Score/Total number of Items) * 50+50) • 30% Then to get the final rating, divide the midterm average and final average by 2 Final Grade = Midterm Average +FinalAverage / 2 Example: Suppose the values are from midterm period ((15+10/30) *50 +50) *60% (0.83 *50 + 50) • 60% 91.67 * 60% 55 ((15/15) *50+50) *10% (1 •50 + 50) * 10% 100 • 10% 10 ((25/30) *50+ 50) *30% (0.83 *50 + 50) • 30% 91.67 * 30% 27.5 Midterm Average = 55+10+27.5 = 92.5 Same process to get the final average. The program must display the grade equivalent based on the table below: Final Grade Equivalent 97-100 1.0 94-96 1.25 91-93 1.50 88-90 1.75 85-87 2.0 82-84 2.25 79-81 2.50 76-78 2.25 75 3.0 65-74 5.0

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Create a small Grading System in C language that will ask the user to enter the following

For midterm period
Total score on quizzes
Totak score on assignments
Number of Attendance
Midterm exam score

For final period
Total score on quizzes
Total score on assignments
Number of attendance
Final exam score

To get the midterm and final grade:
Quizzes and Assignments (60%)
Attendance (10%)
Major Exam (30%)

Formulas:

Quizzes and Assignments ((Total Score on Quizzes + Total Score on Assignment / Total Number of Items of Quizzes and Assignments) 50 + 50) * 60%

Attendance ((Number of times present/ Total number of Meetings) • 50 + 50) * 10%

Major Exam ((Major Exam Score/Total number of Items) * 50+50) • 30% Then to get the final rating, divide the midterm average and final average by 2

Final Grade = Midterm Average +FinalAverage / 2
Example:
Suppose the values are from midterm period ((15+10/30) *50 +50) *60%
(0.83 *50 + 50) • 60%
91.67 * 60%
55

((15/15) *50+50) *10%
(1 •50 + 50) * 10%
100 • 10%
10

((25/30) *50+ 50) *30%
(0.83 *50 + 50) • 30%
91.67 * 30%
27.5

Midterm Average = 55+10+27.5 = 92.5

Same process to get the final average.

The program must display the grade equivalent based on the table below:

Final Grade Equivalent
97-100 1.0
94-96 1.25
91-93 1.50
88-90 1.75
85-87 2.0
82-84 2.25
79-81 2.50
76-78 2.25
75 3.0
65-74 5.0

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
ADT and Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education