CompSci 101, Fall 2022
Assignments

Compsci 101 Assignments




The semester is over! Enjoy some of these Assignment 7 Creates




Assignments

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

Due to drop/add, Assignment 0: can be turned in by 9/12 at 11:30pm EDT with no penalty.

Assignment REFLECT Due Date
Assignment 0: Programming
with Blockly
In Assignment September 8
Assignment 1: Faces Reflect Program: Sept 22
Assign Quiz: Sept 20 (no grace day)
Assignment 2: Turtles Reflect Program: Oct 6
Assign Quiz: Oct 4 (no grace day)
Assignment 3: Transform Reflect Program: Oct 20
Assign Quiz: Oct 18 (no grace day)
Assignment 4: Guess Word Reflect Program: Nov 3
Assign Quiz: Nov 1 (no grace day)
Assignment 5: Clever Guess Word Reflect Program: Nov 17
Assign Quiz: Nov 15 (no grace day)
Assignment 6: Recommender Reflect Program: December 6
Assign Quiz: Dec 5 (no grace day)
Assignment 7: Create Reflect
TURN IN ON SAKAI

December 9

4 Grace days: turn in
by Dec 13 with no penalty

Assignment Submission

All assignments must be turned in by 11:30pm 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.