Question 1. What is the typical extension of the file containing the Visual Basic code for an ASP.NET page?
.aspx
.net
aspx.vb
.aspvb
Question 2. To see a code view of our page in Visual Studio, we click the _____ tab near the bottom of the screen.
WYSIWYG
layout
design
source
Question 3. How do you recognize a ColdFusion application?
The words cold fusion appear in the status bar of the browser.
The file name will have a .cfm extension.
The file name will have a .cf extension.
The file name will begin with _cf.
Question 4. VBScript will work as client-side script on which of the following?
Firefox
Internet Explorer
Chrome
Safari
Question 5. A new class added to an ASP.NET website is typically placed in the _____ folder.
New_Class
App_Data
Bin
App_Code
Question 6. The _____ method in ASP.NET sends a special message to the browser to cause the browser to request a new page.
Server.Transfer
Response.Redirect
Server.Redirect
Response.Transfer
Question 7. Cross-page posting is best used to move to a new page when
only a few user inputs need to be processed.
a large number of user inputs need to be processed.
no user inputs need to be processed.
a page has been physically moved or renamed within a website.
Question 8. ASP.NET maintains a session ID that uniquely identifies each user session within the _____ object.
request
response
data source
session state
Question 9. State one advantage and one disadvantage of choosing a Microsoft® platform for a web application rather than a UNIX platform.