Chapter 1 - 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6 - 7
100

The act of developing and writing programs

What is programming?

100

A basic unit of programming logic

What is structure?

100

Holds the statements that execute when the tested Boolean expression is True

What is the if-then clause?

100

Add a constant value

What is increment?

100

A series or list of values in computer memory

What is an array?

200

Comprises the programs that you use to manage your computer

What is system software?

200

Contains series of steps executed in order

What is sequence structure?

200

Holds the statements that execute when the Boolean expression is False

What is the else clause?

200

Decrease by a constant value

What is decrement?

200

A single data item in an array

What is an element?

300

An English-like representation of the logical steps it takes to solve a problem

What is pseudocode?

300

Contains a conditional test and takes one of two courses of action

What is selection structure?

300

An expression that always evaluates to the same value

What is a trivial expression?

300

A numeric variable you use to count the number of times an event occurred

What is a counter?

300

A variable that indicates whether some event has occurred

What is a flag?

400

A list of every variable name used in a program

What is a data dictionary?

400

Continues to repeat actions while a condition remains true

What is loop structure?

400

A decision within another decision

What is a nested decision?

400

A number by which a loop control variable is altered on each pass through the loop

What is a step value?

400

An identifying name given to a computer file

What is a filename?

500

The act of containing a task's instructions in a module

What is encapsulation?

500

Represents only one of two states (i.e., True or False)

What is a Boolean Expression?

500

A diagram used in mathematics and logic to help describe the truth of an expression

What is a truth table?

500

List only totals without individual detail records

What is a summary report?

500

A small unit of storage

What is a byte?