Online Quiz

Enter your name:

Question 1: Which of the following is not one of the five built-in objects in Active Server Pages?
A) Server
B) Session
C) Transaction
D) Request

Question 2: Which of the following languages can be used in an ASP server-side script?
A) C++
B) VBScript
C) COBOL
D) None of the Above

Question 3: Which of the following is not a collection in the Request object?
A) QueryString
B) Transaction
C) ServerVariables
D) Cookies

Question 4: Which character separates the query string from the rest of the URL?
A) :
B) &
C) @
D) ?