Devry CIS407Final Exam

CIS407 Final Exam

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

Question 2. 2. (TCO 1) Many of the Web server controls have a _______ menu, which allows developers options to perform common tasks and settings. (Points : 5)

Question 3. 3. (TCO 1) The starting page for the website can be changed by _______. (Points : 5)

Question 4. 4. (TCO 2) _______ allow users to select controls by keyboard shortcuts. (Points : 5)

Question 5. 5. (TCO 2) You can use the ________ to specify the maximum amount of characters that can be entered in a textbox. (Points : 5)

Question 6. 6. (TCO 2) The CheckedChanged Event for a radio button occurs _________. (Points : 5)

Question 7. 7. (TCO 3) You can use ________ to track the state of each user in the application. (Points : 5)

Question 8. 8. (TCO 3) The ________ control displays the navigation as menu options. (Points : 5)

Question 9. 9. (TCO 3) ________ variables are maintained while the browser is opened. (Points : 5)

Question 10. 10. (TCO 4) To create an SQLDataSource from the Designer, developers can _______. (Points : 5)

Question 11. 11. (TCO 5) _______ is the ability for the GridView to display data one page at a time. (Points : 5)

Question 12. 12. (TCO 5) The ________ layer is used to contain the data for the application. (Points : 5)

Question 13. 13. (TCO 6) Transaction objects in .NET contain methods to (Points : 5)

Question 14. 14. (TCO 6) _________ starts the transaction process. (Points : 5)

Question 15. 15. (TCO 6) _________ reverts the changes in the database. (Points : 5)

Question 16. 16. (TCO 6) _________, in transaction processing, means that managed resources survive failures. (Points : 5)

Question 1. 1. (TCO 7) You need _______ in order to add one or more Views to a control. (Points : 5)

Question 2. 2. (TCO 7) A _________ control can be implemented to allow users to step through a process. (Points : 5)

Question 3. 3. (TCO 7) The _________ part of ASP.NET Web pages can contain a combination of Web controls, user controls, and HTML syntax. (Points : 5)

Question 4. 4. (TCO 9) SMTP sends e-mails in _______ format. (Points : 5)

Question 5. 5. (TCO 9) A _______ is a web page that can be easily customized by users. (Points : 5)

Question 6. 6. (TCO 9) The ________ file controls the configuration of the ASP.Net Web application. (Points : 5)

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

Question 8. 8. (TCO 1) When you bind a dropdown list to a data grid, the system will _______. (Points : 5)

Question 9. 9. (TCO 1) A _________ is a website that is located on your local computer. (Points : 5)

Question 10. 10. (TCO 2) You can use the ________ to specify the maximum amount of characters that can be entered in a textbox. (Points : 5)

Question 11. 11. (TCO 2) The CheckedChanged Event for a radio button occurs _________. (Points : 5)

Question 12. 12. (TCO 2) The Rows and SelectionMode properties apply to _______. (Points : 5)

Question 13. 13. (TCO 3) You can use ________ to track the state of each user in the application. (Points : 5)

Question 14. 14. (TCO 3) ________ values are stored in the memory of the ASP.NET process. (Points : 5)

Question 15. 15. (TCO 9) In IIS, you can create a _____ directory, which points to a location other then (THAN) the directory you create for the project. (Points : 5)

1. (TCO 1) Describe three components found in the Application Layer. (Points : 15)

Question 2. 2. (TCO 2) Describe one item that needs to be kept in mind when designing web forms for the Presentation Layer of an N-Tier Architecture. (Points : 15)

Question 3. 3. (TCO 3) Describe the ASP.NET session state object and give one example of what it can be used for in a web application. (Points : 15)

Question 4. 4. (TCO 4) Describe two advantages of using stored procedures instead of inline SQL. (Points : 15)

Question 5. 5. (TCO 5) List the seven general steps involved in creating a Web-based data-driven application that uses a bound control to display data from a database. (Points : 15)