Quiz: Internet and Web Technologies — 24 questions

Detailed questions and answers

1. What is the Internet?

A worldwide collection of interconnected computer networks that exchange data using common software standards
A company that provides customers with access through cable, wireless, or DSL technologies
A secure protocol that encrypts data between browsers and web servers
A system of linked documents stored on web servers and accessed through browsers

A worldwide collection of interconnected computer networks that exchange data using common software standards

Explanation

The Internet is the worldwide network infrastructure made up of interconnected computer networks. The Web is an information-sharing system built on that infrastructure.

2. What significant networking development occurred in 1969?

The World Wide Web project was started at CERN
ARPAnet, recognized as the first network, was created
HTTPS was introduced for secure online transactions
TCP/IP was developed by Vint Cerf and Bob Kahn

ARPAnet, recognized as the first network, was created

Explanation

ARPAnet, the first network, was created in 1969 after Paul Baran developed packet-switching technology during the 1960s.

3. Which networking protocol suite was developed by Vint Cerf and Bob Kahn during the 1970s?

Transmission Control Protocol/Internet Protocol
Hypertext Transfer Protocol/Secure
File Transfer Protocol/Hypertext Markup Language
Domain Name System/Internet Protocol

Transmission Control Protocol/Internet Protocol

Explanation

During the 1970s, Vint Cerf and Bob Kahn developed TCP/IP, which became a fundamental protocol suite for Internet communication.

4. What is the World Wide Web?

A protocol that encrypts communication between a browser and a server
A worldwide collection of networks that exchange data using common standards
A company that supplies customers with Internet access
A system of servers storing specially formatted, interlinked documents called web pages

A system of servers storing specially formatted, interlinked documents called web pages

Explanation

The Web consists of servers storing specially formatted documents called web pages that can link to one another. It is built on the Internet rather than being identical to it.

5. Who started the World Wide Web project, and when did this occur?

Tim Berners-Lee started it at CERN in 1989
Bob Kahn started it at ARPAnet in 1979
Paul Baran started it at ARPAnet in 1969
Vint Cerf started it at CERN in 1970

Tim Berners-Lee started it at CERN in 1989

Explanation

Tim Berners-Lee, working at CERN, started the World Wide Web project in 1989.

6. Which combination describes the technologies and components used by the Web to share information?

HTTP, HTML, a browser, and a server
DSL, cable modem, wireless access, and a browser
HTTPS, packet switching, an ISP, and a firewall
TCP/IP, DNS, a router, and a modem

HTTP, HTML, a browser, and a server

Explanation

The Web is built on the Internet and uses HTTP, HTML, a browser, and a server to share information.

7. In the client-server model, what does the web client do?

It encrypts every data transmission between networks
It requests a service or resource from a web server
It stores web pages and transmits responses to browsers
It assigns domain names to server IP addresses

It requests a service or resource from a web server

Explanation

A web client, typically browser software, requests web pages or files from a web server. The server fulfills the request and sends the response.

8. Which software functions as a web client?

A browser such as Chrome or Firefox that uses HTTP to request pages
Server software such as Apache that receives requests and sends responses
DNS software that translates a domain name into a server IP address
An ISP application that provides a customer with network access

A browser such as Chrome or Firefox that uses HTTP to request pages

Explanation

A web client is browser software such as Internet Explorer, Chrome, or Firefox. It uses HTTP to request web pages and files from a web server.

9. What does a web server transmit after receiving a browser's request?

A status code, the requested web page, and associated files
A domain name, a browser installation, and an encrypted password
A URL, a DNS query, and the user's network connection
A packet-switching algorithm, an ISP account, and a TCP/IP address

A status code, the requested web page, and associated files

Explanation

Web server software, such as Apache or Internet Information Server, receives requests and transmits a status code, web page, and associated files.

10. Which sequence accurately describes a typical web communication process?

The server enters a URL, the browser assigns an IP address, DNS sends an HTML request, and the user receives a TCP/IP response
The user enters a URL, DNS provides the server IP address, the browser sends an HTTP request, and the server returns HTML in an HTTP response
The browser opens a page locally, the server requests a URL from the user, and DNS transmits the home page without HTTP
The user enters a URL, the browser sends HTML to DNS, the server identifies the browser, and DNS returns an encrypted page

The user enters a URL, DNS provides the server IP address, the browser sends an HTTP request, and the server returns HTML in an HTTP response

Explanation

Web communication begins with a URL entry, followed by DNS resolution, an HTTP request from the browser, and an HTTP response from the server containing the home page as HTML.

11. Which technology defines the structure and content of a basic web page?

CSS
TCP/IP
HTML
JavaScript

HTML

Explanation

HTML creates basic web pages and defines their structure and content. CSS styles that content, while JavaScript adds interactivity.

12. A developer wants to change the colors, fonts, and layout of a web page without changing its content structure. Which technology is most appropriate?

CSS
JavaScript
HTML
TCP/IP

CSS

Explanation

