Solved

Match Each Item with a Statement Below

Question 24

Matching

Match each item with a statement below:

Premises:
A 16-bit coding scheme for characters
Describes the format and size (amount of memory occupied) of a data item and defines a set of relevant operations
A set of rules that determines how to format values such as money and dates that can be represented differently based on locale and tradition
Can hold only one of two values: true or false
Rules that determine the order in which parts of a mathematical expression are evaluated
Stores a whole number
can compare numbers or strings and perform evaluations.
Controls the number of significant digits or zeros to the right of a decimal point
An identifier whose contents cannot change
Responses:
Unicode
data type
integral data type
named constant
precision specifier
operator precedence
comparison operator
culture
Boolean variable

Correct Answer:

A 16-bit coding scheme for characters
Describes the format and size (amount of memory occupied) of a data item and defines a set of relevant operations
A set of rules that determines how to format values such as money and dates that can be represented differently based on locale and tradition
Can hold only one of two values: true or false
Rules that determine the order in which parts of a mathematical expression are evaluated
Stores a whole number
can compare numbers or strings and perform evaluations.
Controls the number of significant digits or zeros to the right of a decimal point
An identifier whose contents cannot change
Related Questions