header1.html

Thursday 18 April 2013

ASP.NET Quiz-4


ASP.NET Quiz-4
1.Client-side state management techniques are appropriate when using:
sensitive information
critical applications.
an intranet
Both a and b


2.Where does the query string store information?
HTML source
Text file
URL
server


3. Where do cookies store information?
HTML source
Text file
URL
server


4.Which client-side technique is specific to ASP.NET?
Cookies
QueryString
ViewState
All of above


5.What symbol specifies the beginning of a query string?
@
#
$
?


6.Which server-side technique is available in ASP.NET?
Application states
Session states
Database support
Both a and b.


7.An Application variable is created:
when the application is first placed on a web server.
when the web server is first started.
when the first client requests a URL resource
every time a client requests a URL resource


8.A Session variable is created:
when the application is first placed on a web server.
every time a new client interacts with the web application.
every time a client requests a URL resource
when the first client requests a URL resource.


9.Which is not a reason for using a database to store state information?
The capacity to store high volumes of information
The ability to use data mining techniques on the stored information
The ability to use application and session variables
Security from unauthorized use


10.Properties are used to represent
actions
classes
data
events

No comments:

Post a Comment