Algorithm Development Flashcards

1
Q

It is an ordered sequence of steps that solves a problem.

A

Algorithm

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

It is an artificial and informal language that helps programmers develop algorithms. It is very similar to everyday English.

A

Pseudocode

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

This refers to another algorithm but in a graphical form. It shows logic solution, and individual steps and their interconnections.

A

Flowchart

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

This symbol denotes the beginning or end of the program.

A

Oval

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

It denoted an input operation.

A

Parallelogram

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

This symbol denotes a process to be carried out, e. g. addition, subtraction, division, etc.

A

Rectangle

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

It denotes a decision (or branch) to be made. The program should continue along one of the two routes (e. g. IF/THEN/ELSE).

A

Diamond

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

It denotes an output operation.

A

Hybrid

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

It denotes the direction of logic flow in the program.

A

Flow line

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