Top Down and Decompose Flashcards

1
Q

Break Down (Decompose)

A

Splitting a code into more functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Read Like a Story

A

Programs that “read like a story” have good decomposition and make the code easy to follow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Indentation

A

The visual structure of how your code is laid out; uses tabs to organize code into a hierarchy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Start Function

A

The function that is called when you click run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Decomposition

A

Breaking your program into smaller parts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Top Down Design

A

A method for breaking our program into smaller parts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Algorithm

A

A set of steps or rules to follow to solve a particular problem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly