CompSci 101, Spring 2025
Assignments

Compsci 101 Assignments



Assignments

For each assignment, you must complete the corresponding REFLECT form linked in the box below (except for Assignment 1).

Due to drop/add, Assignment 1: can be turned in by January 23 at 11:59pm EDT with no penalty.

Assignment REFLECT Due Date

Assignment 1: Programming
with Blockly

In Assignment January 16

Assignment Submission

All assignments must be turned in by 11:59pm on the due date given. All assignments will include information on how to submit. This will likely be using Gradescope.

You are responsible for ensuring that all files are turned in on time, if a program is turned in late there is a penalty detailed online here.

Starter Code

Many assignments will include code to get you started. This may consist of completed modules that you will utilize but not modify or modules in which some functions have been completed and others are left for you to fill in. In either case, comments will clearly indicate which sections of the code you may edit and which must not be modified.

Code Style

Note that a small portion of your assignment grade is based on the readability of your program. This readability grade includes style, comments, and the naming of variables and methods. You must include a comment at the top of each source file you modify that includes your name and your netid. Then include a comment for every function and every major block of your code. Function names, variable names, etc should be meaningful. The variable name totalCost is more meaningful than the variable name x.

Regrades

If you have concerns about an item that was graded (lab, apt or assignment), you have one week after the grade is posted to fill out the regrade form here.