Top Down and Decompose Flashcards
1
Q
Break Down (Decompose)
A
Splitting a code 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
The visual structure of how your code is laid out; uses tabs to organize code into a hierarchy
4
Q
Start Function
A
The function that is called when you click run
5
Q
Decomposition
A
Breaking your program into smaller parts
6
Q
Top Down Design
A
A method for breaking our program into smaller parts
7
Q
Algorithm
A
A set of steps or rules to follow to solve a particular problem