Exam 98-381 Topic 7 Question 21 Discussion
Actual exam question for Microsoft's 98-381 exam
Question #: 21
Topic #: 7
Question #: 21
Topic #: 7
You are creating a function that manipulates a number. The function has the following requirements:
A float is passed into the function
The function must take the absolute value of the float
Any decimal points after the integer must be removed
Which two math functions should you use? Each correct answer is part of the solution? (Choose two.)
A float is passed into the function
The function must take the absolute value of the float
Any decimal points after the integer must be removed
Which two math functions should you use? Each correct answer is part of the solution? (Choose two.)
Suggested Answer: D,E Vote an answer
References:
https://docs.python.org/2/library/math.html#number-theoretic-and-representation-functions
https://docs.python.org/2/library/math.html#number-theoretic-and-representation-functions
by Marcus at Jul 15, 2026, 09:43 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).