Please enable JavaScript to use CodeHS

Computing Glossary

Flashcards

Course:

Module:

Lesson:

Search:

Break Down (Decompose) JavaScript

Breaking down (decomposing) your code is splitting it into more functions.

Break Down (Decompose)

Pseudocode General

Pseudocode is a brief explanation of code in plain English.

Pseudocode

Decomposition General

Decomposition is breaking your program into smaller parts.

Decomposition

Top Down Design JavaScript

Top down design is a method for breaking our program down into smaller parts.

Top Down Design

Indentation General

Indentation is the visual structure of how your code is laid out. It uses tabs to organize code into a hierarchy.