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 2: Faces
Reflect form January 30

Assignment 3: Turtles
Reflect form February 13

Assignment 4: Transform
Reflect form February 27

Assignment 5: Guess Word
Reflect form March 20

Assignment 6: Clever Guess Word
Reflect form April 3

Assignment 7: Recommender
Reflect form April 17
No late submissions after April 23

Assignment 8: Create
TURN IN ON CANVAS
under assignments.
Reflect form April 23
(four grace days, last time to submit is April 27)
No late submissions after April 27

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.