ASP   «Prev  Next»

Classic ASP - Object Quiz

Each question is worth one point. Select the best answer for each question.
 
1. Which scripting engine(s) is/are included with ASP?
Please select the best answer.
  A. VBScript and JScript
  B. VBScript and Perl
  C. VBScript, Java
  D. VBScript and C++

2. How can you determine the type of data currently in a variable or a result?
Please select the best answer.
  A. By looking at the style of the variable or result name.
  B. By multiplying by a known constant.
  C. By using a data-type testing function.
  D. By reinitializing the variable to its current value.

3. What other operation can the DateAdd function perform in addition to adding two dates together?
Please select the best answer.
  A. It can convert a date for different time zones.
  B. It can return a date's day of the week.
C. It can return a string of dates a specified number of days apart.
  D. It can increment or decrement a date in units of time.

Your score is 0.0