Skip to main content
CS Teaching Tips

Main navigation

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

Misconception: Students create a new instance variable when they only need a local variable.

Share Misconception: Students create a new instance variable when they only need a local variable. with FacebookShare Misconception: Students create a new instance variable when they only need a local variable. with Twitter
  • For example, in Java, students create an instance variable public int count that is only used in one method, so they should instead create a local variable.

More about this tip

Tags

  • Content Misconceptions
  • CS 1
  • Intro Programming
  • Java
External Source

"Exploring programming misconceptions: an analysis of student mistakes in visual program simulation exercises" by Teemu Sirkiä and Juha Sorva.

Other Tips By
Other Tips By Juha Sorva
Juha Sorva

Similar tips

Teach students that running tests cannot prove that a code works. It can, however, prove that code is not working.
Have students create a Python program that implements an automated authorship detection algorithm, which gives them an opportunity to practice working with strings, lists, and loops.
Emphasize that Scratch is REAL coding; this lets students know that programming in educational languages like Scratch or Python is valuable even though these languages aren’t commonly used in industry.
  • CSTT Facebook
  • CSTT Twitter

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

Privacy Policy

  • National Science Foundation
  • Sage Fox Group
  • Harvey Mudd College