Practice Quiz 1
Server Side Includes (SSI) is a form of web-embedded programming
A. true
B. false
a SSI is a CGI
A. true
B. false
<!--#include uses:
A. file
B. virtual
C. path
D. directory
SSIs get processed before the page is send to the browser
A. true
B. false
the following are examples of web-embedded programming:
A. .asp
B. .pl
C. .php
D. .cfm
SSI uses <!--# --> while Active Server Pages uses
A. <? ?>
B. <% %>
C. <$ $>
D. none of the above
SSI's code is visible within the browser
A. true
B. false
SSI extensions are:
A. .ssi
B. .shtml
C. .stm
D. .inc
SSI get processed before it is send to the browser while CGIs get processed after they sent from the browsers
A. true
B. false
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: