JavaDeploy
SiteMap
Perl 1
Perl 2
ASP
XML
ASP
«Prev
Next»
Intro ASP
Active Server Pages
Server Side Scripting
Script Syntax
Constants Variables
Arithmetic Operators
Decision Statement
Builtin Functions
Response Write
Three Parts
ASP Object Model
Methods Write Scripts
Project Interactive Message
Server Side Conclusion
Browser Server Dialog
Browser Server Communication
Request Query String
ASP Request Cookies
ASP Response Object
Customizing User Experience
Advertisement Rotation
Building Webapps
Running ASP Web Application
Running Managing ASP App
Using Global Asa File
App Level Variables
Variables Race Condition
File System Object
Writing Text File
Reading Outputting Files
Write Session Variables
ASP Web App Structure
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
Submit
Quiz Explanation