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?
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?
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?