Wednesday, November 16, 2016

Functions Unit 3 Stage 5

Prompt: List the benefits of being able to define and call functions in a program. Who specifically gets to enjoy those benefits?
The benefits of being able to call functions later save time, space, and a headache because the programmer does not have to re-make or copy lines from previous code over and over again. Therefore it specifically benefits the programmer.
Prompt: How is the use of a function an example of abstraction?
It makes things easier to read without writing every step out every time.

Prompt:  Explain more than one reason why programming languages have functions.
They make reading the code easier, they make creating the code faster, and they make big problems simpler.

No comments:

Post a Comment