Skip to content

Instantly share code, notes, and snippets.

@rogerwschmidt
Created February 13, 2018 16:55
Show Gist options
  • Save rogerwschmidt/fa1e17e825575e908182351d010ebab5 to your computer and use it in GitHub Desktop.
Save rogerwschmidt/fa1e17e825575e908182351d010ebab5 to your computer and use it in GitHub Desktop.

Functions Instructor Notes

Objectives

  • Define what an abstractions is
  • Explain why abstractions are useful
  • Define what a function is and why they are useful
  • Explain the syntax of functions
  • Describe why functions are abstractions

What are abstractions?

  • With your table, create a definition of what an abstraction is. Also, describe one abstraction that you have worked with

Why are abstraction useful?

  • With your table, synthesize and explanation of why abstractions are useful. Add an example of when an abstraction helped you be more productive.

Define what a function is and why they are useful

  • With your table, create a definition of functions and explain why they are useful

Explain the syntax of functions

  • With your table, create a syntax guide for functions

Why are functions abstractions?

  • With your table, describe why fuctions can be used as abstractions?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment