Chapter 4 Vocabulary Flashcards

(17 cards)

0
Q

Command prompt

A

The location on your computer screen at which you enter text to communicate with the computer’s operating system.

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

Accumulator

A

A variable that is used to gather or accumulate values.

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

Counter

A

Any numeric variable you use to count the number of times an event has occurred.

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

Decrementing

A

Subtracting from a loop control variable.

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

Definite Loop

A

A loop in which the number of times the loop executes is predetermined.

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

Detail reports

A

A report used by businesses where each input record is displayed.

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

For loop( for statement)

A

A loop in which the programmer knows exactly how many times the loop will execute.

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

Graphical User Interface (GUI)

A

Allows users to interact with a program in a graphical environment.

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

Incrementing

A

Adding to a loop control variable

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

Indefinite Loop

A

A loop in which the programmer does not know how many times the loop will be executed

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

Inner Loop

A

Used when nesting loops; this loop is the one that is inside another loop.

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

Loop control variable

A

A variable that is used to control how many times a loop is executed.

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

Nested Loops

A

When one loop is contained inside of another loop.

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

Outer Loop

A

Used when nesting loops; this loop is the one that contains another loop.

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

Step Value

A

A number that is used to increment or decrement the control variable in a for loop.

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

Summary Reports

A

A report used by businesses where only totals are shown.

16
Q

Validate Data

A

Making sure that values fall within an acceptable or reasonable range.