Functions Flashcards
1
Q
Define a Function
A
to teach the computer a new command and explain what it should do when receiving that command
2
Q
Calling a Function
A
actually giving the command, so the computer will run the code for that function
3
Q
Indentation
A
the visual structure of how your code is laid out; uses tabs to organize code into a hierarchy
4
Q
Curly Bracket
A
An open curly bracket is { and a close curly bracket is }
5
Q
Function Body
A
the part of a function that contains the commands