Quiz Complete, well Done!
The set of positive and negative integers, including zero, is called the
number line.
The distance between a number and zero on a number line is called its
.
The operation of multiplying two integers is called
.
What is the absolute value of -7?
Which built-in function can be used to get the absolute value of an integer in Python?
Which of the following is a negative integer?
Positive Integer
A successful cast of an integer to a string results in a data type of
.
What is the value of 6 divided by 2, in Python?
The operation of subtracting one integer from another is called
.
An
is a whole number that can be either positive, negative or zero.
An integer that is evenly divisible by 2 is called an
integer.
Integer
What is the value of (-3) * (4 - 2)?
Zero
What is the sum of -4 and 7?
One common reason to cast an integer to a string is for
.
Which of the following is NOT an integer?
When casting an integer to a string, the original integer value is preserved as a sequence of
.
What is the product of -5 and 2?