ASP .Net Quiz

Description: ASP .Net Quiz
Number of Questions: 10
Created by:
Tags: .net asp
Attempted 0/10 Correct 0 Score 0

Which is the file extension used for an ASP.NET file?

  1. asn

  2. asp

  3. aspn

  4. aspx

  5. asx


Correct Option: D
  1. all ASP.NET code.

  2. as much ASP.NET code as is in the ASP.NET file.

  3. a mix of ASP.NET and HTML code.

  4. all HTML code.

  5. None of the above.


Correct Option: D
  1. .asp

  2. .aspx

  3. .asp.vb

  4. .aspx.vb

  5. .asp.vb.net


Correct Option: B
  1. .asp

  2. .aspx

  3. .asp.vb

  4. .aspx.vb

  5. .asp.vb.net


Correct Option: D
  1. Mouse Move

  2. Text Change

  3. Button Click

  4. Both a and b.

  5. All of the above.


Correct Option: A

Because of the latency of a round-trip on the internet:

  1. the interface and code of a web form are stored in separate files.

  2. only some user actions, such as button clicks, will generate events.

  3. it is best to use server-side control.

  4. web applications should be coded in Visual Basic.

  5. None of the above.


Correct Option: B
  1. ControlName

  2. Designation

  3. ID

  4. Name

  5. Title


Correct Option: C

Which language is used to create an ASP.NET code file?

  1. Visual Basic

  2. C#

  3. C++

  4. Both a and b.

  5. All of the above.


Correct Option: E
  1. has a thin front end (client).

  2. needs to be available to the public.

  3. must be platform-independent.

  4. Both a and b.

  5. All of the above.


Correct Option: E

Which set of symbols are used to signify the presence of ASP.NET code?

  1. <@

  2. <#

  3. <$

  4. <%

  5. <&


Correct Option: D
- Hide questions