
Input Output – Green Belt । কুইজ মডেল টেস্ট অনুশীলন
2995. What is the output of the expression: 2*2**3
- 12
- 64
- 16
- Error
2996. Suppose s is “ttWorldn”, what is s.strip() ?
- ttWorldn
- World
- ttWorld
- ttWORLDn
2997. What does ~~~~~~5 evaluate to?
- -5
- 0
- 5
- -6
2998. *ptr++ is equivalent to :
- ptr++
- none of the above
- *ptr
- ++*ptr
2999. What is the output of the following segment: chr(ord(‘A’))
- A
- a
- 1
- 65
3000. What is the output of – print 0xA + 0xB
- 21
- Error
- 11
- 0xA0xB
3001. What,s wrong with the code : while((i<10) &&(i>24))
- while acts like an exit control
- test condition always false
- test condition always true
- && cannot be used
3002. What is the purpose of having a CTQ (Critical to Quality) Linkage?
- All of the above
- The CTQ breaks down customer requirements into quantified requirements
- It includes targets and upper and lower specification limits.
- It shows a clear link to the needs that are critical to quality from the perception of the customer.
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।