
structures – structures – কুইজ মডেল টেস্ট অনুশীলন – 1
9477. Which of the following is a collection of elements of same type
- class
- array
- struct
- union
9478. Which code block will create a method to clear a Queue named q
- q.Dequeue()
- q.Clear()
- Dim e As Object; For Each e In q q.Enqueue(Nothing) Next
- Dim e As Object; For Each e In q q.Dequeue() Next
9479. Which storage option to choose for true-or-false answer so that, each answer is initialized to true and minimizing the amount of memory used
- BitArray ans = new BitArray(-1);
- BitVector32 ans = new BitVector32(1);
- BitArray ans = new BitArray (1);
- BitVector32 ans = new BitVector32(-1);
9480. Which class to select for writing a custom dictionary named Dictionary1 so that it is type safe
- class Dictionary1 { … } Dictionary<string
- string> t = new Dictionary<string
- string>(); Dictionary1 dictionary = (Dictionary1)t;class Dictionary1 : Dictionary<string
- string>class Dictionary1 : IDictionary
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।