Explain in detail what the web is, and include the terms website, web server, and webpage in your explanation.

What will be an ideal response?


Student responses will vary, but should be drawn from the following information from the text.

While the Internet was developed in the late 1960s, the World Wide Web emerged in the early 1990s. Since then, it has grown phenomenally to become one of the more widely used services on the Internet.

The World Wide Web (WWW), or web, consists of a worldwide collection of electronic documents. Each electronic document on the web is called a webpage, which can contain text, graphics, animation, audio, and video. Some webpages are static (fixed); others are dynamic (changing). Visitors to a static webpage all see the same content. With a dynamic webpage, by contrast, visitors can customize some or all of the viewed content, such as desired stock quotes, weather for a region, or ticket availability for flights. The time required to download a webpage varies depending on the speed of your Internet connection and the amount of graphics and other media involved.

A website is a collection of related webpages and associated items, such as documents and pictures, stored on a web server. A web server is a computer that delivers requested webpages to your computer or mobile device. The same web server can store multiple websites.

As web technologies matured in the mid-2000s, industry experts introduced the term Web 2.0 to refer to websites that provide a means for users to share personal information (such as online social networks), allow users to modify website content (such as wikis), and provide applications through a browser (such as web apps).

Computer Science & Information Technology

You might also like to view...

An app that performs synchronous tasks on a single-core computer often takes longer to execute than on a multi-core computer, because ________.

a) it’s too costly to convert them to asynchronous tasks b) the processor is shared between the app and all the others that happen to be executing on the computer at the same time c) multi-core computers have no overhead d) single-core compters generally have slower processors

Computer Science & Information Technology

There are two algorithms that perform a particular task. Algorithm 1 has a complexity function . Algorithm 2 has a complexity function . Which algorithm is more efficient when n = 5? Which is more efficient when n = 20?

What will be an ideal response?

Computer Science & Information Technology

_______ displays and stores an object within the destination file.

A. Copy and Paste B. Linking C. Embedding D. Inserting

Computer Science & Information Technology

When the Smooth Scrolling option is active, you can have half of one page and half of a different page both visible on the tablet screen.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology