You are here: Home / Past Courses / Fall 2016 - ECPE 170 / Labs / Grading Rubric Lab 4

Grading Rubric Lab 4

Assembly Source Code icon lab4_rubric.txt — Assembly Source Code, 1 KB

File contents

Grading Rubric - Lab 4
Lab Value: 150 points
================================================

Notes:
* Zero points if assignment does not compile for any reason
  (e.g. missing files or code errors)
  Assignment will be returned to student without grading
* Subtract 5 points for any warnings during compilation using 
  required GCC options
* Subtract 5 points if too many files are added to version
  control (such as program binary, .o object files, or ~ text
  editor temporary files)

Points breakdown:
Makefile (10 points):
Division of program into functions (10 points):
Use of header (.h) and source (.c) files (10 points):
Use of WordSearch structure (10 points):
File input from test puzzle file (25 points):
Dynamic memory allocation for puzzle (25 points):
User Interface (Prompting, Error checking) (20 points): 
Game Play Logic (20 points): 
Test case with example puzzle and user input (20 points):