Feb. 8,2019 Flashcards

(7 cards)

1
Q

Breakdown(Decompose):

A

Breaking down (decomposing) your code is splitting it 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

Indentation is the visual structure of how your code is laid out. It 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

This is 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

Decomposition is 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

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

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

Algorithm:

A

An algorithm is 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