
Python Programming Quiz
Quiz
•
Engineering
•
University
•
Medium
Sankarsan Sahoo
Used 3+ times
FREE Resource
Enhance your content in a minute
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary purpose of the decimal module in Python?
To perform faster arithmetic operations than standard floats.
To handle financial calculations and ensure exact decimal representations.
To convert numbers between different bases (binary, octal, hexadecimal).
To provide advanced mathematical functions like trigonometry and logarithms.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code? from decimal import Decimal print(Decimal('0.3') + Decimal('0.2') == Decimal('0.6'))
True
False
Error
Machine dependent
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To represent the fraction 3/4 accurately in Python, which of the following is the most appropriate?
0.75
3 / 4
fractions.Fraction(3, 4)
decimal.Decimal('0.75')
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of fractions.Fraction(1, 3) + fractions.Fraction(1, 6)?
fractions.Fraction(1, 2)
fractions.Fraction(2, 9)
0.5
fractions.Fraction(3, 18)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an incorrect way to create a Decimal object from a floating-point number in a way that might introduce precision issues?
Decimal(0.1)
Decimal('0.1')
Decimal(str(0.1))
None of these
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of Decimal('1.200').normalize()?
Decimal('1.200')
Decimal('1.2')
Decimal('1.20')
Decimal('1.2e+0')
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid way to create a Money object?
my_money = Money(10, "USD")
my_money = Money("10", "USD")
my_money = Money(10 USD)
my_money = Money(amount=10, currency="USD")
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Introducción al Pseudocódigo
Quiz
•
University
10 questions
Quiz 2
Quiz
•
University
20 questions
Preetest Sistem Bahan Bakar Karburator
Quiz
•
11th Grade - University
10 questions
Strings in python
Quiz
•
University
19 questions
Examen Unidad 2 Circuitos Eléctricos UTA
Quiz
•
University
15 questions
Quiz Counter, FSM 2024
Quiz
•
University
15 questions
unit1 MCQ
Quiz
•
University
20 questions
Quiz Round For Group 1
Quiz
•
University
Popular Resources on Wayground
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
Halloween
Quiz
•
5th Grade
16 questions
Halloween
Quiz
•
3rd Grade
12 questions
It's The Great Pumpkin Charlie Brown
Quiz
•
1st - 5th Grade
20 questions
Possessive Nouns
Quiz
•
5th Grade
10 questions
Halloween Traditions and Origins
Interactive video
•
5th - 10th Grade
Discover more resources for Engineering
10 questions
Halloween Movies Trivia
Quiz
•
5th Grade - University
12 questions
Halloween
Quiz
•
3rd Grade - University
5 questions
Using Context Clues
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
14 questions
Eat Healthy,Be Healty
Quiz
•
4th Grade - University
7 questions
History of Halloween: Pagan or Christian?
Interactive video
•
11th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
