Skip to main content
CS Teaching Tips

Main navigation

  • Browse All Tips
  • Tags
  • 3D
  • About
  • Rate Tips
  • Tip Sheets

Find examples that help motivate difficult abstract concepts - like passing in a value to a function - to help students see their usefulness.

Share Find examples that help motivate difficult abstract concepts - like passing in a value to a function - to help students see their usefulness. with FacebookShare Find examples that help motivate difficult abstract concepts - like passing in a value to a function - to help students see their usefulness. with Twitter
  • For motivating passing in values: if students have a helper function that draws a square and they are then asked to use the helper function in a function that draws squares all over the screen, it is easier to motivate passing in a location, because it needs to know where to draw a square.

More about this tip

Tags

  • Programming Concepts
External Source

Interview with Michelle Friend

Other Tips By
Other Tips By Michelle Friend

Similar tips

Use Clock as an example of an abstract class because ALL clocks have the same mechanism for keeping time, a necessary property for an Abstract Class, to provide students with a strong real-world mental model for abstract classes.
Introduce “base-case” and “smaller-caller” as a helpful way for students to remember the different parts of recursion.
Have students play the Gidget debugging game for practice debugging in an engaging environment.

For more information or to report a bug, contact us at admin@csteachingtips.org. Built with Bootstrap. Powered by Drupal.

Privacy Policy