FLOWCHART Flashcards

1
Q

the process of creating a set of instructions that tell a computer how to perform a task.

A

Programming

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

a process or set of rules to be followed in calculations or other problem-solving operations

A

Algorithm

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

is a detailed yet readable description of what a computer program or algorithm must do, expressed in a formally-styled natural language rather than in a programming language. It is sometimes used as a detailed step in the process of developing a program.

A

Pseudocode

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

shows steps in sequential order and is widely used in presenting the flow of algorithms, workflow or processes.

A

flowchart

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

Shows relationships between different shapes.

A

Arrow

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

Connects two or more parts of a flowchart, which are on the same page.

A

On-page Connector

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

Used for denoting program inputs and outputs.

A

Off-page Connector

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

Stands for decision statements in a program, where answer is usually Yes or No

A

Decision

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

Used for denoting program inputs and outputs.

A

Input/Output

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

Indicates processes like mathematical operations.

A

Process

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

Used at the beginning and end of the algorithm to show start and end of the program.

A

Start/Stop

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

popular programming language created by Guido van Rossum, and released in 1991.

A

Python

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