Homework 10
Overview
Deadlines:
HW10 Reading and Checkpoints Recommended Deadline |
Sun 21-Jul at 12pm |
HW10 Main Deadline |
Mon 22-Jul at 8pm |
HW10 Late Deadline (see syllabus for details) |
Tue 23-Jul at 11am |
Solo vs Collaborative:
- Parts 0 and 2 are Solo
- Part 1 is Collaborative
- See the syllabus for details.
Grading
- 90% of your HW10 grade comes from completion of the exercises described in part 1.
- 10% of your HW10 grade comes from completing the VSCode setup in part 2.
Part 0: Reading and Checkpoints (SOLO)
This part only concerns reading and checkpoints, and not
code tracing or exercises (those are assigned below).
Read all the notes and carefully complete all the checkpoints in Unit 8.
While there is no official deadline, you need to complete this step to
unlock the HW. We recommend you complete this by Sun 21-Jul at 12pm.
Part 1: Required CS Academy Exercises (COLLABORATIVE)
This part is collaborative, as explained in the syllabus. Collaboration
is not required but is encouraged.
Be sure to properly cite your
collaborators!
Complete (with green checks) every exercise in the following section:
Part 2: VSCode Setup (SOLO)
-
Complete the VSCode setup according to the instructions here.
-
Download helloWorld.py
if you haven't already.
-
Modify the file so that it prints your name and andrewID, similar to
the screenshot below.
-
Run the file (using ctrl-B or cmd-B as noted in the VS Code
installation instructions). Your output in the terminal should look
similar to the screenshot below. If you encounter any issues, ask on
Ed or in Office Hours.
-
Once you are able to successfully modify and run the file, capture a
screenshot of your entire screen (which should look similar to the
image below) and submit it to Autolab under the
"VSCode-Setup" assignment. You will earn the points for this step if
your screenshot demonstrates to us that you have VS Code and Python
3.11 installed, and your code was run with ctrl-B or cmd-B.