Matching
Match each item with a statement below.
Premises:
A memory location inside the computer whose value cannot be changed while the application is running.
Indicates how long the variable remains in the computer's internal memory.
An error in the program's code.
The universal coding scheme for characters.
A data type that stores either True or False values.
Data that the application is not expecting the user to enter.
Indicates where the variable can be used in the application's code.
Uses short phrases to describe the steps a procedure must take to accomplish its goal.
Data that the application is expecting the user to enter.
Responses:
lifetime
valid
pseudocode
invalid
Boolean
bug
named constant
Unicode
scope
Correct Answer:
Premises:
Responses:
A memory location inside the computer whose value cannot be changed while the application is running.
Indicates how long the variable remains in the computer's internal memory.
An error in the program's code.
The universal coding scheme for characters.
A data type that stores either True or False values.
Data that the application is not expecting the user to enter.
Indicates where the variable can be used in the application's code.
Uses short phrases to describe the steps a procedure must take to accomplish its goal.
Data that the application is expecting the user to enter.
Premises:
A memory location inside the computer whose value cannot be changed while the application is running.
Indicates how long the variable remains in the computer's internal memory.
An error in the program's code.
The universal coding scheme for characters.
A data type that stores either True or False values.
Data that the application is not expecting the user to enter.
Indicates where the variable can be used in the application's code.
Uses short phrases to describe the steps a procedure must take to accomplish its goal.
Data that the application is expecting the user to enter.
Responses:
Related Questions
Q15: Most classes have one or more _
Q16: Programmers use _ to document a procedure's
Q17: The process of locating and correcting the
Q18: Unlike a variable's value, a named constant's
Q19: Why is it important to declare the
Q21: With implicit type conversions, data loss can
Q22: Real numbers are numbers that _.<br>A) contain
Q23: Decimal, Double, and Single variables can store
Q24: The _ indicates the type of data-for
Q25: A variable's _ indicates where the variable