
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 35
10924. What are the features of an abstract class
- It may extend another class
- It contain instance variables
- All of the above
- It contain constructors
10925. An _______ declares a reference type that has abstract members only.
- All of the above
- Delegates
- Abstract
- Interface
10926. You have created a new ASP.Net web application. You build the solution in Visual Studio .Net. You notice that there is a /bin directory under the virtual directory. Which type of files should you place in this location
- Assemblies that are used on only this one web application.
- Assemblies that are used by web applications anywhere on the network.
- Assemblies that are used on web sites on only this web server machine.
- Assemblies that are XCOPY’d to the location.
10927. You need to select a class that is optimized for key-based item retrieval from both small and large collections. Which class should you choose
- Hashtable class
- HybridDictionary class
- ListDictionary class
- OrderedDictionary class
10928. You want to only get changed data in a dataset which of the below is the best way
- productChanges = productInfo.GetChanges();CproductChanges.Merge(productInfo
- TRUE);productChanges.Merge(productInfo
- FALSE);productInfo.GetChanges(DataRowState.Detached);
10929. You need to dynamically add a TextBox control to a page and display it at specific location. How you will do it
- Place a Label control at the required location in the page and add the control by manipulating the Text property of the Label control
- Place a PlaceHolder control at the required location in the page. Use the Add method of the Controls collection of the PlaceHolder control to dynamically add the required control
- Build the HTML for the entire page in a String and insert the HTML code for required control in required place
- Build the HTML for the entire web site in a String and insert the HTML code for required control in required place
10930. Which of the following classes provides methods for creating, deleting, and updating user accounts, authenticating users, and managing passwords
- Membership Class
- Members Class
- Member Class
- FormsAuthentication
10931. How do view states work
- Using Cookies
- Using Application variables
- Using a hidden form field
- Using Session variables
10932. Which of the following is not JIT compiler type
- Abnormal-JIT
- Pre-JIT
- ECONO-JIT
- Normal-JIT
10933. What property is used on the DataTable to indicate conflicts after update method is called
- HasError
- HasCollision
- HasDataError
- HasErrorConflict
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।