Quiz Complete, well Done!
What is the absolute value of -7?
When casting integers to strings in Python, the function used is
.
What is the value of (-3) * (4 - 2)?
What is the result of subtracting 9 from -3?
When casting an integer to a string, the original integer value is preserved as a sequence of
.
Which built-in function can be used to get the absolute value of an integer in Python?
A successful cast of an integer to a string results in a data type of
.
An
is a whole number that can be either positive, negative or zero.
What is the product of -5 and 2?
Integer
The operation of subtracting one integer from another is called
.
Which of the following is NOT an integer?
Positive Integer
What is the sum of -4 and 7?
An integer that is evenly divisible by 2 is called an
integer.
Which of the following is not an integer?
In Python, the process of converting an integer to a string is also known as
.
Negative Integer
The operation of adding two integers is called
.
The operation of multiplying two integers is called
.