Skip to content

Juniors Coding Development Path


What grade 7-8's should know

Competencies

Functions: Understanding how to create and use functions

  1. Create a function that plays a sound when it is called.
  2. Create a function that moves a sprite a certain distance when it is called.
  3. Create a function that changes the background color when it is called.
  4. Create a function that spawns a new sprite when it is called.
  5. Create a program that uses multiple functions to create a more complex program.

Lists: Basic understanding of lists and how to use them

  1. Create a program that stores a list of student names and their grades and calculates the class average.
  2. Write a program that filters a list of strings based on a specific criterion, such as length or character.
  3. Create a program that generates a random password by selecting characters from a predefined list.
  4. Using keyboard inputs to make a bird jump
  5. Creating a dance party based on certain inputs

Control Structures: Understanding different control structures, such as for loops and while loops

  1. Write a program that uses a for loop to iterate over a list of items and perform a specific action.
  2. Develop a program that uses a while loop to simulate a game or a simulation.
  3. Create a program that uses a do-while loop to continuously prompt the user for input until a valid value is entered.

Variables: Intermediate understanding of variables and how to use them effectively

  1. Create a program that stores data in variables and performs calculations based on the values.
  2. Write a program that uses arrays or lists to store data and access specific elements.
  3. Develop a program that uses variables to store user input and manipulate the data.

Functions: Intermediate understanding of functions and how to use them effectively

  1. Write a program that defines and calls a function to perform a specific action, such as printing a message or performing a calculation.
  2. Develop a program that uses multiple functions to perform a complex task, such as sorting a list or searching for an item.
  3. Create a program that uses recursion to solve a problem, such as calculating the factorial of a number or finding the Fibonacci sequence.

Decomposition: Understanding how to zoom in and break down a problem into smaller parts

  1. Write a program that breaks down a complex problem into smaller, more manageable sub-problems, and solves them individually.
  2. Develop a program that uses modular programming concepts to separate code into reusable and understandable parts.
  3. Create a program that uses abstraction to hide the complexity of the code from the user, such as by using a simple interface to interact with a more complex system.

Debugging: Advanced problem-solving skills to fix complex errors in code

  1. Debug a program with errors caused by incorrect data types, such as trying to perform arithmetic operations on strings.
  2. Fix a program with errors caused by incorrect variable scopes, such as using a variable outside of its defined scope.
  3. Debug a program with errors caused by incorrect control structures, such as an incorrect loop condition or if/else statement.

Resources

Tools

  • Python turtle complex project
  • Autonomously building games in code.org

See also