Exam 15: Web-Based Applications
Exam 1: Introduction to Computing and Programming75 Questions
Exam 2: Data Types and Expressions75 Questions
Exam 3: Methods and Behaviors75 Questions
Exam 4: Creating Your Own Classes75 Questions
Exam 5: Making Decisions75 Questions
Exam 6: Repeating Instructions75 Questions
Exam 7: Arrays75 Questions
Exam 8: Advanced Collections74 Questions
Exam 9: Introduction to Windows Programming75 Questions
Exam 10: Programming Based on Events75 Questions
Exam 11: Advanced Object-Oriented Programming Features75 Questions
Exam 12: Debugging and Handling Exceptions75 Questions
Exam 13: Working With Files75 Questions
Exam 14: Working With Databases75 Questions
Exam 15: Web-Based Applications73 Questions
Select questions type
Visual Studio has a built-in ASP.NET Development Server for testing and running Web sites. It is not necessary to have IIS installed and running.
(True/False)
4.8/5
(46)
With the Visual Studio 2015 release, Microsoft partnered with a software development company called __________ and included their software to e nable you to build iOS, Android, and Windows apps within the IDE.
(Short Answer)
4.9/5
(33)
HTML is more restrictive than XHTML. With HTML all tags or elements are written using lowercase characters. All elements must be closed and must be properly nested under a single root tag.
(True/False)
4.9/5
(31)
By default only a few Web Forms server control events trigger a postback to the server. Common user interface events such as mouse moves and key presses are not automatically posted to the server.
(True/False)
4.9/5
(44)
All of the following are true regarding Cascading Style Sheets (CSS) EXCEPT ____.
(Multiple Choice)
4.8/5
(37)
Use the ____________ property to tie a validation control to a specific form control object such as a TextBox object.
(Short Answer)
4.8/5
(39)
There is no Main( ) method with ASP.NET applications. Instead there is a Page_Load( ) event handler.
(True/False)
4.8/5
(37)
Dynamic web pages are pre-created pages, residing on the server's hard drive, and basically are delivered as HTML documents.
(True/False)
4.8/5
(36)
What is the name of the CSS file that you should find in the Solution Explorer window?
(Multiple Choice)
4.8/5
(39)
Selecting HTTP for the File Location, stores files, by default, in the C:\Inetpub\wwwroot directory.
(True/False)
4.7/5
(38)
____________ tags tell the browser how to display data in different formats, for example, in bold or italic or in different fonts or font sizes.
(Short Answer)
4.8/5
(34)
Microsoft Access databases include more security features than SQL Server databases. Thus, Access databases are recommended for production Web sites.
(True/False)
4.8/5
(41)
In addition to dragging a validation control to the form, you must set the ____ property in order to tie the validation control to a specific form control object.
(Multiple Choice)
4.8/5
(36)
The code-behind file with ASP.NET is saved using which file extension?
(Multiple Choice)
4.7/5
(33)
To indicate that the control is a Web Forms control, Visual Studio prefixes the control name with and ends the tag with .
(True/False)
4.8/5
(38)
Using Visual Studio, you can add which of the following types of controls?
(Multiple Choice)
4.9/5
(35)
When you create a new Web Form page a(n) ______________ method is automatically added. You do not have to do anything extra or special to register it.
(Short Answer)
4.9/5
(34)
You can customize the display of the Calendar control object by adding borders and changing the overall size, font, background, and foreground colors.
(True/False)
4.8/5
(42)
The Calendar control has a number of properties including the CurrentDate property which is used to pick the month, day, and year for display.
(True/False)
5.0/5
(30)
Showing 41 - 60 of 73
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)