1. What does ASP stand for?
2. ASP server scripts are surrounded by delimiters, which?
3. How do you write "Hello World" in ASP
4. "<%=" is the same as:
5. What is the default scripting language in ASP?
6. How can you script your ASP code in JavaScript?
7. How do you get information from a form that is submitted using the "get" method?
8. How do you get information from a form that is submitted using the "post" method?
9. Page 1 has this link:
<a href="page2.asp?color=green">Go</a>
How can page2.asp get the "color" parameter?
10. Which ASP property is used to identify a user?
11. All users of the same application share ONE Session object.
12. All users of the same application share ONE Application object.
13. If a user has Cookies enabled, a session variable is available to all pages in one application.
14. Include files must have the file extension ".inc"
15. What is the correct way to include the file "time.inc" ?
16. Which one of these events is a standard Global.asa event?
17. Global.asa is required for all Web sites
18. Which of these objects is NOT an ASP component?
19. ASP comes with a standard component that displays a different advertisement each time a user enters or refreshes a page, what is the name of this component?
20. How do you create a FileSystemObject?