Module 1 · Learning to Drive
Lesson 4 · Parameters & Customization — Knowledge Checks
Name Date
You click the gear on a function block and drag an 'input name' block into the 'inputs' block. What happens to the function definition?
Answer Why?
Inside the function body, where do you get a block that holds the parameter's value?
Answer Why?
In the call square (side_length: 50), what is the 50?
Answer Why?
With square (side_length), calling square (side_length: 35) makes the robot drive each side how long?
Answer Why?
A function is defined as draw rectangle (length, width). Are draw rectangle (50, 30) and draw rectangle (30, 50) the same?
Answer Why?