Please enable JavaScript to use CodeHS

IB Computer Science Higher Level (Year One)

Lesson 11.3 Documentation with Comments

Description

In this lesson, students will learn how to document their programs using comments. Comments are important to programming because they allow others to easily interpret and use the program code correctly. They can also be used as a debugging tool. This lesson corresponds with AP Computer Science A topic 5.3.


Objective

Students will be able to:

  • Describe the functionality and use of program code through comments