Assignment#2 - marking grid - marked by James Fei Xin

Student total mark:___/100

Datafile design marks: ___ /30

    ___/10 file creation follows own specs

    ___/20 datafile design (based on generality and space efficiency)
           expected range between 10 and 20, where:
           10 = basic design
           20 = good design that includes course number and year
                represented as binary

Program marks: ___/70

    Testing diagnosis (TA chooses (X) one of the two below)
    (  ) Program doesn't compile or always crash when run
         Based on amount of code implemented and code style,
         your mark is ____ out of 25.

    (  ) Program compiles and run for at least one of the ouputs

         TESTING RESULTS (TA will choose "Ok" or list "problems found")
         Sample file 1 (original one):
            Ok
            problems found:
         Sample file 2 (searches only):
            OK
            problems found:
         Sample file 3 (various search and insert):
            OK
            problems found:

         CORRECTNESS AND EFFICIENCY:___/65
            ROUGH MARK BREAKDOWN (TA will list discount applied in
            the corresponding section below):

             initializations and finalizations (5 marks)
                 opening & closing files, command line, etc
             index creation (10 marks)
             parsing of desired operations (10 marks)
             search: index part (10 marks)
             search: datafile part (read and display) (10 marks)
             insertion: appending datafile (10 marks)
             insertion: modifying index (10 marks)

         STYLE mark:___/5
            areas that need improvement: