Podcast
Questions and Answers
Real numbers consist of whole numbers only.
Real numbers consist of whole numbers only.
False (B)
Integers are numbers with decimal points.
Integers are numbers with decimal points.
False (B)
Character data set includes letters, single-digit numbers, and special characters.
Character data set includes letters, single-digit numbers, and special characters.
True (A)
Character data type includes letters, numbers, and symbols.
Character data type includes letters, numbers, and symbols.
Logical data type can only store true or false values.
Logical data type can only store true or false values.
An upper case letter is considered the same character as a lower case letter.
An upper case letter is considered the same character as a lower case letter.
The data type that can be used in numeric calculations is character data.
The data type that can be used in numeric calculations is character data.
Logical data consists of three values: True, False, and Maybe.
Logical data consists of three values: True, False, and Maybe.
Real numbers are always whole numbers without any decimal parts.
Real numbers are always whole numbers without any decimal parts.
Mixing data types like placing string data in a numeric variable is acceptable.
Mixing data types like placing string data in a numeric variable is acceptable.
Numeric data type uses the set of all base 8 numbers.
Numeric data type uses the set of all base 8 numbers.
The logical data type consists of the words True and False.
The logical data type consists of the words True and False.
Any numeric item that must be used in calculations should be designated as a character data type.
Any numeric item that must be used in calculations should be designated as a character data type.
Each variable name is given multiple memory locations in the computer's internal memory.
Each variable name is given multiple memory locations in the computer's internal memory.
External storage mediums like hard disk drives are used for temporarily storing data in a computer.
External storage mediums like hard disk drives are used for temporarily storing data in a computer.
Data files contain the instructions to tell the computer what to do.
Data files contain the instructions to tell the computer what to do.
Operators are the data connectors within expressions and equations.
Operators are the data connectors within expressions and equations.
In the expression 5 * 3, 5 and 3 are operands and 15 is the resultant.
In the expression 5 * 3, 5 and 3 are operands and 15 is the resultant.
Operands in an expression can only be variables, never constants.
Operands in an expression can only be variables, never constants.
Expressions and equations do not play a role in solving computer problems.
Expressions and equations do not play a role in solving computer problems.