Develop Programs
Develop Programs
- The student demonstrates the ability to develop simple, sequential programs that solve a variety of programming problems.
- The solution may not be an efficient solution to the problem
- The solution may not fully work as intended
- The solution may not use sensible variable names
Example 1 – Draw a triangle.
Example 2 – Ask for user input, adding two numbers and display the output.
Debug & Test Programs
Debug & Test Programs
Students can spot simple mistakes in sequential programs.
Examples
Example 1
Evaluate Programs
Discuss Programs
Examples