python-mock – programming-python – কুইজ মডেল টেস্ট অনুশীলন – 9
8574. Which module enables debugging messages or important messages to be stored somewhere so that you can check whether your program has been running as you would expect
- logging
- message
- error
- debug
8575. The variadic arguments beyond the formal parameter list are contained in
- Stack
- Tuple
- Dictionary
- Tree
8576. Which function is used to list the identifiers that an object defines
- objlist
- listobj
- None of the above
- object
8577. The base class for all built-in exceptions, is
- ExceptionInherit
- ExceptionBase
- BaseException
- Exception
8578. What is the value in ‘x’ from following expression x = 17 / 2 * 3 + 2
- 5
- 27.5
- 28
- 4.8
8579. Addition of function name in the current symbol table is done by
- Function definition
- Recursive function call
- Function declaration
- Function call
8580. The escape character given to match only the start of the string by regular expression module, is
- X
- Z
- C
- A
8581. The environment variable used to change the location of python libraries, is
- PYTHONSTARTUP
- PYTHONPATH
- PYTHONHOME
- PYTHONEXECUTABLE
8582. Multiple python statements can be placed in one physical line by separating them with
- /
- ;
- ,
8583. If another exception is raised while first is handled then, which attribute of the another exception is set
- __exception__
- __base__
- __primary__
- __context__
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।
0 responses on "python-mock - programming-python - কুইজ মডেল টেস্ট অনুশীলন - 9"