• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back
What is CGI?
a method for a Web server to communicate with other programs.
ASP uses which technologies?
ActiveX and COM.
What are JavaBeans?
Components written in Java that do a particular task.
What are log files used for?
Determining what files clients have views on a site, debugging server-side programs, and fixing security holes.
Why should log files be rotated?
because log files can grow very large very quickly on a busy server.
Which HTTP header specifies the address from which the requested URL was obtained?
Request.
Referrer information is sent from which sources?
Public Web sites and Banner advertisements.
When is the referrer header sent?
As a client requests.
What causes dead links?
A Web server that is down.
What is Java?
A platform-independent computer programming language.
How does an applet differ from a stand-alone program?
An applet is smaller in size.
An ActiveX control can:
read files, write to files, make network connections to any remote machine, and format your hard drive.
What is at risk with ActiveX controls?
Controls are run on the Web Client host; thus the risk is to the Web client.
JavaScript can do which of the following?
Change what is displayed in a browser's window.
What is a cookie?
a piece of data.