McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Intro to VB.NET
Projects
Comprehensive Projects
Chapter Objectives
PowerPoint Presentations
Multiple Choice Quiz
True or False
Examples from the Text
Feedback
Help Center


Learning Programming Using Visual Basic.Net
Bill Burrows, University of Washington
Joe Lanford, University of Rochester

Using Visual Basic .NET to Create Web Applications

True or False



1

Client-side scripting of web-based applications is invisible to users, so it is a safe way to distribute proprietary code.
A)True.
B)False.
2

Database data displayed on a web form can not be modified and resubmitted to a server.
A)True.
B)False.
3

The major difference between cookies and Session objects is where they store their information.
A)True.
B)False.
4

Visual Basic .NET provides an XML component for use in your Web Forms that can support XML processing and display.
A)True.
B)False.
5

Session objects allow a developer to maintain name/value paired information about the data and locations that a user has interacted with in a given web application.
A)True.
B)False.




McGraw-Hill/Irwin