CMPUT 229 Laboratory Assignment - Sudoku Validator ================================================== Final Mark: /100 MARKS TOTAL ===== Part 1: _____ /80 sudokuValidator.s Part 2: _____ /20 Program Style ------------------------------------------------------------------------ Part 1: sudokuValidator.s Total: _____ /80 The categories in this section will be graded from the percentage of correct output from 35 test cases. _____ /50 sudokuValidator Function _____ /20 Sudoku Validity * Correct a0 return value. Incorrect values count against. _____ /10 Rows Bits * Correct a1 return value. _____ /10 Columns Bits * Correct a2 return value. _____ /10 Regions Bits * Correct a3 return value. _____ /30 validateArea Function _____ /10 Validity of Each Row * Correct return value when a1 is 0. Incorrect values count against. _____ /10 Validity of Each Column * Correct return value when a1 is 1. Incorrect values count against. _____ /10 Validity of Each Region * Correct return value when a1 is 2. Incorrect values count against. ------------------------------------------------------------------------ Part 2: Program Style Total: _____ /20 Some common deductions will include: (5 marks per deduction) No subroutine description No program header No explanation for register usage No block comments