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

TCO 1) A _______ web page delivers the same HTML document content for each user.

ID: 3623882 • Letter: T

Question

TCO 1) A _______ web page delivers the same HTML document content for each user. (Points: 3)

dynamic selection

specific

boring

None of the above

Static





2. (TCO 1) In order to design Web forms in Visual Studio.NET, we use the _______. (Points: 3)

Web Forms Designer

Power Designer

Solution Explorer

HTML Code Viewer

None of the above





3. (TCO 1) Many of the Web server controls have a _______ menu that gives developers options to perform common tasks and settings. (Points: 3)

Web Placement

Server Explorer

Format Explorer

Smart tags

Style





4. (TCO 1) To change the starting page for the website, _______. (Points: 3)

select the setting in the global.asax

select the setting in the web.config

select the "Start up" setting in the Web page to "True"

right-click on the web.config to set "Set as Start Up"

right-click on the Web page in the Solution Explorer then left-click on "Set As Start Page"





5. (TCO 1) An absolute URL is _______. (Points: 3)

the file name on the current site

the complete URL including the domain of the site.

the path located on the current site's system

the path displayed in the system.ini

None of the above





6. (TCO 1) When you bind a dropdown list to a data grid, the system will (Points: 3)

prevent other users from seeing the data

automatically display the data retrieved by the data source

prevent other users from overwriting the data

automatically lock the data source from intruders

None of the above





7. (TCO 1) A _________ is a website that is located on your local computer. (Points: 3)

Local IIS website

Virtual IIS website

Local IIS hard drive

Fully qualified IIS website

Local qualified IIS website





8. (TCO 1) To test an ASP.NET website, _______. (Points: 3)

run it from Visual Studio.NET

set the web page's "Debug = True"

set the IIS Debug setting to "Debug=True"

open it in Notepad and verify the settings are correct

run it from Server Explorer





9. (TCO 1) If an uncaught exception occurs in an ASP.NET application while you are running it in Visual Studio.NET, the system will first (Points: 3)

enter Break Mode, display the message, and then close Visual Studio.NET.

write the exception you specify in the IIS log.

write the exception to the web.config.

display the exception through the web.config and break mode.

enter break mode, and an Exception Assistant dialog box will appear.





10. (TCO 1) In break mode, you can _______. (Points: 3)

Step Over

Step Into

Step Out

Run to cursor

Explanation / Answer

1. Static

2. Web Forms Designer

3. Smart Tags

4. right-click on the Web page in the Solution Explorer then left-click on "Set As Start Page"

5. The complete URL including the domain of the site

6. Automatically display the data retrieved by the data source

7. local IIS website

8. run it from Visual Studio.NET

9. enter break mode and an Exception Assistant dialog box will appear

10. All of the above