WEBPROG - chqp 1

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/45

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

46 Terms

1
New cards
World Wide Web
allows computer users to locate and view multimedia-based documents
2
New cards
1990
In ____, Tim Berners-Lee of CERN (the European Laboratory for Particle Physics) developed the World Wide Web and several communication protocols that form the backbone of the Web. The Internet and the World Wide Web surely will be listed among the most important and profound creations of humankind
3
New cards
Tim Berners-Lee
In 1990, ___ _______-___ of CERN (the European Laboratory for Particle Physics) developed the World Wide Web and several communication protocols that form the backbone of the Web. The Internet and the World Wide Web surely will be listed among the most important and profound creations of humankind
4
New cards
World Wide Web
In 1990, Tim Berners-Lee of CERN (the European Laboratory for Particle Physics) developed the _____ ____ ___ and several communication protocols that form the backbone of the Web. It surely will be listed among the most important and profound creations of humankind
5
New cards
World Wide Web Consortium
W3C
6
New cards
Extensible Hyper-Text Markup Language
XHTML
7
New cards
Hyper-Text Markup Language
HTML (now legacy)
8
New cards
Extensible Markup Language
XML
9
New cards
Web content
is the textual, visual or aural content that is encountered as part of the user experience on websites. o It may include, among other things: text, images, sounds, videos and animations
10
New cards
web page
Even though we may embed various protocols within web pages, the "___ ____" composed of "html" (or some variation) content is still the dominant way whereby we share content
11
New cards
Search engine
A web ______ ______ is designed to search for information on the World Wide Web
12
New cards
Static, dynamic
2 types of website content
13
New cards
static
a ______ web page (sometimes called a flat page) is a web page that is delivered to the user exactly as stored.
14
New cards
Same
Consequently a static web page displays ____ information for *all* users.
15
New cards
Static
______ web pages are often HTML documents stored as files in the file system and made available by the web server over HTTP.
16
New cards
Simple, informative
Static Web pages are very ______ in layout and ___________ in context.
17
New cards
Cacheable
Static Web pages are inherently publicly __________
18
New cards
Web, application
Static Web pages Can be viewed directly by a web browser without needing a ___ server or ___________ server
19
New cards
Client-side
in a static website, Any personalization or interactivity has to run ______-____ which is restricting. Maintaining large numbers of static pages as files can also be impractical without automated tools
20
New cards
dynamic
A _______ web page is a kind of web page that has been prepared with fresh information for each individual viewing.
21
New cards
dynamic
It is not static because it changes with the time, the user, the user interaction, the context or any combination of the foregoing.
22
New cards
client-side and server-side scripting and content creation
Two Types of dynamic web sites
23
New cards
Client-side
______-____ scripting and content creation - Scripts are executed directly *on the user's web browser*
24
New cards
Server-side
______-____ scripting and content creation - Scripts are executed *on the web server* before the content is sent to the client's browser
25
New cards
web browser
is a software program that allows a user to locate, access, and display web pages. In common usage, it is usually shortened to "browser."
26
New cards
Html, xml
web browsers are used primarily for displaying and accessing websites on the internet, as well as other content created using languages such as ____ and ___
27
New cards
Http
Browsers translate web pages and websites delivered using ____ into human-readable content.
28
New cards
web Server
is a program that automatically downloads pages from the Web. its software offers access to documents stored on the server. Clients can browse the documents in a web browser.
29
New cards
application server
works with a Web server to handle requests for dynamic content, such as servlets, from Web applications.
30
New cards
HTML
is the predominant markup language for web pages. It is written in the form of elements consisting of "tags" surrounded by angle brackets within the web page content
31
New cards
HTML
It allows images and objects to be embedded and can be used to create interactive forms. It provides a *means* to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items.
32
New cards
HTML
can also be used to include Cascading Style Sheets (CSS) to define the appearance and layout of text and other material and Javascript to define the functionality of the website.
33
New cards
Cascading Style Sheets
(CSS)
34
New cards
Uniform Resource Locator
URL
35
New cards
URL
is defined as the global address of documents and other resources on the World Wide Web.
36
New cards
Protocol, site name, absolute path
A complete URL is generally made up of what three components?
37
New cards
protocol
The first thing the URL does is define the ________ that will be used for that particular transaction. The letters HTTP let the server know to use Hypertext Transfer Protocol, or get into "web-mode.
38
New cards
Protocol
"https://"
39
New cards
Site name
The next portion of the URL identifies the web site by its ____ ____. In this example, the domain name is jendesign.com. The "www." part at the beginning is the particular host name at that domain.
40
New cards
Www
has become a convention, but is not a rule. In fact, sometimes the host name may be omitted.
41
New cards
Host name
"www."
42
New cards
Domain name
"youtube.com"
43
New cards
absolute path
The ________ ____ in a URL tells the browser exactly where to find the resource (like a webpage or file) on the server. It starts right after the domain name and includes the full directory structure leading to the specific file
44
New cards
Directory path
"/2007/samples/"
45
New cards
Document
"first.html"
46
New cards
Http request, http response
when you browse, you send an ____ _______ to the server, which then returns a corresponding ____ ________, then the browser parses the document. If it has images, the browser contacts the server again for each graphic file, then the page is assembled in the browser window