top of page

Create Performance Task consists

three main parts:

1. Designing and creating a program

2. Debugging and testing the program

3. Documenting the program 

You will submit the following three items: 

1. A video of your program running

2. A PDF of your responses 

3. A PDF of your entire program code

SURVIVAL TIPS 

Steps of the Software Development Cycle

Bright Idea Bulb

Decide your vision for your program

  • Will you solve a problem?

  • Will you learn something new?

  • Will you create something?

  • Will you replicate behavior?

  • Will you generate a tool to use? 

1. IDEA

Code

Write your program based on your design. You can choose whatever language you want to learn and use it to create your own program.

3. IMPLEMENT

UX

Decide on the approach you will use for your program. Flowchart or some other visual mapping of your plan is common in this step.

2. DESIGN

Man Typing on a Laptop

Fix what is not working to align your program with your data.

4. TEST

bottom of page