Explain and use the decimal numeral system to represent an integer.
Explain and use the binary numeral system to represent an integer.
Convert the binary representation of an integer to the decimal representation and vice versa.
Explain and use the decimal numeral system to represent a non-repeating decimal fraction.
Explain and use the binary numeral system to represent a non-repeating binary fraction.
Give examples of repeating binary fractions and explain why they cannot be represented on a computer with finite memory.
Explaining why the floating point representation of a number is so-named.
State the standard Python uses for floating point numbers.
Give the performance characteristics of a double-precision floating-point number.
%
operator to print a floating point number to a desired number of decimal places.