Exam 9: Web Applications
Exam 1: Introduction to Visual Basic 201054 Questions
Exam 2: User Interface Design74 Questions
Exam 3: Variables, Constants, and Calculations58 Questions
Exam 4: Decisions and Conditions51 Questions
Exam 5: Menus, Common Dialog Boxes, Sub Procedures, and Function38 Questions
Exam 6: Multiform Projects69 Questions
Exam 7: Lists, loops, and Printing76 Questions
Exam 8: Arrays and Collections50 Questions
Exam 9: Web Applications66 Questions
Exam 10: Database Applications43 Questions
Exam 11: Data Files43 Questions
Exam 12: OOP: Creating Object-Oriented Programs51 Questions
Exam 13: Graphics, Animation, Sound, and Drag-And-Drop62 Questions
Exam 14: Additional Topics in Visual Basic60 Questions
Select questions type
The _______ control is an ASP.NET validator control that requires a user to enter something in the control.
(Multiple Choice)
4.7/5
(44)
Web controls have a(n)_______ property which,when set to True,indicates that you want the server to send the control's contents back with the page.
(Multiple Choice)
4.9/5
(35)
What are the functions of the server and client in a Web application?
(Essay)
4.9/5
(39)
A _______ control allows you to enter an absolute URL into the NavigateURL property.
(Multiple Choice)
4.9/5
(38)
A _______ occurs each time a Web page is displayed,or redisplayed.
(Multiple Choice)
4.8/5
(29)
Which of the following is NOT software that allows a development machine to act as a Web server?
(Multiple Choice)
4.9/5
(34)
_______ is the acronym for the popular tag-based notation used to define data and its format,and transmit the data over the Web.
(Multiple Choice)
4.9/5
(27)
_______ controls are the standard HTML elements that operate only on the client side.You cannot write any server-side programming logic for these controls.
(Multiple Choice)
4.9/5
(30)
A Web Form generates a file with an .aspx extension that stores the HTML code.
(True/False)
4.9/5
(34)
The Visual Studio Web server is installed automatically when you install Visual Web Developer or Visual Studio.
(True/False)
4.7/5
(36)
A Web Form created in Visual Basic has two distinct pieces,the HTML and instructions needed to render the page,and the Visual Basic code.
(True/False)
4.8/5
(33)
HTTP is the protocol used to send and receive Web pages over the Internet using standardized request and response messages.
(True/False)
4.9/5
(45)
Add elements to a Web page in a manner similar to writing text in a _______.
(Multiple Choice)
4.9/5
(43)
________ is an acronym for a document using specific syntax that defines how a Web service behaves and how clients interact with the service.
(Multiple Choice)
4.9/5
(47)
Validator controls are run on the client-side,so the page does not have to be submitted to the server for input validation.
(True/False)
4.8/5
(39)
Windows controls have a Name property,but Web controls call this the _______ property.
(Multiple Choice)
4.7/5
(39)
When you are creating a Web Project,you click on the _______ in order to view the HTML code.
(Multiple Choice)
4.8/5
(35)
Showing 21 - 40 of 66
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)