True or False? The CGI specification provides a standard for external
gateway programs to interface with information servers such as HTTP
servers.
True
False
CGI stands for
Corporate Gateway Interface
Completely Graphical Interface.
Cute, Graphical Interface.
Common Gateway Interface.
Which of the following is NOT a FORM tag?
INPUT
OUTPUT
SELECT
TEXTAREA
True or False? Each document can only contain one set of FORM tags.
True
False
True or False? The server automatically handles the processing of a
form.
True
False
The stream of data received by the CGI program looks like
name=value&name2=value2&name3=value3...
name=value$name2=value2$name3=value3...
value=name@value2=name2@value3=name3...
None of the above
True or False? The ISINDEX tag allows you to automatically index your
HTML documents for the purpose of doing full text searches.
True
False
The ISINDEX search strings are handed to the CGI program through
the command line argument.
an act of God.
STDIN.
the CONTENT_LENGTH
The ISMAP directive is
a stand-alone tag.
used in conjunction with the IMG SRC tag.
generates a visible, overlayed coordinate system on a sourced image.
creates a blue outline around the image.
The HTML markup for implementing an ISMAP image looks like :
<A HREF="http://hostname/path_to_imagemap/path_to_the_mapfile"><IMG SRC="imagemap_example.gif" ISMAP></A>
<A ISMAP="imagemap.cgi/imagemap_example.map"><IMG SRC="imagemap_example.gif"></A>
<A HREF="imagemap.cgi/imagemap_example.map"><IMAGEMAP="imagemap_example.gif"></A>