
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 33
10904. The settings in the Web.Config file can be configured to apply to
- An application or a particular directory or even an individual file
- The WeConfig file always applies to all pages in the current directory and its subdirectories
- An application
- An application or a particular directory
10905. You need to create a method to clear a Queue named q. Which code segment should you use
- q.Clear();
- q.Dequeue();
- for each (Object e in q) { q.Enqueue(0); }
- for each (Object e in q) { q.Dequeue(); }
10906. Which method do you invoke on the DataAdapter control to load your generated dataset with data
- The Load() method.
- The DataLoad() method.
- The DataBind() method.
- The Fill() method
10907. Which method do you invoke on the Data Adapter control to load your generated dataset
- ExecuteQuery()
- Read()
- None of the above
- Fill( )
10908. What namespace does the Web page belong in the .NET Framework class hierarchy
- System.UI.Page
- System.Web.UI.Page
- System.Web.HTML.Page
- System.Web.Page
10909. Which of these files takes the web application in offline mode
- app_offline.htm
- app_offline.html
- none of these
- appoffline.html
10910. You use Reflection to obtain information about a method named MyMethod. You need to ascertain whether MyMethod is accessible to a derived class. What should you do
- Call the IsVirtual property of the MethodInfo class.
- Call the IsAssembly property of the MethodInfo class.
- Call the IsFamily property of the MethodInfo class.
- Call the IsStatic property of the MethodInfo class.
10911. Which of the following is a .NET Framework object that is converted by ASP.NET to an HTML element at run time
- HTML Control
- Web Farm
- WebPart
- Web Server Control
10912. You need to enable paging for a DataGrid control
- You can use a DataTable
- You can use either the DataReader or DataTable
- A DataGrid does Not support paging
- You can use a DataReader
10913. Session_End fires in which of these SessionState modes
- None
- Inproc
- SQLServer
- StateServer
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।