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

- See more at: http://www.ex-designz.net/test_page.asp?tid=49#sthash.i9t9MYV1.dp

ID: 3539521 • Letter: #

Question

- See more at: http://www.ex-designz.net/test_page.asp?tid=49#sthash.i9t9MYV1.dpuf



22) Where is the default Session data is stored in ASP.Net?        a) InProcess        b) StateServer        c) Session Object        d) al of the above
23) Select the type Processing model that asp.net simulate        a) Event-driven        b) Static        c) Linear        d) Topdown
24) Does the EnableViewState allows the page to save the users input on a form?        a) Yes        b) No
25) Which DLL translate XML to SQL in IIS?        a) SQLISAPI.dll        b) SQLXML.dll        c) LISXML.dll        d) SQLIIS.dll
26) What is the maximum number of cookies that can be allowed to a web site?        a) 1        b) 10        c) 20        d) More than 30
27) Select the control which does not have any visible interface.        a) Datalist        b) DropdownList        c) Repeater        d) Datagrid
28) How do you explicitly kill a user session?        a) Session.Close( )        b) Session.Discard( )        c) Session.Abandon        d) Session.End        e) Session.Exit
29) Which of the following is not a member of ADODBCommand object?        a) ExecuteReader        b) ExecuteScalar        c) ExecuteStream        d) Open        e) CommandText
30) Which one of the following namespaces contains the definition for IdbConnection?        a) System.Data.Interfaces        b) System.Data.Common        c) System.Data        d) System.Data.Connection

Explanation / Answer

22) Where is the default Session data is stored in ASP.Net?        a)  InProcess 23) Select the type Processing model that asp.net simulate        a)  Event-driven 24 )Does the EnableViewState allows the page to save the users input on a form?        a)  Yes 25) Which DLL translate XML to SQL in IIS?        a)  SQLISAPI.dll