
python-mock – programming-python – কুইজ মডেল টেস্ট অনুশীলন – 8
8564. The character used to indicate end of a block, is
- Nothing
- :
- /
- ;
8565. Which statement stop the execution of a looping statement, even if the loop condition has not become false
- halt
- continue
- break
- stop
8566. What is the shell prompt symbol usually in Linux
- &
- %
- ^
- $
8567. When a module is imported for first time then,
- The module is declared
- The module is defined
- The module is inherited
- The module is executed
8568. The numeric value that an python variable can be assigned other than float and integer, is
- Negative
- rational
- Fraction
- Complex
8569. The latest version of python, is
- 4.x
- 5.x
- 2.x
- 3.x
8570. All keyword arguments except for those corresponding to a formal parameter, are contained in
- Stack
- Tuple
- Dictionary
- Tree
8571. On UNIX systems, the command to make Python source file, executable, is
- list
- chmod
- grep
- tree
8572. What is the output of the following code i=5; def f(a=i): print(a); i= 6; f()
- 6
- Error
- 0
- 5
8573. Presence of a single key in the dictionary, is done by
- in
- list
- search
- display
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।