Flowchart and Symbols Flashcards

1
Q

A diagram of the sequence of movements or actions of people or things involved in a complex system or activity.

A graphical representation of a computer program in relation to its sequence of functions (as distinct from the data it
processes).

A

Flowchart

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

The terminal symbol marks the starting or ending point of the system. It usually contains the word “Start” or “End.“

A

Start/End Symbol

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

This symbol represents an instruction to an

input or an ouput device.

A

Input / Output Symbol

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

This symbol is used to represent a group of program
instructions that perform arithmetic operations, or to
compare sort.

A

Processing Symbol

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

This diamond-shapes box denotes a point in program where more than one path can be taken. It is used to document points in the program where based upon various conditions.

A

Decision Symbol

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

This symbol used to represent an instructions or group of instruction that will alter, or modify operations such as control, Index register, initialization, switch setting and in indicating loops.

A

Preparation Symbol

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

This symbol is a specialized process symbol that represents a named operation or programmed step not explicitly detailed in the program.

A

Predefined Process Symbol

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

This is a non processing symbol, which is used to connect one part of a flowchart to another without drawing flow lines.

A

On-page Connector

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

This type of connector is used instead of the one page connector to designated entry to or exit from one page when a flowchart requires more than one page.

A

Off-page Connector

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

This symbol used to show direction of processing or data flow.

A

Flow Direction Indicators

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

What are 3 types of flowchart?

A

Sequential, Selection, Repetition

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

Steps are performed in strictly sequential
manner, each step being executed once.

This is the simplest method of control. It
is easy to develop and understand.

A

Sequential Flowchart

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

The execution of instructions by selection, wherein conditions for a series of alternative statements are evaluated to specify which instruction is to be executed.

A

Selection Flowchart

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

A Loop is used when it is desire to make the same calculation on more than one set of data. It consists of repeating a program, or a selection of programs, and substituting new data for repetition.

A

Repetition Flowchart

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