Chapter 2-Terms Flashcards

0
Q

Flowchart

A

A tool that programmers use to help them plan (or depict) an algorithm; consists of standardized symbols connected by flowlines

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

Desk-checking

A

The process of manually walking through each of the instructions in an algorithm; also called hand-tracing

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

Flowlines

A

The lines that connect the symbols in a flowchart

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

Hand-tracing

A

Another term for desk checking

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

Input

A

The items a program needs in order to achieve the output

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

Input/output symbol

A

The parallelogram in a flowchart; used to represent input and output tasks

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

Invalid data

A

Data that the algorithm is not expecting the user to enter

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

IPO

A

An acronym for Input, Processing, and Output

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

IPO chart

A

A chart that some programmers use to organize and summarize the results of a problem analysis

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

Output

A

The goal of solving a problem; the items the user wants to display, print, or store

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

Process symbol

A

The rectangle symbol in a flowchart; used to represent tasks such as calculations

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

Processing item

A

An intermediate value (neither input nor output) that an algorithm uses when processing the input into the output

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

Pseudocode

A

A tool that programmers use to help them plan an algorithm; consists of short English statements; means false code

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

Start/stop symbol

A

The oval symbol in a flowchart; used to mark the beginning and end of the flowchart

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

Valid data

A

Data that the algorithm is expecting the user to enter

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