| A | B |
| Uniform Resource Locator | consists of the protocol, domain name, path and filename. |
| file name | http://www.ccsd.net/students/exam-information/ -- exam-information is the |
| path | http://www.ccsd.net/students/exam-information/ -- /students/ is the |
| domain name | http://www.ccsd.net/students/exam-information/ -- www.ccsd.net is the |
| protocol | http://www.ccsd.net/students/exam-information/ -- http:// is the |
| internet service provider | owns a WAN and leases access to its network. It connects its WAN to the rest of the Internet at one or more IXPs. |
| static web page | is an HTML document that’s stored on the web server and doesn’t change. The filenames for static web pages have .htm or .html extensions. |
| javascript | is a client-side scripting language that is run by the___________engine of a web browser. Three of the most common uses of __________ are data validation, image and rollovers and accordions. Note: all three blanks are the same answer, starts with a j |
| local area network | directly connects computers that are near each other. This kind of network is often called an intranet. |
| wide area network | consists of two or more LAN’s that are connected by routers. The routers route information from one network to another. |
| aptana studio | is a text editor that includes syntax coloring and auto-completion . It will help you develop applications more quickly and with fewer errors. It is also FREE |
| copyright | gives the creator of an original work exclusive rights to it, usually for a limited time. It may apply to a wide range of creative, intellectual, or artistic forms, or "works“. |
| patent | a form of right granted by the government to an inventor, giving the owner the right to exclude others from making, using, selling, offering to sell, and importing an invention for a limited period of time, in exchange for the public disclosure of the invention |
| Cascading Style Sheets | help a web designer by defining what all pages will look like, by reducing complexity and repetition in structural content, and by providing flexibility and control over the presentation. |
| <!doctype html> | The first line of HTML code in a webpage is |
| HTML | mark up the website |