Pseudocode is a step between the blocks or commands in VEXcode and regular language. Oftentimes, students can "guess and check" their way to finding a solution. This, however, does not result in them building a conceptual understanding of the coding concepts.
Pseudocode can be used to help students create a conceptual understanding of Computer Science and of their code. Students use pseudocode to communicate the behaviors they want their robot to perform during a project to compete a task.
Steps to Pseudocode
These steps go through what the students and teacher should do so students can build a list of behaviors that make up the task, and understand how they relate to the desired robot behaviors before they begin to code.
1. Break the task down into the smallest possible behaviors.
This can be done by sketching out the task or by making notes about the steps.
Engineering Notebook
VEXcode EXP Blocks
VEXcode EXP Python
2. Label the behaviors. This can be done in an engineering notebook or by using comments in VEXcode EXP.
3. Have students share their pseudocode with the teacher. This is when the teacher can have a conversation with the students about the expectation of the robot, and the task the robot is actually supposed to perform.
If the student's pseudocode matches the expectations, they can begin their coding. If pseudocode does not match the expectations and/or the task, then encourage students to go back to step one and break the task down into even smaller behaviors and go through the process again.