|
|
"That brings us to the first 20th centrury idea that's become
obsolete: the idea of a computer program as a single sequential series
of instructions" - Andrew Herbert, Microsoft in the British Airways
Highlife Magazine!
- 12 Nov: Assignment 2 results are
available. You can pick up paper copy with some details from Julie
Arnold in the CS front office. I will be in US from 13-22 November. If
you specific questions you can see tutor Jie Cai in N221.
- 10 Nov: Final assessment scheme:
| | Assign 1 | Assign
2 | MidSemester | FinalExam | Derived Mark |
| | /20 | /20 | /20 | /40 | |
| Original | w | x | y | z | fm0= w+x+y+z |
| Mod1 | w | x | | z | fm1= (z>20) ? min(100*(w+x+z)/80,79) : 0 |
| Mod2 | w | | | z | fm2=
(w >10 && z > 20) ? min(100*(w+z)/60,59) : 0 |
| Mod3 | | x | | z | fm3=
(x>10 && z>20) ? min(100*(x+z)/60,59) : 0 |
Your final course mark would then be
Final Mark = Max(fm0, fm1, fm2, fm3)
|