Multiple choice technology web technology

An online shopping catalog for a large outdoor outfitter is almost certainly

  1. A data-driven Web site that seperates site content from design

  2. Carefully hand-coded in pure HTML to minimize errors

  3. Designed to work without cookies

  4. Limited to work with a single type of Web browser for consistency

  5. All of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Large online shopping catalogs with many products use database-driven (data-driven) websites where product information is stored separately from the page design. This allows easy updates to inventory, prices, and descriptions without redesigning pages. Pure HTML hand-coding would be impractical for thousands of products, and modern e-commerce requires cookies and cross-browser compatibility.