CNIT 315 EXAM QUESTIONS AND ANSWERS
executable - Answers -All statements that cause some specific action to be performed
by the computer when the function is executed must end with a semicolon (;); such
statements are known as ____ statements.
data type - Answers -A(n) ____ is defined as a set of values and a set of operations
that can be applied to these values.
reserved word - Answers -A(n) ____ is a word that is predefined by the programming
language for a special purpose and can only be used in a specified manner for its
intended purpose.
double - Answers -A ____ value is sometimes referred to as a double-precision
number.
backslash character (\) - Answers -The ____ is also known as the escape character.
False - Answers -T/F: Invoking a function is more commonly referred to as summoning
the function.
float - Answers -A ____ value is sometimes referred to as a single-precision number.
% - Answers -The ____ operator captures the remainder when an integer number is
divided by an integer.
floating-point - Answers -A(n) ____ value can be the number zero or any positive or
negative number that contains a decimal point.
arguments - Answers -Data transmitted into a function at run time are referred to as
____ of the function.
True - Answers -T/F: C provides the programmer with the capability to define a value
(that will be used throughout a
program) once by equating the number to a symbolic name.
% - Answers -Format modifiers, if used, must always be placed immediately after the
____ symbol.
False - Answers -T/F: The expression amount + 1892 = 1000 + 10 * 5 is valid in C.
# - Answers -The ____ sign is a signal to a C preprocessor.
cast operator syntax - Answers -(dataType) expression
executable - Answers -All statements that cause some specific action to be performed
by the computer when the function is executed must end with a semicolon (;); such
statements are known as ____ statements.
data type - Answers -A(n) ____ is defined as a set of values and a set of operations
that can be applied to these values.
reserved word - Answers -A(n) ____ is a word that is predefined by the programming
language for a special purpose and can only be used in a specified manner for its
intended purpose.
double - Answers -A ____ value is sometimes referred to as a double-precision
number.
backslash character (\) - Answers -The ____ is also known as the escape character.
False - Answers -T/F: Invoking a function is more commonly referred to as summoning
the function.
float - Answers -A ____ value is sometimes referred to as a single-precision number.
% - Answers -The ____ operator captures the remainder when an integer number is
divided by an integer.
floating-point - Answers -A(n) ____ value can be the number zero or any positive or
negative number that contains a decimal point.
arguments - Answers -Data transmitted into a function at run time are referred to as
____ of the function.
True - Answers -T/F: C provides the programmer with the capability to define a value
(that will be used throughout a
program) once by equating the number to a symbolic name.
% - Answers -Format modifiers, if used, must always be placed immediately after the
____ symbol.
False - Answers -T/F: The expression amount + 1892 = 1000 + 10 * 5 is valid in C.
# - Answers -The ____ sign is a signal to a C preprocessor.
cast operator syntax - Answers -(dataType) expression