7 questions
How are programming languages different from spoken languages?
Programming languages are bigger
They are the same
Spoken languages are more exact
Spoken languages are more ambiguous or unclear
What is the purpose of a function?
To reduce the complexity of a program
To repeat code
Why do you name a function?
To make is more personable.
So the computer understands what the function does
So the programmer understands what the function does
Parameters are used when...
You need to repeat the same function over and over
You want to generalize a function and use it different ways
You need to split up a programming task into smaller chunks
Abstraction in a program allows for ...
Complexity
Simplicity
More lines of code
More interesting solutions
Functions are an example of ...
Complexity
Binary
RGB
Parameters
If I wanted to chunk a programming task into smaller pieces, I would use...
Loops
Functions
Hexadecimal
Top-down Design