css-background – Web-design-CSS – কুইজ মডেল টেস্ট অনুশীলন – 13
9672. 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
9673. 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;
9674. 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.
9675. Which of the following variable names is invalid
- count27
- @if
- count
- $count
9676. 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
9677. What can replace nested if’s
- switch.
- while.
- do.. while.
- for.
9678. Which of the following is a collection of elements of same type
- array
- union
- class
- struct
9679. Which part of .NET manages the execution of C#
- JIT
- CLR
- MSIL
- Class Libraries
9680. Which of the following types cannot be mixed in an expression with a decimal value
- int
- uint
- float
- byte
9681. Is it possible to have different access modifiers on the get/set methods of a property
- Yes
- No
- Can Not Say
- Depends on the class
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।
0 responses on "css-background - Web-design-CSS - কুইজ মডেল টেস্ট অনুশীলন - 13"