Algorithms (Ch1) (M2) Flashcards

1
Q

What is a flowchart used for?

A

A flow chart is a method of representing the sequences of steps in an algorithm, in the form of a diagram.

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

What can flowcharts show?

A

Flowcharts can show sequences, selections, iterations, or a combination of them.

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

What does the oval shape in a flowchart represent?

A

An oval shape is the terminator (start/stop)

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

What does the rectangle shape in a flowchart represent?

A

A rectangle shape represents a process

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

What does the diamond shape in a flowchart represent?

A

A diamond shape represents a decision (selection)

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

What does the parallelogram shape in a flowchart represent?

A

A parallelogram represents an input or output

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

What does the rectangle with two small sections on the side in a flowchart represent?

A

The rectangle with two small sections on the side represents a sub process

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

What does an arrow show in a flowchart?

A

An arrow shows the sequence of events in a flowchart

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