Chapter 3 Flashcards

(40 cards)

1
Q

the common name for the World Wide Web

A

Web

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

a subset of the Internet consisting of the
pages that can be accessed by a ___

A

Web browser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

refers to the global network of servers that makes the information sharing that happens over the Web
possible.

A

Internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

World Wide Web, which is also known as a

A

web

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

___ is a collection of websites or web pages stored in
web servers and connected to local computers through the internet.

A

Web

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The World Wide Web was invented by a British scientist’

A

Tim Berners-Lee 1989

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

three main technologies that could make
computers understand each other

A

HTML, URL, and HTTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

a collection of websites connected to the internet so that
people can search and share information

A

WWW or World Wide Web

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are three main technologies involved in transferring
information (web pages) from servers to clients (computers of users)

A

Hypertext Markup Language (HTML), Hypertext Transfer Protocol (HTTP) and Web browsers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

standard markup language which is used for creating web pages. It describes the structure of
web pages through HTML elements or tags. These tags are used to organize the pieces of content such
as ‘heading,’ ‘paragraph,’ ‘table,’ ‘Image,’ and more.

A

HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

is commonly known as a browser, is a program that displays text, data, pictures,
videos, animation, and more. It provides a software interface that allows you to click hyperlinked
resources on the World Wide Web.

A

web browser,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

is an application layer protocol which enables WWW to work
smoothly and effectively.

A

Hyper Text Transfer Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

It is a worldwide network of devices
like computers, laptops, tablets, etc. It enables users to send emails to other users and chat with them
online. For example, when you send an email or chatting with someone online

A

Internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

when you have opened a website like google.com for information, you are using the ___

A

World Wide Web

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

refers to the first stage of the World Wide Web evolution. ___ describes the initial state of the World Wide Web, when it consisted solely of static websites with no interactive features.

A

Web 1.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

refers to the second generation of the World Wide Web, distinguished by interactive and
user-generated content, social networking, and collaboration.

A

Web 2.0
Web 2.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

____ gives users the ability to
actively interact, produce, and share content through dynamic platforms like blogs, wikis, and social
media, in contrast to the static nature of Web 1.0. By emphasizing community-driven cooperation,
usability, and interoperability, this evolution is transforming how people use the internet.

18
Q

The social Web contains a number of online tools and platforms where people share their
perspectives, opinions, thoughts and experiences. ____ applications tend to interact much
more with the end user.

19
Q

often known as the decentralized web, is the next version of the Internet that prioritizes
decentralization, privacy, and user control.

20
Q

improves web technologies in demand to create, share and connect content through search and analysis based
on the capability to comprehend the meaning of words.

21
Q

Combining this capability with natural language processing, in Web 3.0, computers can distinguish
information like humans in order to provide faster and more relevant results. They become more
intelligent to fulfill the requirements of users.

A

Artificial Intelligence

22
Q

The three-dimensional design is being used widely in websites and services in Web 3.0. Museum
guides, computer games, e-commerce, geospatial contexts, etc.

23
Q

With Web 3.0, information is more connected thanks to semantic metadata. As a result, the user
experience evolves to another level of connectivity that leverages all the available information.

24
Q

Content is accessible by multiple applications, every device is connected to the web, the services
can be used everywhere.

25
is a collection of webpages.
WEBSITE
26
To make your website accessible to everyone on the planet, it needs to be hosted or stored on a computer that is always online or connected to the internet. These computers are called
web servers.
27
can also be viewed as a digital environment that can provide information and solutions as well as encourage interaction between people, places, and objects.
website
28
also have become a medium of entertainment like playing online games, watching movies, listening to music, and so on.
Websites
29
The physical location of the website is known as the ___. A collection of linked webpages that are only permitted to be referred to as a website when they are hosted on a web server.
Webhost
30
A website's address is sometimes referred to as its URL. A user must enter the website's address, or URL, into their web browser in order to access it; the web server then delivers the requested website.
Address
31
___ is a common and crucial component. When someone visits the website, this is the first page that they see. A website's home page is crucial because it establishes the tone and aesthetic of the site and points visitors to the other pages.
Homepage
32
It is the final, overall appearance and feel of the website that results from the appropriate use and integration of elements such as layout, graphics, navigation menus, etc.
Design
33
____ is comprised of all of its individual web pages. An attractive and effective website is enhanced by well-written ____.
Content
34
A website's order of pages and the arrangement of links between them make up its navigation structure.
Navigational structure
35
It’s the first page that’ll appear when you type a website’s domain name. It contains the basic overall information regarding what the website is about and what services the site offers.
Home page
36
It offers a way for users to connect with the site owner via a contact form. Or it may include contact information.
Contact page
37
It contains general information about the individual, organization or business who manages the website. It may also include information about history or timeline of the organization’s journey.
About us page
38
This page features the list of most recent articles or news published by the website
Blog
39
___ do not process any content on the server. ____ are fast because the server returns web pages without alteration. Database interaction does not occur.
Static Website
40
___ the server returns web pages that are processed in runtime; these are not prebuilt pages; rather, they are created in runtime based on user requests using server-side scripting languages like PHP, Node.js, and ASP.NET. etc. So they are slower than static websites, but they allow for database interaction and updates.
Dynamic Website