Skip to main content
CS Teaching Tips

Main navigation

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

Development Methods

Break down lengthy or elaborate processes into discrete steps that students can perform sequentially. This strategy can be an important tool for success.

Use a variety of teaching styles to keep your students’ attention throughout the duration of the class period.

Lay out what good programming style consists of for your class to encourage good style and make debugging easier.

For AP CS courses, consider using the linked Java API that only contains the subset of classes and methods that the AP course uses.

Teach students that running tests cannot prove that a code works. It can, however, prove that code is not working.

When developing for the web, have students run their code in multiple browsers to ensure compatibility.

When teaching Web Development, look for a textbook with good examples, not just good explanations.

When creating websites, many misconceptions students have arise from not fully understanding CSS, Cascading Style Sheets.

Emphasize that students should know which HTML tags are self-contained to make writing and debugging code easier.

Remind students about steps of the problem-solving process as they develop algorithms to solve programming problems.

Pagination

  • Previous page ‹‹
  • Page 20
  • Next page ››
Subscribe to Development Methods

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

Privacy Policy