Quiz Complete, well Done!
The operation of multiplying two integers is called
.
The operation of dividing one integer by another is called
.
The operation of adding two integers is called
.
An
is a whole number that can be either positive, negative or zero.
What is the sum of -4 and 7?
Prime Integer
The result of casting an integer to a string is a value of
.
In Python, the process of converting an integer to a string is also known as
.
One common reason to cast an integer to a string is for
.
Integer
Zero
The distance between a number and zero on a number line is called its
.
An integer that is evenly divisible by 2 is called an
integer.
When casting integers to strings in Python, the function used is
.
Integer Overflow
What is the sum of -7 and 0?
Which built-in function can be used to get the absolute value of an integer in Python?
Which of the following is not an integer?
What is the value of 6 divided by 2, in Python?
What is the result of subtracting 9 from -3?