Intro to programming
Program design
Data Handling
Structure
Logical Combinations
100
Equipment, or the physical devices, associated with a computer
What is hardware
100
Represent(s) the millions of on/off circuits within the computer
What is machine code
100
Named memory locations whose contents can vary or differ over time
What variables
100
Logically snarled program statements
What is spaghetti code
100
An expression whose value can be only true or false
What is a Boolean expression
200
Instructions that tell the computer what to do
What is software
200
A pictorial representation of the logical steps it takes to solve a problem
What is a flowchart
200
A statement that provides a data type and an identifier for a variable
What is a declaration
200
With this, you ask a question, and, depending on the answer, you take one of two courses of action
What is a decision structure
200
Part of a decision that executes only when the tested condition in the decision is false
What is else
300
Memory, contents of which are lost when the computer is turned off or loses power
What is volatile memory
300
English-like representation of the logical steps it takes to solve a problem
What is pseudocode
300
A named memory location which can hold digits and have mathematical operations performed on it
What is a numerical variable
300
The structure that continues to repeat actions while a condition remains true
What is a structure that continues to repeat actions while a condition remains true
300
Using this operator, each Boolean expression must be true in order for the entire expression to be evaluated as true
What is AND
400
Incorrectly spelled words, or reversing the proper order of two words in a computer program
What is syntax error
400
Used to show the correct sequence of statements
What are flowlines
400
Named memory location which can hold text, such as letters of the alphabet, and other special characters, such as punctuation marks
What is a string variable
400
An added statement that gets the first input value in a program
What is a priming read
400
When this operator is used, only one of the listed conditions must be met for the resulting action to take place
What is OR
500
All the supporting paperwork for a program
What is documentation
500
Preselected value that stops the execution of a program
What are sentinals
500
The feature of programming languages that prevents assigning values of an incorrect data type
What is type safety
500
A variation of the selection structure that allows a choice between more than two alternative courses of action
What is a case structure
500
A code path that can never be traveled
What is dead code.
M
e
n
u