Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. (TCO 7) The _______ lets you bind data in the three-tier architecture model u

ID: 3564699 • Letter: 1

Question

1. (TCO 7) The _______ lets you bind data in the three-tier architecture model using a database application. (Points : 3)        DataView
       Fill method
       Adapter class
       Connection class
       Object Data Source Question 2.2. (TCO 8) A(n) ________ allows you to use SSL when developing ASP.NET applications. (Points : 3)        transaction type control
       login control
       encryption class
       global.asax
       digital certificate Question 3.3. (TCO 7) User controls offer the benefits of _______. (Points : 3)        reduced maintenance time
       reduced test time
       consistency throughout application
       decreased development time
       All of the above Question 4.4. (TCO 7) The ________ specify how the user control will be referenced in the Web page's HTML portion. (Points : 3)        TagName
       TagStyle
       TagPrefix
       TagName and TagPrefix
       TagPrefix and TagStyle Question 5.5. (TCO 8) _____ is the process of validating the user to grant them access to the application. (Points : 3)        Security class
       Authentication
       Login
       Network control
       Database Question 6.6. (TCO 8) The default website security for ASP.NET applications is _______. (Points : 3)        Trusted Authentication
       Windows Authentication
       Web Authentication
       Domain-specific Authentication
       None Question 7.7. (TCO 7) The ________ class allows you to store and retrieve a user's data. (Points : 3)        ProfileCommon
       Session
       Application
       Security
       Database Question 8.8. (TCO 7) You need ________ in order to add one or more Views to a control. (Points : 3)        a View control
       View control set to True
       MultiView control set to True
       ViewOn control set to True
       a MultiView control Question 9.9. (TCO 7) A ________ control can be implemented to allow users to step through a process. (Points : 3)        View
       Inheritance
       Object level
       Transaction
       Wizard Question 10.10. (TCO 7) The ________ part of ASP.NET Web pages can contain a combination of Web controls. (Points : 3)        Code
       HTML
       Source level
       Design control
       BODY 1. (TCO 7) The _______ lets you bind data in the three-tier architecture model using a database application. (Points : 3)        DataView
       Fill method
       Adapter class
       Connection class
       Object Data Source

Explanation / Answer

1.Object Data Source
2. global.asax
3. All of the above
4.TagName and TagPrefix
5.Authentication
6.Web Authentication
7.Session
8.MultiView control set to True
9.Transaction
10.Source level