This shows you the differences between two versions of the page.
— |
cc17:grading_policies [2017/01/23 11:53] (current) hossein created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Grading Policies ====== | ||
+ | * 5% : Attendance & Participation | ||
+ | * 5% : Interpreter for while language | ||
+ | * 10%: Lexical Analysis (Scanner) | ||
+ | * 10%: Syntax Analysis (Parser) | ||
+ | * 10%: Semantic Analysis (Name Analyzer) | ||
+ | * 10%: Semantic Analysis (Type Analyzer) | ||
+ | * 10%: Code Generation | ||
+ | * 10%: Optimization (Bonus: +5% ) | ||
+ | * 15%: Homework | ||
+ | * 15%: Final Exam | ||
+ | |||
+ | ==== Final letter grades ==== | ||
+ | |||
+ | ^ Letter grade ^ Numeric grade ^ | ||
+ | | A | [93,∞) | | ||
+ | | A- | [90,93) | | ||
+ | | B+ | [87,90) | | ||
+ | | B | [83,87) | | ||
+ | | B- | [80,83) | | ||
+ | | C+ | [77,80) | | ||
+ | | C | [73,77) | | ||
+ | | C- | [70,73) | | ||
+ | | D | [60,70) | | ||
+ | | F | [0,60) | | ||
+ | |||
+ |