CCS20 MOD 2 - Flowcharting Flashcards

1
Q

Used to represent start and end of flowchart

A

Terminal
(oval)

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

Used for input and output operation

A

Input/Output
(side square)

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

Used for arithmetic operations and data-manipulations

A

Process
(rectangle)

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

Used to represent the operation in which there are two/three alternatives, true and false, yes or no, etc.

A

Decision
(diamond)

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

Used to indicate the flow of logic by connecting symbols

A

Flow line
(arrow keys)

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

Connects two or more parts of a flowchart, which are on the same page

A

On-page Connector
(circle)

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

Connects two parts of a flowchart which are spread over different pages

A

Off-page Connector
(down pentagon / 5 sides)

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

Used to represent a group of statements performing one processing task

A

Predefined process/function
(carpet haha)

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

This is used to describe action or variables

A

Comments / Annotation
(broken lines with half box)

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

Also called unconditional transfer of control statement is used to transfer control of execution to another statement

A

GO TO

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

Preprocess. This is used to prepare memory for repetition of an action

A

Preparation / Initialization
(expanded hexagon / 6 sides)

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