Standards in this Framework
| Standard | Description |
|---|---|
| 126.19.c.1B | analyze the patterns and sequences found in pseudocode and identify its variables |
| 126.19.c.1C | practice abstraction by developing a generalized algorithm that can solve different types of problems |
| 126.19.c.1E | develop, compare, and improve algorithms for a specific task to solve a problem |
| 126.19.c.1F | analyze the benefits of using iteration (code and sequence repetition) in algorithms |
| 126.19.c.2A | construct named variables with multiple data types and perform operations on their values |
| 126.19.c.2C | modify and implement previously written code to develop improved programs |