Please enable JavaScript to use CodeHS

Fundamentals of Cybersecurity

Lesson 13.6 Organizational Techniques

Description

In this lesson, students learn about the importance of planning when writing complex programs. Students learn that flowcharts and pseudocode are essential tools that help break down a problem. Students also learn how to use comments in JavaScript as a way to make their code more readable.


Objective

Students will be able to:

  • Explain the role of pseudocode and flow charts in writing complex programs
  • Explain how adding comments make a program clearer and more readable