Computer W2B - Flowcharts Flashcards

1
Q

a pictorial representation of the logic, utilizing symbols to represent the detailed series of steps needed to solve the programming problem

A

flowchart

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

marks the starting and ending points

A

Terminal Block (oval)

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

contains the initial value of the variable provided

A

Preparation/Initialization Block (hexagon)

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

accepts data and displays output

A

Input/Output Block (slanted rectangle)

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

used to process data

A

Action/Process Block (rectangle)

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

contains logical expressions for decision making

A

Decision Block (diamond)

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

indicates the direction of flow of logic in the program

A

Flow Line (arrow)

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