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

Multiple Choice Quiz



1

Which of the following is not a primary function of any web-based application:
A)Presentation
B)Debugging
C)Business Logic
D)Data Management
2

In our discussion of client-server development, we use the term client to mean:
A)the person using a computer or other device
B)the computer or other device that a user is using to communicate
C)a person who visits your business' web site
D)one of the people that your application was written for
3

An n-tier architecture is generally described as consisting of:
A)one server and one client
B)more than one client and one server
C)more than one server with one or more clients
D)None of the above
4

This term refers to small pieces of code which actually execute on a client machine.
A)parallel code
B)client-side script
C)server-side script
D)None of the above
5

Technologies such as Java have developed an architecture that permits a client-side program to access a restricted set of client computer resources. This code resides in a special area called a(n) ________ _______.
A)application cell
B)security grid
C)security sandbox
D)protected memory
6

Which of the following is not a step in a round trip between a client and server:
A)Client requests a specific web page from a server
B)A user enters information on a form and resubmits it to the server
C)A server responds to an initial request by sending a page to the client browser
D)The server sends a secondary update page to the client's browser.
7

The set of controls provided by Microsoft used to check the contents of controls to ensure that they contain the proper values is called the __________ controls.
A)Check
B)Validator
C)Validation
D)BusinessLogic
8

This is the name of the control that can be added to a Web form to displaying database data.
A)ODBCForm
B)DBData
C)DataGrid
D)Table
9

A ______ is a small text file used by servers to store pieces of data on a client for later retrieval.
A)session
B)cookie
C)datagram
D)bookmark
10

This is the term given to the practice of gathering data as a user moves from page to page in a web application.
A)User Tracking
B)Session Tracking
C)Data Mining
D)None of the above




McGraw-Hill/Irwin