
python-control – programming-python – কুইজ মডেল টেস্ট অনুশীলন – 4
8526. If another exception is raised while first is handled then, which attribute of the another exception is set
- __primary__
- __context__
- __exception__
- __base__
8527. The base class for all built-in exceptions, is
- ExceptionInherit
- BaseException
- Exception
- ExceptionBase
8528. The base class for all user-defined exceptions, is
- ExceptionInherit
- BaseException
- Exception
- ExceptionBase
8529. Which type of exception is raised when an operation or function is applied to an object of inappropriate type.
- TypeError
- None of the above
- AttributeError
- IndexError
8530. The character used to indicate end of a block, is
- Nothing
- ;
- /
- :
8531. Which statement stop the execution of a looping statement, even if the loop condition has not become false
- break
- continue
- stop
- halt
8532. What is the output of the following code a, b = 0, 1 while b < 10: print(b, end=’ ‘); a, b = b, a+b
- 1 1 2 3 5 8
- 1 1 2 3 5
- 1 1 2 3 5 8 13
- 1 2 3 5 8
8533. Which statement is used to tell Python to skip the rest of the statements in the current loop block and to continue to the next iteration of the loop
- break
- stop
- continue
- halt
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।