Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Below are a list of questions I had to answer about ASP.NET. Please look over them to see if I am correct. If not please let me know which ones and what the right answer is. THANKS! ^_^
1. Which of the following is read forward only?
__X_ DataReader
____ DataAdaptor2. ASP.NET is native to?
____ Sun
_X__ MicroSoft
____ IBM
____ Red Hat3. How does the Web Server know to pass a page to ASP.NET for processing?
* By looking at the extension of the file
4. Which statement is true of ASP.NET:
_X__ ASP.NET pages gets translated and executed each time it is requested
____ ASP.NET pages are compiled
____ After translation, the ASP.NET page becomes static and immutable
5. The output from ASP.NET that is displayed in the browser is:
____ JScript code that runs on the Web
____ Perl scripts
____ Java
__X_ HTML and JavaScript that runs on the Client Side6. (True or False) When running a web site created with ASP.NET application, you would have to install it on all the client machines that are going to run it.
* False
7. (True or False) Notepad can be used as an editor for ASP.NET.
* True8. (True or False) You cannot use client-side scripting in an ASP.NET page.
*False9. (Select all that apply) JavaScript is interpreted by the:
_X__ Web Browser
____ Database Server
____ Web Server
10. <%@ Page Explicit="True" Language="VB" Debug="True" %>Explain what each of these options are for:
• Explicit="True"
* ????• Language="VB"
*Mean your using Visual Basic
11. Draw Lines to match the following two columns
ASP- * Typless
ASP.NET- *Typed
12. (True or False) ASP.NET Scripting elements and ASP>NET Tags such as
<asp:label id="h" runat="server" text="HI" /> can be seen in the HTML output generated by ASP.NET.
*False13. Match the Validation Server Controls by drawing lines to match the type validation that is most suitable for the validation needed. Some maybe used more than once.
Choices:
A. RequiredFieldValidator
B. CompareValidator
C. RangeValidator
D. CustomValidatorEnter only one Choice in each of the items below. Make sure it is the most appropriate answer!
__B_ Check to make sure that the input entered in a control was an Integer or Date.
_A__ Make sure the user entered data
_B__ Make sure that the user enter a certain value in the control
__B_ Compare the value entered in one control the value entered in another control
__C_ Make sure the value entered was between 100 and 999
_D__ Check to see in the 3rd character entered was a “A”
14. Web Forms in ASP.NET uses which of the following FORM Method:
____ GET
__X_ POST15. (True or False) The ACTION option on an ASP.NET FORM allows you to tell which page you want the form to transfer control to when the user hits the submit button.
*False16. (True or False) In ASP.NET the FORM Page cannot be its own ACTION Page.
*False17. (True or False) User Controls were formally known as Pagelets.
*True18. (True or False) User Controls can have their own events.
*True19. What is the purpose of creating User Control Pages in an ASP.NET page (check all that apply)?
__X_ Avoids duplicating code the same code in many pages____ Allows for the sharing of code
_X__ Make correction to commonly used code easier to apply to different ASP pages
____ It is just something that out instructors makes us do to, because he is mean to us.
20. Which of the following allows you to process the data returned from a select statement forward and backward?
____ DataReader
_X__ DataAdaptor
21. When would you use data drill down?
???
22. What are the advantages and disadvantages of client side validation?List one Advantage:
* Use less server processing powerList one Disadvantage:
* Could be misused to falsify data

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |