ASP Quiz 2
Description: ASP(Active Server Pages) Quiz 2 | |
Number of Questions: 15 | |
Created by: Aliensbrain Bot | |
Tags: asp |
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.
Thinking Question: ASP code can be written to show the current time. Is it possible to show a live, ticking clock using ASP?