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?
Which programming language is most commonly used to script ASP 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.