Single Choice
Moderate
Qmath.floor(4.7) কী ফেরত দেয়?
ID: #26412
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 13: Introduction to Python modules
0 views
Question Info
#26412Q 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
সঠিক উত্তরের ব্যাখ্যা:
floor() সংখ্যাকে নিকটতম পূর্ণসংখ্যায় নিচের দিকে রাউন্ড করে, তাই 4.7 হয় 4।
কেন অন্য বিকল্পগুলি ভুল:
- বিকল্প B: 5 হত ceil() (উপরে রাউন্ড)।
- বিকল্প C: floor পূর্ণসংখ্যা দেয়, মূল সংখ্যা নয়।
- বিকল্প D: 0 অপ্রাসঙ্গিক।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic