Exam 23: Web App Development With Aspnet in Visual Basic

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

When given a URL, a web browser uses HTTP to retrieve and display the web page found at that address.

(True/False)
4.9/5
(34)

In a URL, the hostname is the name of the server on which the resource resides. The remainder of a URL specifies the location and name of a requested resource. For security reasons, the location is normally a __________ directory, which the server translates into a real location on the server.

(Multiple Choice)
4.8/5
(32)

A _______ is an address indicating the location of a resource on the web.

(Multiple Choice)
4.7/5
(41)

A Web Form's Load event occurs each time the page loads into a web browser. The event handler for this event is Page.Load.

(True/False)
4.8/5
(37)

The file that contains the programming logic of a Web Form is called the _________ file.

(Multiple Choice)
4.7/5
(40)

The asp: tag prefix means that ________.

(Multiple Choice)
4.8/5
(30)

Web forms are customized by programmers by adding Web _________ such as labels and buttons.

(Multiple Choice)
4.8/5
(33)

A ________ is a piece of data stored in a small text file to maintain information about the client during and between browser sessions.

(Multiple Choice)
4.9/5
(34)

An IP address is:

(Multiple Choice)
4.8/5
(34)

You must write your own regular expressions to have Visual Web Developer validate e-mail addresses, phone numbers, etc.

(True/False)
4.8/5
(32)

_________ applications divide functionality into separate logical groupings.

(Multiple Choice)
4.9/5
(38)

A LinqDataSource allows an application to interact with a database via LINQ.

(True/False)
4.8/5
(34)

Web Form files have the extension:

(Multiple Choice)
4.8/5
(34)

Namespace _________ contains classes for creating web applications and controls.

(Multiple Choice)
4.8/5
(30)

A ________ ASP.NET data control displays data on a web form in a tabular format.

(Multiple Choice)
4.8/5
(28)

Some client browsers might not support scripting or the user might disable it. For this reason, you should always perform validation on the server.

(True/False)
4.8/5
(34)

Server-side Web Form validation must be implemented programmatically.

(True/False)
4.9/5
(40)

A URL contains information that directs a browser to the resource that the user wishes to access. Computers that run __________ software make such resources available.

(Multiple Choice)
4.8/5
(35)

Cookies exist on a user's computer until the user decides to delete them.

(True/False)
4.8/5
(34)

Visual Basic provides session-tracking capabilities in class __________.

(Multiple Choice)
5.0/5
(29)
Showing 21 - 40 of 67
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)