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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A 5
  • B 4
  • C 4.1
Correct Answer

Explanation

সঠিক উত্তরের ব্যাখ্যা:

ceil() সংখ্যাকে উপরের নিকটতম পূর্ণসংখ্যায় রাউন্ড করে, তাই 4.1 → 5।

কেন অন্য বিকল্পগুলি ভুল:

  • বিকল্প B: 4 হত floor() (নিচে রাউন্ড)।
  • বিকল্প C: ceil পূর্ণসংখ্যা দেয়, মূল সংখ্যা নয়।
  • বিকল্প D: 0 অপ্রাসঙ্গিক।

Share This Question

Challenge a friend or share with your study group.