-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the supplemental wiki for the IT 140 Module Four Assignment.
Start with the repository README:
https://github.com/GC-STEM/it140-m4-assignment
The README contains the step-by-step assignment workflow. This wiki explains concepts and tools that can help you follow those instructions. It does not replace the Module Four Assignment Guidelines and Rubric or the Higher/Lower Game Sample Output in D2L Brightspace.
The assignment has one graded design deliverable:
-
design/hilow_game.pseudo— pseudocode
The Module Four rubric evaluates:
- Logical program steps
- Input and output
- Program flow using decision branching and loops
The repository also includes optional Construct and Test phases so you can practice carrying your pseudocode into Python and checking the resulting program.
Analyze → Design → Construct → Test
You may stop after completing and reviewing the graded pseudocode, then submit it according to the current Guidelines and Rubric. Continuing through Construct and Test is recommended practice, not an additional graded requirement.
- Understanding the SDLC — See how Analyze, Design, Construct, and Test fit together in this assignment.
- Understanding the Assignment Documents — Learn the purpose of the Guidelines and Rubric, Sample Output, SRS, SDD, SDW, and starter files.
- Pseudocode, Loops, and Program Flow — Review how sequence, validation, branching, and repetition fit together without receiving a completed assignment solution.
- Working in Your Course IDE — Work with Markdown, pseudocode, and optional Python files in VS Code.
- Testing and Debugging — Use sample scenarios, manual tests, and optional automated checks if you complete the Python practice.
- Git and GitHub During the Assignment — Save and back up your work safely.
- Assignment Problems and Support — Choose the right place to ask a question or report a technical problem.
- Sources, Citations, and AI Use — Keep track of outside help and follow the current assignment AI guidance.
When instructions differ, use this order:
- Current Module Four Assignment Guidelines and Rubric in D2L Brightspace
- Current instructions from your instructor
- Official Higher/Lower Game Sample Output
- Repository README files
- Supplemental wiki explanations
The repository should help you understand and complete the assignment; it should not create additional graded requirements.