
css-background – Web-design-CSS – কুইজ মডেল টেস্ট অনুশীলন – 11
9652. What does the using or Imports statement___________.
- allows references to members of a namespace without using the fully qualified name
- Can Not Say
- use to reference an external library
- None
9653. What provides a middle layer between .NET Framework code and the COM component
- Private assembly
- Interop assembly
- Shared assembly
- Multifile assembly
9654. Which method finds the first occurrence of the specified substring
- LastIndexOf
- Parse
- Search
- IndexOf
9655. Convert vs. Parse methods___________.
- Convert allows null values
- Parse cannotBoth are sameConvert converts the value
- Parse is for parsingNone of these
9656. What is synchronization in reference to a thread
- Its a process by which a method is able to access many different threads simultaneously
- Its a process of handling situations when two or more threads need access to a shared resource
- Its a process by which many thread are able to access same shared resource simultaneously
- Its a method that allow to many threads to access any information the require
9657. Should every C# program should start with the following statement – using System;___________.
- Yes
- It should be using system.IO;
- No
- It should be using system;
9658. Which of the following is not an characteristic of an Semaphore
- None of the above
- Make use of a counter to control access to a shared resource
- Useful when a collection of resources is being synchronized
- Grant more than one thread access to a shared resource at the same time.
9659. Which of the following variable names is invalid
- count27
- @if
- count
- $count
9660. What will be the output of following code segment – for(i = 0; i< 10; i++) { int sum; sum = sum + i; } Console.WriteLine(“Sum is: ” + sum);
- 1
- 0
- 45
- Error
9661. What can replace nested if’s
- switch.
- while.
- do.. while.
- for.
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।