Fundamentals of Programming - Mod 3

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

1/19

flashcard set

Earn XP

Description and Tags

Brick in the wall

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Algorithm

Refers to a step-by-step processing procedure to solve problems.

2
New cards

Flowchart

It is a graphical representation of an algorithm.

3
New cards

Data Terminal

This defines the starting and endpoint of a flowchart.

4
New cards

Initialization

This is the preparation or initialization of memory space for data processing

5
New cards

Input/Output

Used to represent the data input and output.

6
New cards

Process

Used to represent manipulation of data.

7
New cards

Decision

Used to represent processing of conditions using relational operators.

8
New cards

Subroutine or Function

Used to group sequences that perform a specific, well-defined task.

9
New cards

Flow Lines

This defines the logical sequence of the program by pointing to the next symbol to be performed.

10
New cards

On-Page Connector

Connects to the flowcharts on the same page.

11
New cards

Off-Page Connector

Connects to the flowcharts on different pages.

12
New cards
<p>1</p>

1

Data Terminal

13
New cards
<p>2</p>

2

Initialization

14
New cards
<p>3</p>

3

Input/Output

15
New cards
<p>4</p>

4

Process

16
New cards
<p>5</p>

5

Decision

17
New cards
<p>6</p>

6

Subroutine or Function

18
New cards
<p>7</p>

7

Flow Lines

19
New cards
<p>8</p>

8

On-Page Connector

20
New cards
<p>9</p>

9

Off-Page Connector