CMPSCI 383: Artificial Intelligence

Fall 2014 (archived)

Assignment 00 Graded

Assignment 00 has been graded.

The assignment was worth three points in total.

I asked Patrick to grade strictly according to the rubric below. If you think he made a mistake you can check in with him. But generally, if you have concerns about the grading on assignments please complain to me, not him.

  • 1 point was awarded if you submitted a résumé as PDF file with a reasonable name.
    • -½ point if it was in the wrong format (.doc, etc.)
    • no points were granted if you didn’t submit anything matching the description above.
  • 1 point for each of the two functions of your Hello World program.
    • -½ point if the spacing for either/both is wrong, either newline(s) or extra inter-word spaces.
    • -½ point for other errors, e.g., both Hello and World should have been capitalized in the output; java HelloWorld Marc should have produced Hello Marc not Hello World Marc, etc.