Exam 12: Web Applications
Exam 1: An Introduction to Visual Basic 201259 Questions
Exam 2: Designing Applications57 Questions
Exam 3: Using Variables and Constants58 Questions
Exam 4: The Selection Structure57 Questions
Exam 5: More on the Selection Structure56 Questions
Exam 6: The Repetition Structure59 Questions
Exam 7: Sub and Function Procedures56 Questions
Exam 8: String Manipulation57 Questions
Exam 9: Arrays57 Questions
Exam 10: Structures and Sequential Access Files58 Questions
Exam 11: Classes and Objects58 Questions
Exam 12: Web Applications55 Questions
Exam 13: Working With Access Databases and Linq57 Questions
Exam 14: Access Databases and SQL58 Questions
Select questions type
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)
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)
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)
____ 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? 

(Not Answered)
This question doesn't have any answer yet
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
Showing 21 - 40 of 55
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)