python-basics – programming-python – কুইজ মডেল টেস্ট অনুশীলন – 3
8514. The IDE bundled with python distribution, is
- Eclipse
- IDLE
- Notepad++
- PyDev
8515. The shortcut key in windows to exit the interpreter prompt is
- Ctrl+z
- Ctrl+c
- Ctrl+x
- Ctrl+a
8516. What is the value in ‘x’ from following expression x = 17 / 2 % 2 * 3**3
- 14
- 9
- 8.5
- 13.5
8517. Multiple python statements can be placed in one physical line by separating them with
- ;
- ,
- /
8518. Python commands can be executed directly by interpreter with using the switch
- -x
- -c
- -r
- -e
8519. What is the value in ‘x’ from following expression x = 19 % 4 + 15 / 2 * 3
- 4.8
- 26
- 25.5
- 5
8520. What is the value in ‘x’ from following expression x = 17 / 2 * 3 + 2
- 27.5
- 4.8
- 28
- 5
8521. An global variable is global across
- Programs
- Functions
- Files
- Modules
8522. The numeric value that an python variable can be assigned other than float and integer, is
- Complex
- Negative
- rational
- Fraction
8523. The escape character f is used for
- Carriage return
- Tab
- Bell
- Formfeed
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।
0 responses on "python-basics - programming-python - কুইজ মডেল টেস্ট অনুশীলন - 3"