Practice Quiz 1

  1. Server Side Includes (SSI) is a form of web-embedded programming
    A. true
    B. false
  1. a SSI is a CGI
    A. true
    B. false
  1. <!--#include uses:
    A. file
    B. virtual
    C. path
    D. directory
  1. SSIs get processed before the page is send to the browser
    A. true
    B. false
  1. the following are examples of web-embedded programming:
    A. .asp
    B. .pl
    C. .php
    D. .cfm
  1. SSI uses <!--# --> while Active Server Pages uses
    A. <? ?>
    B. <% %>
    C. <$ $>
    D. none of the above
  1. SSI's code is visible within the browser
    A. true
    B. false
  1. SSI extensions are:
    A. .ssi
    B. .shtml
    C. .stm
    D. .inc
  1. SSI get processed before it is send to the browser while CGIs get processed after they sent from the browsers
    A. true
    B. false
  1. SSI can execute other programs or scripts, such as CGI and ISAPI applications
    A. true
    B. false

You have:    answers correct out of a possible ten.

The question numbers that were not correct are: