Objectives:
Work through the Blockly Music Procedure Challenge
Add a Reset Procedure to your Paint Pot App
In MyCS (Course 1), we defined functions as pieces of code that you can easily call over and over again. For our purposes, functions and procedures are the same thing (also called subroutines).
Later in computer science, you will learn the difference between procedures and functions. In short, procedures perform a task, while functions produce an output (like a mathematical calculation).
Go to Blockly Music and work through Puzzles 1-9
If you finish early: Continue practice using procedures in Code Studio: