Module 2.1: Flowchart

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/9

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.

10 Terms

1
New cards

Flowchart

A representation of steps using special symbols. A method to describe a programming logic.

2
New cards

Clarification of complex processes

Recognizes steps that do not add values

Develop a common understanding

Forms the basis on which to design new processes

Why use a flowchart?

3
New cards
<p>Terminal Box</p>

Terminal Box

Represents the starting or ending point of the system.

4
New cards
<p>Initialization Box</p>

Initialization Box

Prepares all variables that will hold some values

5
New cards
<p>Input/Output Box</p>

Input/Output Box

Represents a printout, such as a document or a report.

6
New cards
<p>Process box</p>

Process box

A box indicates a particular operation.

7
New cards
<p>Flow lines</p>

Flow lines

Represents a flow of the sequence and direction of the process

8
New cards

On-page Connector

The flow continues on matching a symbol containing the same letter somewhere else on the same page.

9
New cards

Off-page connector

The flow continues on a matching symbol containing the same number somewhere else on a different page.

10
New cards
<p>Decision Box</p>

Decision Box

Represents a decision or branching of point.