Machine Problems (MPs)

There will be programming assignments (MPs) roughly every week that is worth 100 points each. There's no deadline extension for COVID related or other medical and non-medical related circumstance. Instead, the lowest MP score will be dropped.

MPs will be distributed on Thursday and due (by computer hand-in via Github) the following Thursday at 10.00 pm.

If you are working in a group, each group member must turn in his/her own copy of code in Github. We cannot grade your partner's copy as yours. Mention your group members by NetID near the top using comments:

; partners: itabrah2, tmoon, ubhowmik
;

or

/*partners: itabrah2, tmoon, ubhowmik */
#include <stdio.h>

Note that it's your responsibility to ensure the latest code submission is the version you want to be graded. You can turn in the assignments late until Saturday (48 hours after the deadline) and get a penalty of 2 points for each hour late. These assignments will use the EWS laboratory environment. The first two will require you to write LC-3 assembly language, while the remaining will require you to write C code. Some of the assignments may build from week to week.

James Scholar students who wish to earn honors credit in this course should complete additional MPs. See the Honors page in the menu pane.

Machine Problem Submission due date Points
MP 01 - Printing histogram01/25100 pts
MP 02 - Stack calculator02/01100 pts
MP 03 - Pascal's triangle02/08100 pts
MP 04 - Debugging with GDB02/17100 pts
MP 05 - Codebreaker02/22100 pts
MP 06 - Game of Life02/29100 pts
MP 07 - Sudoku Solver03/07100 pts
MP 08 - 204803/21100 pts
MP 09 - Maze03/31100 pts
MP 10 - Sparse Matrix04/11100 pts
MP 11 - Introduction to C++04/18100 pts
MP 12 - Anagrams04/28100 pts
⚠️ Note
We will drop your lowest-scoring MP. However, feedback from past students has been that MP12 (mostly because it uses C++ STL) is very beneficial for CS225. To encourage you not to drop MP12, we will multiply whatever score you get in MP12 by 1.2x.

MP Regrades

Grades for MPs will be released here on Canvas and on Github, usually on the second Monday after they are due.

You can check the full breakdown of the autograder results and grade on Github at

https://github.com/illinois-cs-coursework/[ttYY]_ece220_[netid]/tree/grade/[mpX]/grade.txt

If you believe there was a mistake in the autograder, an edge case that was missed, or an issue with submission/Canvas, submit a regrade request by submitting to the corresponding assignment on Gradescope.

Be specific about the issue, and explain why you believe you deserve partial credit.

The deadline to submit an MP regrade request will be one week after grades are released.

For example, MP 1 is due Feb 1. Regrades can be requested starting Feb 05, and will need to be submitted by Feb 12 deadline.

All rights reserved by ECE220@UIUC. Design by Asher Mai & Ivan Abraham.
Last modified: March 07, 2024. Website built with Franklin.jl and the Julia programming language.