অণুজীব

C-sharp-programming – programming-c-sharp – কুইজ মডেল টেস্ট অনুশীলন – 5

6848. Which of the following types cannot be mixed in an expression with a decimal value

  1. byte
  2. float
  3. uint
  4. int

6849. What is the output from the following code System.Console.Out.WriteLine( 1.7 + (int) 1.9 / 3);

  1. 1.7
  2. Two
  3. One
  4. Zero.

6850. What’s the top .NET class that everything is derived from

  1. System.Object
  2. System.Web
  3. System.IO
  4. System.Data

6851. Should every C# program should start with the following statement – using System;___________.

  1. It should be using system;
  2. Yes
  3. No
  4. It should be using system.IO;

6852. Which of the following method has no implementation

  1. abstract.
  2. void.
  3. static.
  4. int.

6853. What does the keyword virtual mean in the method definition

  1. The method is public
  2. The method is static
  3. The method can be over-ridden
  4. The method can be derived

6854. Is it possible to have different access modifiers on the get/set methods of a property

  1. Can Not Say
  2. Depends on the class
  3. No
  4. Yes

6855. Which of the following method can be called without even creating an object of that class

  1. static.
  2. public.
  3. member function.
  4. void.

6856. What is two methods with the same name but with different parameters

  1. Duplexing
  2. Multiplexing
  3. Loading
  4. Overloading

6857. Which code block to use for writing a method that returns an ArrayList named al but, changes to the ArrayList are performed in a thread-safe manner

  1. ArrayList al = new ArrayList(); lock (al.SyncRoot) {return al; }
  2. ArrayList al = new ArrayList(); lock (al.SyncRoot.GetType()) {return al; }
  3. ArrayList al = new ArrayList(); Monitor.Enter(al); Monitor.Exit(al);return al;
  4. ArrayList al = new ArrayList(); ArrayList sync_al = ArrayList.Synchronized(al); return sync_al;

আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।

Leave a Reply

স্যার, কিভাবে আপনাকে সাহায্য করতে পারি?

Click one of our representatives below

Customer Support
Customer Support

Syeda Nusrat

I am online

I am offline

Technical Support
Technical Support

Ariful Islam Aquib

I am online

I am offline