CSS is used to style web pages, including their colors, fonts, and layout. HTML defines structure, whereas JavaScript provides interactivity.

13. What do TCP/IP protocols define on the Internet?

How web pages are visually styled
How data should travel between networked systems
How users create interactive animations
How website content is organized

How data should travel between networked systems

Explanation

TCP/IP consists of communication protocols that define how data should travel across the Internet. It does not determine page styling, structure, or interactive features.

14. Which description best characterizes Web 1.0?

A transactional web where users perform business functions
A semantic web where artificial intelligence personalizes content
A social, read-write web where users create and share content
A static, read-only web where users mainly consume information

A static, read-only web where users mainly consume information

Explanation

Web 1.0 is a read-only, static web in which users passively consume information by listening, reading, and watching. User-generated social content is characteristic of Web 2.0.

15. A platform allows users to write articles, edit shared pages, and publish posts for others to respond to. Which stage of web evolution does this best represent?

Web 3.0
Web 1.0
Web 2.0
The static web

Web 2.0

Explanation

Web 2.0 is a social, read-write web in which users create content and act as producer-consumers. Web 1.0 users primarily consumed information passively.

16. Which feature most clearly distinguishes Web 3.0 from earlier stages of the web?

Users publish content on social platforms
Web pages are manually updated in HTML
Users passively read static pages
Computers analyze data and tailor content to users' needs

Computers analyze data and tailor content to users' needs

Explanation

Web 3.0, or the Semantic Web, is described as read-write-execute and uses artificial intelligence and machine learning to analyze data and generate and distribute suitable content.

17. A website displays fixed informational pages that administrators revise manually in HTML. How should this website be classified?

A static website
A web application
A rich Internet application
A dynamic website

A static website

Explanation

A static website has content that does not change automatically or frequently, is updated manually, and is written in HTML. Database-generated updates characterize dynamic websites.

18. A news website automatically generates and frequently updates personalized pages using information stored in a database. What type of website is it?

A dynamic website
A static website
A file-sharing service
A discussion forum

A dynamic website

Explanation

A dynamic website changes automatically and frequently, with content generated and updated through a database. Static websites require manual updates.

19. Which example best represents a web application rather than a basic informational website?

A blog containing manually published articles
A page describing a company's history
An online portal where users register for courses and complete transactions
A site displaying a fixed list of office locations

An online portal where users register for courses and complete transactions

Explanation

A web application supports user interactions and transactions while performing actual business functions, such as HCT portal registration. Informational pages and blogs primarily present content.

20. What does responsive design enable a website to do?

Use a separate site for every browser
Adapt one site to different screen sizes
Replace HTML with image-based pages
Display identical layouts on every device

Adapt one site to different screen sizes

Explanation

Responsive design creates one website that responds and adapts to various screen sizes. Separate layouts may be needed when a page is not responsive.

21. Why might a very small browser require a completely different webpage layout?

Because hosting servers prevent responsive design
Because monitor size and screen resolution affect display
Because FTP software changes the HTML structure
Because domain names determine page formatting

Because monitor size and screen resolution affect display

Explanation

The way a page is displayed depends on monitor size and screen resolution, and very small browsers may require a different layout.

22. What does browser compatibility mean in website design?

A browser can properly interpret HTML
A website adjusts to every screen size
A server provides space for website files
A domain name identifies a website

A browser can properly interpret HTML

Explanation

Browser compatibility is the ability of a web browser to properly interpret HTML. Adapting to screen sizes is a feature of responsive design, not browser compatibility.

23. Which sequence correctly describes the main steps for publishing a website?

Rent a server, test screen sizes, and replace the HTML
Choose a browser, write HTML, and adjust monitor resolution
Upload files using FTP, create a domain, and design a logo
Register a domain, choose hosting, and upload files using FTP

Register a domain, choose hosting, and upload files using FTP

Explanation

Website publishing involves registering a domain name, selecting a hosting option, and uploading the site to the hosting server using FTP software.

24. What is the key difference between hosting a website on the owner's server and using rented hosting space?

The first uses the owner's server, while the second uses leased server space
The first requires HTML, while the second requires CSS
The first supports browsers, while the second supports screen readers
The first uses FTP, while the second uses a domain name

The first uses the owner's server, while the second uses leased server space

Explanation

A website can be hosted on the owner's server or in rented hosting space. The distinction concerns who provides and controls the server space, not the technologies used to build the site.

Review with flashcards

Memorize the answers with 50 flashcards on Internet and Web Technologies.

What is the Internet?

A worldwide collection of interconnected computer networks exchanging data.

What does an Internet Service Provider (ISP) do?

Provides customers with Internet access using various technologies.

What is the abbreviation origin of the Internet?

It comes from 'INTErnational NETwork'.

See flashcards →

Study the revision sheet

Read the complete revision sheet on Internet and Web Technologies.

See revision sheet →

Similar courses

Create your own quizzes

Import your course and AI generates quizzes with corrections in 30 seconds.

Quiz generator