FINAL Grades
-
Objections are evaluated. Some partial credits are recalculated. Your grade may have been changed even if you did not make any objections. Please read the common mistakes below.
- You can see the updated results of FINAL exam from here (765 K) as a PDF File, or here (780 K) as a web page..
- Following are some common mistakes:
- In question 2, some of the students forgot to initialize the variable that is used to calculate the mean value. Normally when you don't initialize a variable that is defined inside a function, it has a random value. However, for some reason, those codes work correctly in the online compiler. We just cut off 2.5 points of the grade from those students who forgot to initialize the variable but whose codes work correctly in the online compiler. Normally those codes will not work in a standard ANSI C compiler.
You can see your codes, your outputs, test inputs and correct code for all the questions (keys) using this link.
MT2 Grades
-
Objections are evaluated. Many of the students' grade is changed.
- You can see the updated results of MT2 from here (1 MB) as a PDF File, or here (1.3 MB) as an HTML file..
- We have changed the input test set of Question 1 and added inputs with smaller values.
You can see your codes, your outputs, test inputs and correct code for all the questions (keys) using this link.
MT1 Grades
-
Objections are evaluated. Some partial credits are recalculated. Your grade may have been changed even if you did not make any objections. Please read the common mistakes below.
- You can see the updated results of MT1 from here (1 MB) as a PDF File, or here (1.3 MB) as a web page..
- Following are some common mistakes:
- Writing any thing extra on the screen. Such as "enter the input", "the result is", "current is", "invalid ID"... You were warned during the exam and it was clearly written on the exam sheet that you are expexted to receive the input and print the output as they are shown on the exam sheet.
As it is the first exam we have given partial credits for these kind of mistakes but for MT2 and Final, these kind of answers will receive 0 grade. It is important that you should take the input and print the output exactly as indicated on the exam sheet.
You can see your codes, your outputs, our inputs and correct code for all the questions (keys) using this link.