Answered step by step
Verified Expert Solution
Question
1 Approved Answer
It wouldn't let me edit so this question should be waived. The programming can be done in just regular java IDE or MATLAB, whichever we
It wouldn't let me edit so this question should be waived. The programming can be done in just regular java IDE or MATLAB, whichever we choose. It can even be a combination if we like, I believe.. Either way this isn't a very advanced course so keep it simple lol!
You are to build a grading app for an instructor who needs to enter a. Exam #1 Score (0-50 points), b. Exam #2 Score (0-50 points), c. Exam #3 Score (0-50 points), d. Exam #4 Score (0-50 points), e. Assignment #1 Score (0-75 points) f. Assignment #2 Score (0-75 points) g. Assignment #3 Score (0-75 points), h. Assignment #4 Score (0-75 points). After entering all the scores, the maximum scores one student can get is 500. Based on the criteria given below, print the grade for the instructor. FinalScore >= 450 : "A", FinalScore):400: "B", FinalScore> :350: "C", FinalScore> 300: "D", Else : "F" However, since the instructor is very generous, he wants to give better grades to the students based on the statistics of the students (this is an example only, not an actual case with you!). Say, the distribution of the total points of 10 students are 400 350 370 280 300 290 310 340 350 330 Then, the criterion of the grade A is A: Average of the students (2 x Standard Deviation of the students) B: >- Average of the students+ (1 x Standard Deviation of the students) (but less than "A") C: >= Average of the students (but less than "B") D: > Average of the students- (1 x Standard Deviation of the students) (but less than "c") F: = 450 : "A", FinalScore):400: "B", FinalScore> :350: "C", FinalScore> 300: "D", Else : "F" However, since the instructor is very generous, he wants to give better grades to the students based on the statistics of the students (this is an example only, not an actual case with you!). Say, the distribution of the total points of 10 students are 400 350 370 280 300 290 310 340 350 330 Then, the criterion of the grade A is A: Average of the students (2 x Standard Deviation of the students) B: >- Average of the students+ (1 x Standard Deviation of the students) (but less than "A") C: >= Average of the students (but less than "B") D: > Average of the students- (1 x Standard Deviation of the students) (but less than "c") F:Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started