Questions
Question 1 Multiple Choice (Single Answer)
Which is the file extension used for an ASP.NET file?
- asn
- asp
- aspn
- aspx
- asx
Question 2 Multiple Choice (Single Answer)
When an ASP.NET file is placed on an IIS server and viewed through a browser, the resulting HTML page contains:
- all ASP.NET code.
- as much ASP.NET code as is in the ASP.NET file.
- a mix of ASP.NET and HTML code.
- all HTML code.
- None of the above.
Question 3 Multiple Choice (Single Answer)
What is the extension for a Visual Basic web form interface file?
- .asp
- .aspx
- .asp.vb
- .aspx.vb
- .asp.vb.net
Question 4 Multiple Choice (Single Answer)
What is the extension for a Visual Basic web form code file?
- .asp
- .aspx
- .asp.vb
- .aspx.vb
- .asp.vb.net
Question 5 Multiple Choice (Single Answer)
Which user action will not generate a server-side event?
- Mouse Move
- Text Change
- Button Click
- Both a and b.
- All of the above.
Question 6 Multiple Choice (Single Answer)
Because of the latency of a round-trip on the internet:
- the interface and code of a web form are stored in separate files.
- only some user actions, such as button clicks, will generate events.
- it is best to use server-side control.
- web applications should be coded in Visual Basic.
- None of the above.
Question 7 Multiple Choice (Single Answer)
Which property is used to name a web control?
- ControlName
- Designation
- ID
- Name
- Title
Question 8 Multiple Choice (Single Answer)
Which language is used to create an ASP.NET code file?
- Visual Basic
- C#
- C++
- Both a and b.
- All of the above.
Question 9 Multiple Choice (Single Answer)
It is best to use a web instead of a windows application when the application:
- has a thin front end (client).
- needs to be available to the public.
- must be platform-independent.
- Both a and b.
- All of the above.
Question 10 Multiple Choice (Single Answer)
Which set of symbols are used to signify the presence of ASP.NET code?
- <@
- <#
- <$
- <%
- <&