ASP Quiz

Description: Active Server Pages(ASP) Quiz
Number of Questions: 15
Created by:
Tags: asp
Attempted 0/15 Correct 0 Score 0
asp
  1. a collection of values sent as cookies in a HTTP header

  2. a collection of data sent with a submitted form

  3. from client variables described from within an object

  4. from the OS module

  5. A&B


Correct Option: E
asp
  1. server

  2. response

  3. session

  4. All of the above


Correct Option: D

Abandon is an ASP ________ object method.

asp
  1. server

  2. session

  3. request

  4. response


Correct Option: B
asp
  1. session

  2. request

  3. server

  4. response


Correct Option: C

ASP is an acronym for what?

asp
  1. Active Server Protocol

  2. ActiveX Server Pages

  3. Active Setup Pages

  4. Active Server Pages

  5. Active Setup Protocol


Correct Option: D
asp
  1. < Comment a line in ASP >

  2. 'Comment a line in ASP


Correct Option: C
asp
  1. Break it up into smaller easier-to-manage files that can serve as subroutines and function calls.

  2. Keep it nice and simple in one file and use subroutines and function calls.


Correct Option: A
asp
  1. Syntax error such as missing parentheses, comma or quotation mark.

  2. Comments in your code are not tagged properly as comments.

  3. Make sure function names have both opening and closing parentheses.

  4. Check to see that the web page is properly saved with the extension as .asp

  5. All of the above


Correct Option: E
asp
  1. That all pages are saved in .asp extensions.

  2. Check that the web server has Microsoft FrontPage extensions installed.

  3. Make sure the web server is capable of hosting ASP pages.

  4. Check the coding and be sure the ASP code is surrounded with

  5. All of the above


Correct Option: C
asp
  1. Contact the ISP and have them switch the website to have ASP capability.

  2. Have your ISP install the Microsoft FrontPage extensions

  3. Develop a transition plan first that includes a step-by-step plan on every detail prior to contacting the ISP.

  4. All the above


Correct Option: C
asp
  1. ASP does not depend upon which browser the viewer is using.

  2. ASP code does not show up in the source code; thus, the code is protected

  3. ASP does not download with the page to the viewer.

  4. ASP can easily interact with a database.

  5. All of the above


Correct Option: E
asp
  1. Client-side executable code (executes at the browser level)

  2. Server side executable code (runs at the server only)


Correct Option: A
- Hide questions