Cis407a- which of the following is true for friendly urls


Quiz

Question 1. By default, session state objects are tracked by the use of _____.
query strings
brownies
applications
cookies

Question 2. The Application_Start event is typically used to _____.
initialize the values of session state items
initialize the values of application state items
retrieve application statistics from ASP.NET
add components to the global.asax file

Question 3. A global.asax file for a website provides _____.
event handlers for application events
application properties and methods
the attributes for an application
the options for an application

Question 4. Master page events are like content page events, but the master page events occur _____ the content page events.
before
after
at the same time
master page events do not occur

Question 5. Which of the following is true for friendly URLs?
They mirror the directory structure of the website.
They don't include the file names of the pages that are being requested.
They can include query strings.
They often improve browser performance.

Question 6. Before you can use a navigation control, you must _____.
configure the web.config
configure the global.asax
configure the web.sitemap
configure the security settings

Question 7. The _____ control displays the navigation as menu options.
Master page
TreeView
Menu
Listbox

Question 8. Application-state variables are _____.
global variables for each ASP.NET application
local variables for a file
not useful for data connections
not able to be modified in ASP.NET pages

Question 9. _____ variables are maintained while the browser is opened.
Session
Application
Class
Cookie

Question 10. _____ values are a mode of session state that stores values in the memory space of a standalone Microsoft Windows Service. This service runs outside of the IIS or ASP.NET application server process and memory space.
StateServer variable level
InProc server
Database
Global.asax

Solution Preview :

Prepared by a verified Expert
Computer Engineering: Cis407a- which of the following is true for friendly urls
Reference No:- TGS02160106

Now Priced at $10 (50% Discount)

Recommended (94%)

Rated (4.6/5)