Question

In: Computer Science

ITP100 Project: Part 3 Create the pseudocode solution to a program that calculates the final score...

ITP100 Project: Part 3 Create the pseudocode solution to a program that calculates the final score and letter grade for one student. Please use the following grading system: 9 Homework Assignments – 100 points each 10 points 11 Quizzes – 100 points each 5 points 5 Projects – 100 points each 10 points 6 Discussion posts – 100 points each 10 points 4 Exams – 100 points each 65 points A = 90 – 100% B = 80 – 89% C = 70 – 79% D = 60 – 69% F = 0 – 59% Modify part 2 of the project by including repetitive structures, functions and input validation (Chapters 5, 6 and 7). Try to reduce your code by reusing functions or modules that perform similar tasks. Do not use arrays. Grading Rubric for this assignment Incorrect Some Errors No Errors Points Awarded Correct main module 0 3 5 Correct variable declarations 0 5 10 Correct constant declarations 0 3 5 Correct structured pseudocode selection and repetitive structures 0 5 10 Appropriate use of modules and functions 0 7 15 Correct module/function calls with correct arguments 0 5 10 Correct module/function declarations with correct parameters 0 5 10 Correct variable scope 0 7 15 Correct formulas 0 5 10 Correct letter grade calculation

Solutions

Expert Solution

  1. First record the number of points each student gets in each of the modules (quizzes, exams....) calculate the total score by an excel formula, Example (=sum(A1:j1) / 500 points * 100 ) number of points that a student can get and multiply it by 100 to get the percentage.
  2. After getting results of each of the modules uses a formula called VLOOKUP example (=VLOOKUP(M20(the value you want to populate, A12: M12(range of the value), 12)(column of the value)) this formula will auto-populate the final grade system where a student will get the grade awarded.
  3. Inthe final grade system use an if function formulae that takes several conditions to satisfy the argument example :- =If(G6<59,"F",If(G6<69,"D",If(G6<79,"C",If(G6<89,"B",If(G6<100,"A"))))). this function is placed inthe final cell where a student will be graded.

PLEASE LIKE IT RAISE YOUR THUMBS UP
IF YOU have ANY DOUBT FEEL FREE TO ASK IN COMMENT SECTION


Related Solutions

ITP100 Project: Part 3 Create the pseudocode solution to a program that calculates the final score...
ITP100 Project: Part 3 Create the pseudocode solution to a program that calculates the final score and letter grade for one student. Please use the following grading system: 9 Homework Assignments – 100 points each 10 points 11 Quizzes – 100 points each 5 points 5 Projects – 100 points each 10 points 6 Discussion posts – 100 points each 10 points 4 Exams – 100 points each 65 points A = 90 – 100% B = 80 – 89%...
Create the pseudocode solution to a program that calculates the final score and letter grade for...
Create the pseudocode solution to a program that calculates the final score and letter grade for one student. Please use the following grading system: 9 Homework Assignments – 100 points each 10 points 11 Quizzes – 100 points each 5 points 5 Projects – 100 points each 10 points 6 Discussion posts – 100 points each 10 points 4 Exams – 100 points each 65 points A = 90 – 100% B = 80 – 89% C = 70 –...
Create a small program that calculates the final grade in this course, given the different assignments...
Create a small program that calculates the final grade in this course, given the different assignments and exams you will be required to take. The program should ask for all the grades through the semester, and as a final output it should compute the weighted average as well as give the final letter grade. You should use the syllabus for this course to calculate the final grade. • Five assignments worth 30 points each. • Three projects worth 100 points...
a.Create the logic for a program using pseudocode that calculates and displays the amount of money...
a.Create the logic for a program using pseudocode that calculates and displays the amount of money you would have if you invested $5000 at 2 percent simple interest for one year. Create a separate method to do the calculation and return the result to be displayed. b.Modify the program in Exercise 2a so that the main program prompts the user for the amount of money and passes it to the interest-calculating method. c.Modify the program in Exercise 2b so that...
Create a program that calculates the average of 3 test scores. Make use of an array...
Create a program that calculates the average of 3 test scores. Make use of an array to store the integer scores. const int size = 3; int testScores[size]; Send this array to a function that actually calculates and returns the average. 1. Tell the user what the program does. 2. Prompt the user to enter the integer scores. ( Use a for loop to do this. ) 3. Create and implement a function with prototype: double average( int a[], int...
As part of the Final Project, you will need to create and include an original chart....
As part of the Final Project, you will need to create and include an original chart. Input the data into an Excel document and create a chart you will be using in your Final Project. Be sure to include a clear title for the chart and correctly label all data and units. Include your approved topic somewhere on the page. *accounting I just need a sample of calculations. it's to show proper use of excel chart. you can use any...
Write program logic or pseudocode to create 3 small programs that do the following: The first...
Write program logic or pseudocode to create 3 small programs that do the following: The first should compute the sum of 2 given integers. The second should multiply the 2 integers. The third should triple the sum of the 2 integers.
Create a program in java that calculates area and perimeter of a square - use a...
Create a program in java that calculates area and perimeter of a square - use a class and test program to calculate the area and perimeter; assume length of square is 7 ft.
create flowchart using Flowgorithm and Pseudocode for the following program example:   Design a program for Jones...
create flowchart using Flowgorithm and Pseudocode for the following program example:   Design a program for Jones College. The current tuition is $12,000 per year, and tuition is expected to increase by 5 percent each year. Display the tuition amount for each year over the next five years (use a looping structure).
In C Program #include Create a C program that calculates the gross and net pay given...
In C Program #include Create a C program that calculates the gross and net pay given a user-specified number of hours worked, at minimum wage. The program should compile without any errors or warnings (e.g., syntax errors) The program should not contain logical errors such as subtracting values when you meant to add (e.g., logical errors) The program should not crash when running (e.g., runtime errors) When you run the program, the output should look like this: Hours per Week:...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT