Skip to content
mike-snhu edited this page Aug 16, 2026 · 3 revisions

IT 140 Module Four Assignment Wiki

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.

What Is Graded?

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.

Wiki Pages

A Good Rule for This Repository

When instructions differ, use this order:

  1. Current Module Four Assignment Guidelines and Rubric in D2L Brightspace
  2. Current instructions from your instructor
  3. Official Higher/Lower Game Sample Output
  4. Repository README files
  5. Supplemental wiki explanations

The repository should help you understand and complete the assignment; it should not create additional graded requirements.

Clone this wiki locally