Single Choice
Moderate
Qmath.ceil(4.1) এর ফল:
ID: #26415
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 13: Introduction to Python modules
0 views
Question Info
#26415Q ID
ModerateDifficulty
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 13: Introduction to Python modulesTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
সঠিক উত্তরের ব্যাখ্যা:
ceil() সংখ্যাকে উপরের নিকটতম পূর্ণসংখ্যায় রাউন্ড করে, তাই 4.1 → 5।
কেন অন্য বিকল্পগুলি ভুল:
- বিকল্প B: 4 হত floor() (নিচে রাউন্ড)।
- বিকল্প C: ceil পূর্ণসংখ্যা দেয়, মূল সংখ্যা নয়।
- বিকল্প D: 0 অপ্রাসঙ্গিক।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic