Search results

  1. I

    Which statement best describes CGI?

    1.CGI is a new and thriving Web technology for creating Web applications. 2.CGI is just a form of Perl used on the Web. 3.CGI is an interface specification for how programs and servers should interact. 4.CGI is the only way to create dynamic content on the Web.
  2. I

    Which of the following about CGI is true?

    1. CGI is so common that almost all servers allow its use. 2. CGI is standardized so that, once a CGI script has been uploaded, installation is exactly the same for all servers. 3. Generally, resources uploaded for use with a CGI script receive default permissions that allow them to be accessed...
  3. I

    When installing a perl script...?

    When installing a Perl script, a line, similar to #!/usr/local/bin/perl, should be included as the first line following the main function of the file. is this true or false?
  4. I

    Which statement best describes CGI?

    1.CGI is a new and thriving Web technology for creating Web applications. 2.CGI is just a form of Perl used on the Web. 3.CGI is an interface specification for how programs and servers should interact. 4.CGI is the only way to create dynamic content on the Web.
  5. I

    Html Derived subset..?

    Select the following text file format language of which HTML is a derived subset? ASCII PostScript RTF SGML None of the above
  6. I

    Which of the following tags should be used in an HTML file with a FRAMESET

    specification? Which of the following tags should be used in an HTML file with a FRAMESET specification to include information for users of older Web browsers that do NOT support frames? <MISSFRAMES> Get an updated Web browser please.</MISSFRAMES> <NOFRAMES> Get an updated Web browser...
  7. I

    When installing a perl script...?

    When installing a Perl script, a line, similar to #!/usr/local/bin/perl, should be included as the first line following the main function of the file. is this true or false?
  8. I

    Which of the following tags could be included in an HTML document to display a

    picture..? Which of the following tags could be included in an HTML document to display a picture of Douglas Englebart, the inventor of the computer mouse? (Assume that a jpeg format of Douglas Englebart exists in the same directory as the HTML document containing the tags and is named...
  9. I

    Which of the following about CGI is true?

    1. CGI is so common that almost all servers allow its use. 2. CGI is standardized so that, once a CGI script has been uploaded, installation is exactly the same for all servers. 3. Generally, resources uploaded for use with a CGI script receive default permissions that allow them to be accessed...
  10. I

    When installing a perl script...?

    When installing a Perl script, a line, similar to #!/usr/local/bin/perl, should be included as the first line following the main function of the file. is this true or false?
  11. I

    Which of the following about CGI is true?

    1. CGI is so common that almost all servers allow its use. 2. CGI is standardized so that, once a CGI script has been uploaded, installation is exactly the same for all servers. 3. Generally, resources uploaded for use with a CGI script receive default permissions that allow them to be accessed...
  12. I

    Which statement best describes CGI?

    1.CGI is a new and thriving Web technology for creating Web applications. 2.CGI is just a form of Perl used on the Web. 3.CGI is an interface specification for how programs and servers should interact. 4.CGI is the only way to create dynamic content on the Web.
  13. I

    When installing a perl script...?

    When installing a Perl script, a line, similar to #!/usr/local/bin/perl, should be included as the first line following the main function of the file. is this true or false?
  14. I

    Which of the following about CGI is true?

    1. CGI is so common that almost all servers allow its use. 2. CGI is standardized so that, once a CGI script has been uploaded, installation is exactly the same for all servers. 3. Generally, resources uploaded for use with a CGI script receive default permissions that allow them to be accessed...
  15. I

    Which statement best describes CGI?

    1.CGI is a new and thriving Web technology for creating Web applications. 2.CGI is just a form of Perl used on the Web. 3.CGI is an interface specification for how programs and servers should interact. 4.CGI is the only way to create dynamic content on the Web.
  16. I

    Which of the following about CGI is true?

    1. CGI is so common that almost all servers allow its use. 2. CGI is standardized so that, once a CGI script has been uploaded, installation is exactly the same for all servers. 3. Generally, resources uploaded for use with a CGI script receive default permissions that allow them to be accessed...
  17. I

    When installing a perl script...?

    When installing a Perl script, a line, similar to #!/usr/local/bin/perl, should be included as the first line following the main function of the file. is this true or false?
  18. I

    Which statement best describes CGI?

    1.CGI is a new and thriving Web technology for creating Web applications. 2.CGI is just a form of Perl used on the Web. 3.CGI is an interface specification for how programs and servers should interact. 4.CGI is the only way to create dynamic content on the Web.
  19. I

    Where in a HTML file must the CSS document level styles (<STYLE> </STYLE>...

    ...tags) be placed? 1. Between the <TITLE> </TITLE> tags 2. Between the <HEAD> </HEAD> tags 3. Between the <SCRIPT> </SCRIPT> tags 4. Between the <CSS> </CSS> tags
  20. I

    HTML tags used to embed Java bytecode?

    Select which of the following HTML tags are used to embed Java bytecode in a HTML document. 1. <JAVA> </JAVA> 2. <SCRIPT> </SCRIPT> 3. <APPLET> </APPLET> 4. <CODEBASE> </CODEBASE>
Back
Top