Creating Web Apps  «Prev  Next»

Web-based Applications - Quiz

 
1. What are some of the characteristics of cookies? Please choose the two best answers.
Please select all the correct answers.
  A. They store user preferences.
  B. They are encrypted.
  C. They designate expiration dates and times.
  D. They are never greater than 2 KB in size.

2. What does the "Path" field in a cookie do? Please choose the two best answers.
Please select all the correct answers.
  A. Prevents the cookie from being intercepted.
  B. Determines which machines are allowed to access the cookie's values.
  C. Determines the lifetime of the cookie.
  D. Specifies the subset of the URL path for which the cookie is valid.

3. Which of these applications must run on the client-side? Please choose the three best answers.
Please select all the correct answers.
  A. Components that do not persist from session to session
  B. Components of the application that are shared among clients
  C. Components that relate directly to client resources
  D. Components identifying the connection between the client and server

4. If the server lacks disk space and processor power for handling the expected demands, how can you offload some overhead to the client? Please choose the three best answers.
Please select all the correct answers.
  A. Java applets
  B. Perl servlets
  C. ActiveX controls
  D. Cookies