Feb.8, 2019 Flashcards
1
Q
Break Down (Decompose)
A
Breaking down (decomposing) your code is splitting it into more functions
2
Q
Read Like a Story
A
Programs that “Read like a story” have good decomposition and make the code easy to follow
3
Q
Indentation
A
Indentation is the visual structure of how your code is laid out. It uses tabs to organize code into a hierarchy
4
Q
Start Function
A
This is the function that is called when you click run
5
Q
Decomposition
A
Decomposition is breaking your program into smaller parts
6
Q
Top Down Design
A
Top down design is a method for breaking our program down into smaller parts
7
Q
Algorithm
A
An algorithm is a set of steps or rules to follow to solve a particular problem