ASP .Net Quiz

ASP .Net Quiz

10 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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

  1. asn
  2. asp
  3. aspn
  4. aspx
  5. 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:

  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.
Question 3 Multiple Choice (Single Answer)

What is the extension for a Visual Basic web form interface file?

  1. .asp
  2. .aspx
  3. .asp.vb
  4. .aspx.vb
  5. .asp.vb.net
Question 4 Multiple Choice (Single Answer)

What is the extension for a Visual Basic web form code file?

  1. .asp
  2. .aspx
  3. .asp.vb
  4. .aspx.vb
  5. .asp.vb.net
Question 5 Multiple Choice (Single Answer)

Which user action will not generate a server-side event?

  1. Mouse Move
  2. Text Change
  3. Button Click
  4. Both a and b.
  5. All of the above.
Question 6 Multiple Choice (Single Answer)

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.
Question 7 Multiple Choice (Single Answer)

Which property is used to name a web control?

  1. ControlName
  2. Designation
  3. ID
  4. Name
  5. Title
Question 8 Multiple Choice (Single Answer)

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.
Question 9 Multiple Choice (Single Answer)

It is best to use a web instead of a windows application when the application:

  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.
Question 10 Multiple Choice (Single Answer)

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

  1. <@
  2. <#
  3. <$
  4. <%
  5. <&