About Seesaw Sign Up

Teachers, save “Functions 1 (BrainPOP)” to assign it to your class.

Mr. Wagner Guy Pierre

Functions 1 (BrainPOP)

Grades: 6th Grade, 8th Grade, 7th Grade
Subjects: STEAM, Computer Science

Student Instructions

1. Watch this movie = https://www.brainpop.com/technology/computerscience/functions/ 2. Complete this worksheet with the LABEL tool 3. Explain your answers In programming, a function allows you to name a set of commands, which you can run any time you want. To DEFINE a function, use FUNC and give it a NAME. Always follow a function with ( ). Then give your function its behavior by adding commands inside the curly braces. After you define your function, CALL it by name to run its set of stored commands. "Functions have a lot in common with variables. Both are programming shortcuts that work sort of like containers. But while variables hold information, functions can hold lists on instructions."

Loading