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