Solved

Match Each Item with a Statement Below

Question 20

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:

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.
Related Questions