Problem-solving and program design Flashcards

1
Q

Problem

A

A discrepancy between the data we have and the information we require

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

Solution

A

A set of instructions, that if followed in order, would produce the required information

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

Problem solving

A

Is the process of creating a set of instructions that, when executed, accepts input data and produces meaningful information

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

Algorithm

A

A sequence of instructions which rigorously defines a solution to a problem

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

Pseudocode

A

A language consisting of english like statements used to define an algorithm

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

Flowchart

A

A pictoral way of representing an algorithm using a set of standard symbols (shapes).

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