Student's Name _______________________________

    CSCI 131 - Techniques in Programming, Spring2014

    Home | | Schedule | | Assignments | | Lectures | | Resources

    Project One Grading Specifications

    EXECUTION (30 points)

    Correctness    (21 points)
    Gets initial position     _____ (2)
    Gets initial velocity     _____ (2)
    Gets time                 _____ (2)
    Computes final position   _____ (6)
    Computes final velocitys  _____ (6)
    Outputs to external file  _____ (3)
    
    PROGRAM LISTING (20 points)

    Style          (14 points)
    Gravity is a const defined in main()_____ (2)
    Consistent Indent/Align             _____ (2)
    Consistent Upper/Lower case         _____ (2)
    Includes required libraries         _____ (2)
    Spacing in arithmetic expressions   _____ (2)
    Descriptive variable names          _____ (2)
    Good use of white space             _____ (2)
    
    I/O Clarity      (9 points)
    Clear Prompts               _____ (2)
    Blank(s) after prompt
        (before response)       _____ (2)
    Mimics Sample Output        _____ (5)
    
    Commenting	(6 points)
    File Prologue                       _____ (2)
    Comments Variables                  _____ (2)
    Comments ends
       (right curly brackets: })        _____ (2)
    
    Total for EXECUTION: Total for PROGRAM LISTING:
    TOTAL SCORE FOR PROJECT (50 possible):

    Note: Runtime and Compiletime errors may each cost 50 percent of the project's value.


    Home | | Schedule | | Assignments | | Lectures | | Resources


    Constance Royden--croyden@cs.holycross.edu
    Computer Science 131
    Last Modified: February 6, 2014
    Page Expires: September 8, 2014