Digital design principles Flashcards

(7 cards)

1
Q

What is decomposition?

A

Breaking a large problem down into smaller, more manageable problems called sub problems.

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

What is pattern recognition?

A

Involves observing key characteristics, patterns and trends in the data that is being considered

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

What is abstraction?

A

Involves removing specific details from a problem that are not needed to solve it.

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

What is an algorithm?

A

Used to design a solution. This is a step by step set of instruction that specifies how the problem is going to be solved. The order of the instructions in an algorithm is important. Both flowcharts and pseudo-code can be used in algorithm design

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

What is a flowchart?

A

A graphical representation that includes special symbols and flow lines to represent the solution to a problem

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

What is pseudo-code?

A

A set of English-like,language independent instructions that used keywords and control structures to represent the solution to a problem.

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