
python-mock – programming-python – কুইজ মডেল টেস্ট অনুশীলন – 10
8584. The function used to traverse a sequence in reverse direction, is
- back()
- reverse()
- reversed()
- opposite()
8585. The object type is determined by which method
- belongs
- typeof
- value
- type
8586. The expression end ‘ ‘ is used for
- Ends the statement
- Ending the block with a space
- Place a space at end
- Ending the loop with a space
8587. What is the value in ‘x’ from following expression x = 19 % 4 + 15 / 2 * 3
- 4.8
- 5
- 25.5
- 26
8588. The module name is stored by which variable
- __doc__
- __name__
- __file__
- __dir__
8589. What is the output of the following code a = [‘a’,’b’, ‘c’] for i in range(len(a)): print(i, a[i],end=’ ‘)
- 0a 1b 2c
- a 0 1 b 2 c
- 0 a 1 b 2 c
- a b c
8590. Python commands can be executed directly by interpreter with using the switch
- -r
- -e
- -c
- -x
8591. The return statement without expression argument, returns
- NULL
- None
- 0
- Error
8592. The base class for all user-defined exceptions, is
- ExceptionBase
- BaseException
- Exception
- ExceptionInherit
8593. What is the extension of an Python program
- .pyd
- .pyx
- .pyc
- .py
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।