Revision Questions: Components that Facilitate Navigating the World Wide Web

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

1/19

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.

20 Terms

1
New cards

What is the role of web browsers in navigating the web?

Web browsers retrieve resources via HTTP/HTTPS and render HTML, CSS, and JavaScript to display web pages.

2
New cards

What is a static website?

A website with fixed content that does not change unless manually updated.

3
New cards

What is a dynamic website?

A website where content changes dynamically based on user interaction or server-side processing.

4
New cards

What is a URL (Uniform Resource Locator)?

A unique identifier for a resource on the web, consisting of a protocol, domain, and path.

5
New cards

What is the purpose of the DNS (Domain Name System)?

To translate human-readable domain names into numerical IP addresses.

6
New cards

What is the difference between HTTP and HTTPS?

HTTP facilitates unencrypted communication, while HTTPS uses SSL/TLS encryption for secure data transfer.

7
New cards

What are the main protocols that form the foundation of the Internet?

HTTP, HTTPS, and TCP/IP.

8
New cards

What is the purpose of hyperlinks in web navigation?

To connect resources on the web by linking web pages using the <a> HTML tag.

9
New cards

How does JavaScript improve navigation?

By enabling dynamic interaction, such as dropdown menus and dynamically loaded content.

10
New cards

What is the role of CSS in navigation?

To style and position elements like buttons and menus, improving usability.

11
New cards

How do search engines facilitate navigation?

By indexing and ranking web pages to help users find resources efficiently.

12
New cards

What are the components of a URL?

Protocol (e.g., https://), domain name (e.g., www.example.com), and path (e.g., /page.html).

13
New cards

What is the role of web servers in navigation?

They store, process, and deliver web resources like HTML, CSS, and JavaScript to clients.

14
New cards

How has web navigation evolved from static to dynamic websites?

Navigation shifted from fixed HTML links to real-time, interactive experiences using JavaScript and server-side logic.

15
New cards

What is Web 2.0?

A phase of the web where users interact and contribute content, enabling collaboration and dynamic navigation.

16
New cards

How does DNS improve user experience?

By allowing users to type domain names instead of remembering numerical IP addresses.

17
New cards

What is the function of HTTP in the web?

To define the rules for transferring resources like HTML files between clients and servers.

18
New cards

What is the relationship between a client and a server?

The client requests resources, and the server processes and responds with the requested content.

19
New cards

How do web crawlers contribute to navigation?

They browse and index web content for search engines, enabling efficient retrieval of information.

20
New cards

What are the key technologies used for modern web navigation?

HTML for structure, CSS for styling, JavaScript for interactivity, and HTTP/HTTPS for communication.