CS306 Processing Systems and Structures Lockwood, Spring 2004

Machine Problem 1: Grading Report

Please visit a TA in the Urbauer 115 Laboratory during Lab Hours and ask him or her
to complete and submit this form when you demonstrate your machine problem.

The TA should: check your solutions and complete all fields on this form.

Once this form is submitted, use your own machine to upload code for your machine problem

Student ID Use same ID as selected in HW0. Enter in ALL CAPS
Student Name (first)
(last)

CategoryPointsMinMax
CheckLetter
  • Compare the current letter against the first letter in the word.
  • Sets ZF=0 for matching letter
08
PrintMatrix
  • Prints the matrix onto the screen
010
CheckRight
  • Scans origMatrix from that position to see if the entire word is a match in the direction given.
  • Sets ZF=0 for matching word
  • Check that words may wrap within the same row or column.
  • Student should verify that program can properly locate: 'BINARY', 'NIBBLE', 'SEGMENT', 'VIDEO', 'REGISTER', and the number '9' (case matters).
  • TA should test program with their own version of a word matrix Student should then re-assemble their program and test their program with a different matrix of letters.
04
ReplaceRight
  • Moves the word into the EndMatrix in the direction given.
  • Replaces '.' with letters where they appear in the matrix.
04
CheckDown (Similar to CheckRight) 04
CheckLeft (Similar to CheckRight) 04
CheckUp (Similar to CheckRight) 04
ReplaceDown (Similar to ReplaceRight) 04
ReplaceLeft (Similar to ReplaceRight) 04
ReplaceUp (Similar to ReplaceRight) 04
Penalty/Bonus
Before 5pm on deadline: +1 pt/weekday (max 5)
After 5pm on deadline: -10 pts/weekday
-50+5
Total (Sum of scores) 055

Originality Verification
In the box below, have the student type:
"I assert that all work in this assignment is my own"
If that is not 100% correct, have the student detail exactly what
part(s) of their work is not theirs and who wrote it or who they
worked with in order to complete the assignemnt.

TA Remarks