Exam 12: Web Applications

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

The ____ tag defines a division in a Web page.

(Multiple Choice)
4.8/5
(29)

To view a Web page in full screen view,you use the Full Screen option on the ____ menu.

(Multiple Choice)
4.8/5
(26)

A Web page allows a user to enter graduation information on a Web page.The user enters his or her first name and last name,selects a major from a drop-down list,and selects a graduation date from a calendar.All data entered by the user is stored as string variables.A message using the string variables should display the information entered as follows: FirstName LastName Major: #### Graduation Date: MM/DD/YYYY Write the statements to assign the concatenated string to the lblMessage control so that it will display in the appropriate format.Create your own variable names.

(Essay)
4.9/5
(30)

Describe the difference between the Design view and the Source view of a Web page in the IDE.

(Essay)
4.8/5
(37)

You can add static text to a Web page using a ____.

(Multiple Choice)
4.8/5
(40)

A drop-down list control has been added to a Web page.Add the following three products as list items to the control: washer,dryer,and refrigerator.

(Essay)
4.7/5
(28)

The Table tool in the Standard section of the toolbox creates a(n)____.

(Multiple Choice)
4.9/5
(32)

You can use the ToShortDateString method to convert the date to the String data type.

(True/False)
4.9/5
(34)

You can add an image to a Web page using the ____ tool in the toolbox.

(Multiple Choice)
4.9/5
(33)

A ____ requests information from a Web server.

(Multiple Choice)
4.9/5
(36)

You need to specify the fonts to be used when a Web page displays in the browser.Write the statement that will set Arial and any sans-serif font as the font family for the body of the Web page.

(Essay)
4.9/5
(37)

Before you add any text or controls to a Web page,you should plan the page's layout.

(True/False)
4.9/5
(21)

The properties of the RequiredFieldValidator tool are ____.

(Multiple Choice)
4.8/5
(39)

Write the statements to create two columns on a Web page based on the following information: The first column is named SiteMap,and it occupies 30% of the page and has a background color of green.The second column is named ContentColumn.

(Essay)
4.8/5
(32)

The ____ tag can be used to break the text on a Web page in a specific location.

(Multiple Choice)
4.8/5
(33)

The user will enter the prescription number,first name,last name,and date to pick up the filled prescription.Which of the following controls do you need to provide on the Web page?

(Multiple Choice)
4.8/5
(35)

ASP stands for ____.

(Multiple Choice)
5.0/5
(23)

____ pages contain code that tells the objects on the Web page how to respond to the user's actions.

(Multiple Choice)
4.9/5
(42)

Which of the following specifies that LinkColumn should occupy 20% of the Web page and appear as the first column on the left of the Web page? Which of the following specifies that LinkColumn should occupy 20% of the Web page and appear as the first column on the left of the Web page?

(Not Answered)
This question doesn't have any answer yet
Ask our community

The font for the text in the Web page should display as Verdana,Arial,or an available sans-serif font,respectively.Which of the following style attributes for the font-family property is correct? The font for the text in the Web page should display as Verdana,Arial,or an available sans-serif font,respectively.Which of the following style attributes for the font-family property is correct?

(Not Answered)
This question doesn't have any answer yet
Ask our community
Showing 21 - 40 of 55
close modal

Filters

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