You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Below the HW list there are details about how the HW will be graded.  Make sure to review this!


The class reading assignments are part of each week's homework.  These should be completed before class each Monday to prepare for the week's topics.


If you didn't complete an exercise in class, you should complete it on your own to prepare for the week's homework problems.

Assignments


All homework assignments are due on-line by 11am on Thursday.  Solutions posted to Canvas.


Due Dateassignment       
Jan 25HW01
Feb 1HW02
Feb 8HW03
Feb 15HW04
Feb 22HW05
Feb 29HW06
Mar 7Spring Break
Mar 14None
Mar 21HW07
Mar 28HW08
Apr 4HW09
Apr 11HW10
Apr 18HW11
Apr 25HW12

2-May

(Noon Thur)

Final Project


General comments on Homework


  • Follow the weekly instructions carefully.

  • Start your homework early. At least read over the problems on Wednesday when they are posted.

  • Don't start coding a problem until you have a good understanding of how to approach it. Otherwise you may write a different program than the expected one and this may add a lot of extra work.

  • Questions? See your TA/Instructor, and use the Piazza discussion group.

  • You may (and are encouraged to) discuss the programs (strategies, coding problems, etc) with your classmates, but you may not share/copy code solutions.

  • Your submitted source will be used for grading - comments will be returned to you electronically via GitHub.

  • You will pledge the electronic copy, and this pledge signifies that you are the sole author of the assigned source code. See the example below for the required comment heading to be included in your program files.

# Example Program Header
# Name:   Craig Group   Date:  1/20/22
# UserId: rcg6p
# Homework #: 1
# Problem #: 4b
# 
# Program Name: rcg6p_program.py #

Submitting your Homework Online

We will use Github for all HW assignments in this course.

Getting access to your files

Note: to turn in your work use Git from the command line terminal in your Rivanna HW directory.  

But, in case you want to transfer your work to your local computer. Instructions are provided below.

(1)If you use the On Demand Desktop client or web interface then you can open Collab directly on Rivanna and upload your HW files. This should be fairly straightforward.

(2) For copying files to and from rivanna (for example, to your local machine for upload to Collab) you may use the web-based file browser (requires VPN if offsite):

https://rivanna-portal.hpc.virginia.edu

(3)Copy files directly to your computer from rivanna

Alternatively, if you have one of the programs installed that supports secure shell and file copy (ssh and scp) (Software page), you can use that to copy a file to your local PC.

Homework Grading Guidelines

Some general guidelines are below. Rubrics for each assignment will be provided as well.

  1. Compiling without errors, runs OK, reasonable results: ~25%

  2. If the result is exactly as expected ( no calculation errors, etc. ), the structure/output of the code is clear, and good programming habits are used, then we award the other ~75%. Conversely poor structure/clarity, output preparation, programming habits, will count against this 75%. The output from your programs should be easily readable and descriptive. Make sure your design satisfies any explicit requirements on program structure. Use descriptive variable names in your code. Include comments in key areas of your code as necessary to explain your work. Refer to the style guide for some tips to make your code more readable.

  3. Avoid compiler warnings: approximately -10% per question, per type of warning message (unused variables, type mismatch, etc…), with a max of three warning penalties. On a 10-point homework question, that means every warning is -1 point, up to -3 total.

We will try to follow the following table when grading HW:




Runs with reasonable results25%-Plot is correct60%
Exact results (+-epsilon)25%-Axis labels10%
Data input validation10%-Units on labels10%
Good variable and function names10%-Title or legend10%
Proper structure (loops and functions)10%-Reasonable domain/range10%
Indentation / Brackets10%-

Good commenting5%-

Input/Output Formatting5%-



Note: We may change this for specific assignments as needed. But following this prescription is the goal of the graders.


  • No labels