Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Weight Considerations Assignments 15% TEqually weightedbest4ofs Lab Exams Midter

ID: 3673455 • Letter: W

Question

Weight Considerations Assignments 15% TEqually weightedbest4ofs Lab Exams Midterm Final Exam 15% 20% 2 lab exams, weighted equally 50% Students must obtain a grade of at least 50% on the final exam in order to pass the course. Any student obtaining a grade less than 50% on the final-exam will not receive aletterPade greaterthanDinthecourse. Table 1: CS1003 Marking Scheme, Winter 2016 assignment. The must-pass consideration does not apply when calculating your real course mars. " Once we calculated the percentage earned according to this scheme, we can translate that to a letter grade ** Please note that the considerations specified for the final based on the following conversion scheme: A+ 90-100 A 85-89 A- 80-84 C+ 60-69 C 50-59 D 40-49 F|

Explanation / Answer

studentData=xlsread('marksData.xls")
studentName=studentData(:,1);
num1=studentData(:,2);
numResult=studentData(:,3);

numEx=numel(num1);

for i=1:numEx
finalRes(i)=numResult+finalRes(i);

score=finalRes(i)/n
percent=score*100;
if percent<40
grade='F'
else if percent>=40 && percent<=49
grade='D'
else if percent>=50 && percent<=59
grade='C'
else if percent>=60 && percent<=69
grade='C+'
else if percent>=70 && percent<=72
grade='B-'
else if percent>=73 && percent<=75
grade='B'
else if percent>=76 && percent<=79
grade='B+'
else if percent>=80 && percent<=84
grade='A-'
else if percent>=85 && percent<=89
grade='A'
else if percent>=90 && percent<=100
grade='A+'

disp "Final grade for student:" studentName "," percent "," "and grade is" grade;

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote