gs gs109 Python Modules - Python Math - Quiz No.1
gs gs109 Python Quiz
This quiz belongs to book/course code gs gs109 Python of gs organization. We have 134 quizzes available related to the book/course Python. This quiz has a total of 10 multiple choice questions (MCQs) to prepare and belongs to topic Python Modules. NVAEducation wants its users to help them learn in an easy way. For that purpose, you are free to prepare online MCQs and quizzes.
NVAEducation also facilitates users to contribute in online competitions with other students to make a challenging situation to learn in a creative way. You can create one to one, and group competition on an topic of a book/course code. Also on NVAEducation you can get certifications by passing the online quiz test.
Question 1: What is returned by math.ceil(3.4)?
3
4
4.0
3.0
Question 5: Is the output of the function abs() the same as that of the function math.fabs()?
sometimes
always
never
none of the mentioned
Question 6: What is the value returned by math.fact(6)?
720
6
[1, 2, 3, 6]
error
Question 7: What is the value of x if x = math.factorial(0)?
0
1
error
none of the mentioned
Question 8: What is math.factorial(4.0)?
24
1
error
none of the mentioned
Question 9: What will be the output of print(math.factorial(4.5))?
24
120
error
24.0