ASP   «Prev  Next»

ASP Operators - Quiz

 
Each question is worth one point. Select the best answer for each question.
1. Which delimiters tell the ASP interpreter where the ASP script begins and ends?
Please select the best answer.
  A. /* and */
  B. <% and %>
  C. <ASP> and </ASP>
  D. {" and "}


2. How does the user's browser interpret an ASP page?
Please select the best answer.
  A. ASP script segments appear on the browser just the way they appear in the ASP page.
  B. ASP script segments are ignored by the browser and appear as HTML comments.
  C. The HTML results of the interpreted ASP script are displayed on the browser.
  D. The ASP script segments are displayed on the browser in a different color.
-
3. Where are ASP scripts executed?
Please select the best answer.
  A. Entirely in the user's browser.
  B. It depends on the ASP functions used in the script.
  C. Entirely on the Web server.
  D. On either the browser or server, as set by the user.


Your score is 0.0