Skip to main content
CS Teaching Tips

Main navigation

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

Be careful to introduce code that students are equipped to understand; otherwise, students may not be able to demonstrate their comprehension.

Share Be careful to introduce code that students are equipped to understand; otherwise, students may not be able to demonstrate their comprehension. with FacebookShare Be careful to introduce code that students are equipped to understand; otherwise, students may not be able to demonstrate their comprehension. with Twitter
  • Students often get stuck when trying to parse unfamiliar syntax and are then unable to demonstrate their understanding.

More about this tip

Tags

  • Programming Concepts
External Source

Interview with Nick Melnyk

Other Tips By
Other Tips By Nick Melnyk

Similar tips

When teaching null dereferences, show a call that dereferences a null pointer in a debugger to give students a snapshot of what is happening.
Explain recursion with the example of determining your row in a stadium by asking the row in front of your what row it is… asking until you get to the first row, the base case.
Misconception: Return is a mystery to students because they may not understand that functions have an entry point and an exit point. This results in mistakes such as assuming Python will return the right thing.

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

Privacy Policy