Content Frame
Note for screen reader users: There is text between the form elements on this page. To be sure that you do not miss any text, use item by item navigation methods, rather than tabbing from form element to form element
[Skip Breadcrumb Navigation]
Home  arrow Student Resources  arrow Chapter Quizzes  arrow Chapter 11

Chapter 11
Chapter 11 Quiz: Developing Web Applications

This activity contains 10 questions.

Question 1
1
Open Hint for Question 1 in a new window
Which of these statements are true about URL’s?

i. A URL is a uniform way of addressing objects and pages on the internet.

ii. A domain name is part of a URL.

iii. A protocol is always at the end of a URL.

iv. A URL can contain file and folder paths.

 
End of Question 1


Question 2
2 Which of these statements are true about ASP.NET?

i. Web applications written in ASP.NET consist of content, program logic, and configuration information.

ii. ASP.NET is called a platform.

iii. ASP.NET uses a compiler to check for programming errors.

iv. A web application written in ASP.NET use special pages called web forms.

 
End of Question 2


Question 3
3 ____________ controls are used to display database and XML data in grids and lists.
 
End of Question 3


Question 4
4
Open Hint for Question 4 in a new window
Which types of web sites can be created with Visual Studio?

i. File System web site.

ii. FTP web site.

iii. HTTP web site.

iv. Standard web site.

 
End of Question 4


Question 5
5
Open Hint for Question 5 in a new window
Which are differences between Web controls and Windows controls?

i. Web controls have a new property named AutoPostBack.

ii. The Enable property is only used on Windows controls.

iii. The ID property of the Web control is the counterpart of the Name property of the Window control.

iv. Web controls lose their runtime properties when the user moves away from the current page.

 
End of Question 5


Question 6
6
Open Hint for Question 6 in a new window
Which statements are true about the AutoPostBack property?

i. When the property is set to true, clicking on the control causes the form to be posted back to the server.

ii. The ImageButton control automatically posts the current page back to the server .

iii. All controls have an AutoPostBack property.

iv. AutoPostBack defaults to false for all controls.

 
End of Question 6


Question 7
7 The property used to determine whether a user can select one or multiple items from a ListBox control is:
 
End of Question 7


Question 8
8
Open Hint for Question 8 in a new window
Which of the following statements are true about HTML Table controls?

i. To insert a table into a form’s design select Insert Table from the Layout menu.

ii. The table’s Border property set to 1 by default.

iii. The row and column height adjustments are given in inches.

iv. Static text typed into a table’s cell is left justified by default.

 
End of Question 8


Question 9
9
Open Hint for Question 9 in a new window
Which are methods used to move from one web page (the source page) to another web page (the target page)?

i. Place the URL of the target page in the NavigationURL property of a Hyperlink control.

ii. Write a click event handler for a Button, ImageButton, or LinkButton control.

iii. Select a block of text with the mouse, click the Hyperlink button on the formatting toolbar, and enter the URL of the target web page.

iv. Use a Response.Redirect statement in the click event handler of a Button, ImageButton, or LinkButton control.

 
End of Question 9


Question 10
10 Web forms applications use a _________________ control to access databases.
 
End of Question 10





Some questions in this exercise may have more than one correct answer. To answer such questions correctly, you must select all the correct answers. Also note that answer choices in this exercise appear in a different order each time the page is loaded.




Copyright © 1995-2008, Pearson Education, Inc., publishing as Pearson Addison Wesley
Legal and Privacy Terms
Pearson Education

[Return to the Top of this Page]