Shortcut Navigation:

ASP Quiz

In ASP, a request object retrieves info from a user by ________.

Which of the following are ASP standard objects?

Abandon is an ASP ________ object method.

In ASP, the Response Object is used to send output to the user from the server.

MapPath is an ASP ________ object method.

ASP is an acronym for what?

ASP makes a website more interactive and dynamic.

How do you comment a line in ASP using VBScript?

Which is better in managing your code when writing with ASP or any other scripting code?

My ASP page won't work is a common complaint for those new to ASP. Which of these can be the cause?

You want to add ASP capability to your company's website. What is the first thing you would check?

You have determined that your company's website is housed on a web server that cannot handle ASP. What would you do?

Some say that JavaScript is easier to use than ASP and will run regardless of whatever operating system the web server is using (Unix, Linux, Windows 2000, etc). Then others say that ASP has advantages over JavaScript such as what?

A feature of ASP is its ability to interact with a database. Which of these databases is the most popular to use with ASP?

JavaScript is which?

ASP is which?

Client-side scripting code and server-side scripting code can coexist and can be used on the same page.

Variable are used to hold both numerical and text values. Which of these IS NOT a valid variable name?

Which of these is OKAY to use for a variable name?

You have a long piece of code tracking employee salaries. In your opinion, which of these variables is the best (shortest yet most descriptive) to use throughout the code to track the salaries of the managers? Keep in mind that you may try to analyze your

ASP code is....

Which programming language is most commonly used to script ASP code?

ASP pages can contain embedded HTML code.

What happens when a user types in a URL that requests an ASP page?

If the default pages in HTML are index.htm, default.html, etc, what are the default pages in ASP?

When writing ASP code, what are the correct delimiters to use?

It is imperative when writing ASP code is to begin every file with which statement?

In order for you to execute ASP code on your computer, you need to be running web server software such as Personal Web Server.

ASP code can be written in any text editor such as Notepad.