Standards Alignment

Project 7.1: Follow the Light

StandardStandard ContentWhere is it in the lesson?
3-5.CS.3Determine potential solutions to solve simple hardware and software problems using common troubleshooting strategies.Students will need to differentiate and troubleshoot to see if issues they encounter are because of the hardware or the software.
3-5.AP.12Create programs that include events, loops, and conditionalsStudents will be programming reactions conditional on the light levels to which Bittle is exposed.
6-8.CS.3Systematically apply troubleshooting strategies to identify and resolve hardware and software problems in computing systems.Students will need to differentiate and troubleshoot to see if issues they encounter are because of the hardware or the software.
6-8.AP.19Document programs in order to make them easier to use, read, test, and debugExit ticket
9-12.CS.3Develop guidelines that convey systematic troubleshooting strategies that others can use to identify and fix errors.Students can keep a log of debugging steps for their unique trick, and refer to those steps for later projects.
9-12.AP.17Create computational artifacts using modular design.The sections of code in each conditional or repeating block act as modular segments of the overall code.