Two (2) types of type conversion
A … converts a value to a type that cannot store even approximations of all the values of the original type
Narrowing conversion
A … converts a value to a type that can include at least approximations of the values of the original type
Widening conversion
An expression with operands that have different data types is called a …
mixed-mode expression
A … is an explicit type conversion, which is performed by placing the desired type in parentheses just before the expression to be converted
cast
An error that occurred when the result of an operation is too large is called …
overflow
when the result of an operation is too small is called
underflow