eQuiz: Bài kiểm tra trắc nghiệm về VB.NET (Phần 2)

Quản Trị Mạng - Trong bài trước, chúng tôi đã giới thiệu với các bạn phần 1 của bài kiểm tra trắc nghiệm về VB.NET. Và lần này, chúng ta sẽ tiếp tục với phần 2 về loạt bài Quiz cơ bản về ngôn ngữ lập trình khá phổ biến này, toàn bộ bài kiểm tra sẽ có 15 câu hỏi với thời gian trả lời không hạn chế. Một số câu hỏi sẽ có nhiều phương án lựa chọn dành cho người tham gia.

eQuiz - Bài kiểm tra trắc nghiệm về VB.NET - Phần 2

Chúc các bạn thành công!

  • Question 16: A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above?
    • AdRotator
    • LinkButton
    • Both AdRotator and LinkButton
    • None of the above
  • Question 17: Which of the following denote value that can be taken by Cache-Control of ASP.NET?
    • Public
    • Private
    • no-cache
    • All the above
  • Question 18: I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired?
    • PreRender()
    • Load()
    • Unload()
    • None of the above
  • Question 19: Setting the following properties for object in ASP.NET results in Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = “no-cache”
    • The session expires
    • Clears the buffer area 
    • Avoid page to be cached
    • None of the above
  • Question 20: If one uses ASP.NET configuration system to restrict access which of the following is TRUE?
    • The access is restricted only to ASP.NET files (ANS)
    • The access is restricted only to static files and non-ASP.NET resources.
    • Both A) and B)
    • None of the Above
  • Question 21: ASP.NET separates the HTML output from program logic using a feature named as
    • Exception
    • Code-behind
    • Code-front
    • None of the above
  • Question 22: An organization has developed a web service in which the values of the forms are validated using ASP.NET application. Suppose this web service is got and used by a customer then in such a scenario which of the following is TRUE?
    • Such a situation cannot happen at all
    • The customer must be having technology that run ASP.
    • The customer can run on any platform.
    • None of the Above
  • Question 23: Which of the following is used to write error message in event Log File?
    • System.Diagnostics
    • System.EnterpriseServices
    • System.Data
    • None of the Above
  • Question 24: The feature in ASP.NET 2.0 that is used to fire a normal postback to a different page in the application is called?
    • Theme
    • Cross Page Posting
    • Code-front
    • None of the above
  • Question 25: Which of the following can be used to debug .NET application?
    • Visual Studio .NET
    • Runtime Debugger
    • Systems.Diagnostics classes
    • All the Above
  • Question 26: In ASP.NET if one wants to maintain session then which of the following is used?
    • In-process storage
    • Microsoft SQL Server
    • Session State Service
    • All the Above
  • Question 27: The control used in ASP.NET to display information from data set but with better formatting and editing behavior is?
    • Panel
    • Button
    • DataList
    • None of the Above
  • Question 28: If in an ASP.NET application one want to create http handlers which of the interface is used?
    • IHttpHandlerFactory
    • Handler
    • pipeline
    • None of the above
  • Question 29: The GridView control in ASP.NET has which of the following features?
    • Automatic data binding
    • Automatic paging
    • Both Automatic data binding and Automatic paging
    • None of the above
  • Question 30: In ASP.NET application the Global.asax file lie in which directory?
    • ROOT
    • System
    • Application
    • None of the Above
Thứ Tư, 19/08/2020 13:55
4,73 👨 1.834
0 Bình luận
Sắp xếp theo
    ❖ Quiz công nghệ