CMSC-202 Section 1 Fall 1997 The following guidelines will be used by graders for all homeworks that involve programming. The guidelines are necessarily flexible because not every possible programming situation can be anticipated. Please be sure to read the Programming Guidelines for information on style, commenting, global variables, etc. The range of points that will be deducted is shown. Use the data as a guide. - Non-working makefile : -100 points - Program does not compile : -40 points - Program compiles with warnings : -10 points - Program has execution problems (seg fault, bus error, etc) : -40 points - Invalid or wrong output : - 0 to 100 points - Use of a global variable : - 30 points - Improper comments : - 0 to 30 points - Poor modularity : - 0 to 30 points - Poor algorithm : - 0 to 30 points - Poor identifier names : - 0 to 10 points