ITC 2.1. Flowcharts

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

A flowchart

is a diagram that depicts a process, system or computer algorithm.

2
New cards

Terminal Box/Terminator

represents the starting or ending point of the system.

3
New cards

Initialization Box

This symbol prepares all variables that will hold some values.

4
New cards

Input/Output Box.

This represents a printout, such as a document or a report.

5
New cards

Process Box.

A box indicates some particular operation.

6
New cards

Flow Lines.

Lines represent the flow of the sequence and direction of a process.

7
New cards

On-Page Connector/Reference.

This symbol would contain a letter inside. It indicates that the flow continues on a matching symbol containing the same letter somewhere else on the same page.

8
New cards

Off-Page Connector/Reference.

This symbol would contain a number inside. It indicates that the flow continues on a matching symbol containing the same number somewhere else on a different page.

9
New cards

Decision Box.

A diamond represents a decision or branching point. Lines coming out from the diamond indicates different possible situations, leading to different sub-processes.