CP 1.6 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
<p></p>

Terminal - Since we use the START in the opening of our flowchart, for consistency we should use STOP to terminate.

2
New cards
term image

Initialization - The preparation or initialization of memory space for data processing

3
New cards
term image

Input/ Output - Flowchart helps the programmer to define when to ask an input from the user and when to release a value.

4
New cards
term image

Process - The processing symbol is only limited to: (1) assignment of new value to the variables and (2) mathematical computations.

5
New cards
term image

Flowlines - Defines the logical sequence of the program. It points to the next to be performed.

6
New cards
<p></p>

On-Page Connector - Connects to the flowchart to avoid spaghetti connection on the same page.

7
New cards
term image

Off-Page Connector - Connects flowchart on different page to avoid spaghetti connection

8
New cards
term image

Decision - Process conditions using relation operators. Used for trapping and filtering data.

9
New cards
term image

Pre-Defined Process - Function used to represent a group of statements performing one processing task.

10
New cards
term image

Comment - Note / comment