Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Perl Programming Quiz 3 - Web Programming, Quizzes of Information Technology

A perl programming quiz focused on web programming, including questions about perl command line options, cgi scripts, and html. Students are required to provide bolded answers and print and hand in the quiz in class.

Typology: Quizzes

Pre 2010

Uploaded on 08/04/2009

koofers-user-vja
koofers-user-vja 🇺🇸

5

(2)

10 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
WWW 181 – Perl Programming, Quiz #3, Web Programming
Name ________________________________
Instructions - include name, Class, Section BOLD your answers. Print and hand in next
class.
1. What are the standard Perl command line option?
2. What are the two places that the Perl switches can be specified?
3. What switch should always be used?
4. What perl switch option prevents inappropriate command execution in a CGI script?
5. What does -v do to the perl command?
6. Is CGI a programming language?
7. Do CGI program files need to have the write right turned on?
8. What is the first line of output for CGI programs?
9. What information does the HTTP_USER_AGENT contain?
10. What does the acronym HTML stand for?
11. What does the acronym HTTP stand for?
12. What are the <H1>..</H1> set of tags used for?
13. What is the down side of using SSI directives?
14. HTML paragraphs use what tag?
15. This command line option prevents direct execution of OS commands on a web
server.
16. Can an HTML form have two submit buttons?
17. Why should all angle brackets be replaced in form information?
18. How much text can be entered into a <TEXTAREA> input field?
19. How do you debug a CGI script? Specify and commands or options used.
pf2

Partial preview of the text

Download Perl Programming Quiz 3 - Web Programming and more Quizzes Information Technology in PDF only on Docsity!

WWW 181 – Perl Programming, Quiz #3, Web Programming

Name ________________________________ Instructions - include name, Class, Section BOLD your answers. Print and hand in next class.

  1. What are the standard Perl command line option?
  2. What are the two places that the Perl switches can be specified?
  3. What switch should always be used?
  4. What perl switch option prevents inappropriate command execution in a CGI script?
  5. What does -v do to the perl command?
  6. Is CGI a programming language?
  7. Do CGI program files need to have the write right turned on?
  8. What is the first line of output for CGI programs?
  9. What information does the HTTP_USER_AGENT contain?
  10. What does the acronym HTML stand for?
  11. What does the acronym HTTP stand for?
  12. What are the

    ..

    set of tags used for?
  13. What is the down side of using SSI directives?
  14. HTML paragraphs use what tag?
  15. This command line option prevents direct execution of OS commands on a web server.
  16. Can an HTML form have two submit buttons?
  17. Why should all angle brackets be replaced in form information?
  18. How much text can be entered into a