Math Module Quiz – 1 Share with others Enter details and click on Next Email School Name Q1. Which module to be imported for function fabs( )? maths module math module random module none of the above None Q2. Select the correct statement to import math module. import.math import.math( ) import math None Q3. Which of the following is not function of math module? abs( ) ceil( ) fabs( ) floor( ) None Q4. Write the output of the following code : import mathprint(math.sqrt(169)) 13 13.0 Error None Q5. What type of error is returned by the following code : import mathprint (math.sqrt(-25)) TypeError KeyError SyntaxError ValueError None Q6. Write the output of the following code : import mathprint(math.sqrt(25)) 5.0 Error 5 None Q7. Write the output of the following code : import mathprint (math.fabs(math.floor(-25.6))) 26 26.0 25 Error None Q8. Write the output of the following code : import mathprint (int(math.pi)) 4 3 2 3.0 None Q9. Which of the following function takes two arguments? tan( ) sqrt( ) pow( ) floor( ) None Q10. Write the output of the following code : import mathprint (int(math.sqrt(math.ceil(144.45)))) 12 13 11 13.0 None Time's upTime is Up! Related Share with others 3 thoughts on “Math Module Quiz – 1” NICE QUESTION ,,, BUT ANSWER ARE NOT VERY SATISFACTORY Reply Thank you so much. All the answers are correct, please specify the question number if you feel the answer is wrong. Reply Thank you so much. All the answers are correct, please specify the question number if you feel the answer is wrong. Reply Leave a ReplyCancel reply
Thank you so much. All the answers are correct, please specify the question number if you feel the answer is wrong. Reply
Thank you so much. All the answers are correct, please specify the question number if you feel the answer is wrong. Reply
NICE QUESTION ,,, BUT ANSWER ARE NOT VERY SATISFACTORY
Thank you so much. All the answers are correct, please specify the question number if you feel the answer is wrong.
Thank you so much. All the answers are correct, please specify the question number if you feel the answer is wrong.