Program Evaluation

Submitted by: Submitted by

Views: 294

Words: 353

Pages: 2

Category: Literature

Date Submitted: 01/21/2013 12:03 AM

Report This Essay

I. PROGRAM EVALUATION

Using the scoring guide rubric below, evaluate the multimedia program given to you by giving it a score, and JUSTIFY your score by making comments. Make your comments RELEVANT, CLEAR, CONCISE, and DIRECT TO THE POINT.

Criteria | Points | Comments |

Code Readability & Documentation (10)The code is easy to read and is well-documented. Explanations are clear and concise. | 10 | The code is well-documented; the variable names are separated from the main code for easy reading and quick knowledge of the variables used. The space between the codes is good so the visibility and readability is enhanced. The comments are also good and clear so it is not hard to understand the codes. -------------------------------------------------

-------------------------------------------------

-------------------------------------------------

-------------------------------------------------

-------------------------------------------------

|

Program Logic and Design (10)The program is easily modified and debugged; Program is highly logically organized; there is appropriate program design to match game strategy; | 8 | I think the logic for the program is good and it is organized well, however I think that the program can’t be easily modified for the reason that the program is a little complicated that if a variable is changed, many other variable must be changed also for the program to work again without any errors.-------------------------------------------------

-------------------------------------------------

-------------------------------------------------

-------------------------------------------------

-------------------------------------------------

|

Modularity and Abstractions (15)The program uses variable/subroutine names effectively. It is modular in design and is efficiently compact without sacrificing readability. There is flexibility of programming modules to changes | 14 | Variable names are easy to understand and know...