Standards Alignment
Project 7.1: Follow the Light
| Standard | Standard Content | Where is it in the lesson? |
| 3-5.CS.3 | Determine 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.12 | Create programs that include events, loops, and conditionals | Students will be programming reactions conditional on the light levels to which Bittle is exposed. |
| 6-8.CS.3 | Systematically 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.19 | Document programs in order to make them easier to use, read, test, and debug | Exit ticket |
| 9-12.CS.3 | Develop 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.17 | Create computational artifacts using modular design. | The sections of code in each conditional or repeating block act as modular segments of the overall code. |