Lesson 1: Flowcharts And Algorithms Flashcards

1
Q

is a procedure used for solving a
problem or performing a computation

A

Algorithm

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

act as an exact list of instructions that conduct
specified actions step by step in either hardware-
or software-based routines

A

Algorithms

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

is a graphical representation of an
algorithm

A

Flowchart

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

often use flowchart as a program-
planning tool to solve a problem

A

Programmers

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

It is written in a formal yet readable style that
uses a natural syntax and formatting so it can
be easily understood by programmers and
others involved in the development process

A

Pseudocode

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

The oval symbol indicates Start, Stop and Halt in a program’s
logic flow

A

Terminal

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

is generally used in a program logic under some
error conditions

A

Pause/Halt

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

is the first and last symbols in the flowchart

A

Terminal

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

A parallelogram denotes any function of input/output
type

A

Input/Output

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

A box represents arithmetic instructions. All arithmetic
processes such as adding, subtracting, multiplication and division are
indicated by action or process symbol

A

Processing

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

Diamond symbol represents a ______ point and _______ based
operations such as yes/no question or true/false are indicated by
diamond in flowchart

A

Decision

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

Whenever flowchart becomes complex or it spreads over
more than one page, it is useful to use _______ to avoid any
confusions. It is represented by a circle.

A

Connectors

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

indicate the exact sequence in which instructions
are executed.

A

Flow Lines

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

_________ represent the direction of flow of control and
relationship among different symbols of flowchart.

A

Arrows

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