Internet and Web Technologies MCQs

Computer

Internet and Web Technologies MCQs

Practice Internet MCQs covering WWW, browsers, search engines, URL, HTTP, HTTPS, email and web technologies with answers and explanations.

461
Total Questions

Practice Questions

Page 22 of 24
Question #421
What mechanism does an internet connection setup implement to compress large structural web data payloads (like HTML, CSS, JS text) on the fly during transit to reduce bandwidth consumption?
A. Static FTP directory link configurations
B. Running outbound SMTP email server scripts
C. Altering local device MAC address registry entries
D. Gzip / Brotli Compression algorithms

Correct Answer: Option D


Explanation:
Gzip and Brotli are compression algorithms utilized by web servers to reduce the size of text assets before sending them over the network, speeding up page load times for client browsers.

This question belongs to: Computer Internet and Web Technologies
Question #422
Which specific protocol handles secure connection setups over transport layers, succeeding legacy Secure Sockets Layer standards to secure modern web browsing?
A. HTTP unencrypted standards
B. SMTP protocol structures
C. POP3 server frameworks
D. TLS (Transport Layer Security)

Correct Answer: Option D


Explanation:
Transport Layer Security (TLS) is the modern cryptographic protocol used to encrypt web traffic, ensuring privacy and data integrity across the internet.

This question belongs to: Computer Internet and Web Technologies
Question #423
What does a '451 Unavailable For Legal Reasons' HTTP status code return explicitly convey to a web browser client?
A. The web server facility has run into a critical database crash.
B. The client computer lacks an updated network interface card driver.
C. Access to the requested resource is denied due to legal demands, censorship requirements, or government regulatory orders.
D. The requested URL has been deleted permanently from existence.

Correct Answer: Option C


Explanation:
The 451 status code is a specialized error indicating that the server is withholding access to a resource as a direct result of a legal mandate or censorship order.

This question belongs to: Computer Internet and Web Technologies
Question #424
Which element in a modern web ecosystem describes a software service that allows multiple users to simultaneously share screen displays, text chats, and video feeds over real-time internet routes?
A. Outbound email server management layout
B. Local history log panel
C. Web Conferencing Platform (e.g., Zoom, Teams)
D. FTP desktop file transfer utility

Correct Answer: Option C


Explanation:
Web conferencing platforms integrate real-time media streams, chat channels, and screen sharing tools, leveraging protocols like WebRTC over the internet.

This question belongs to: Computer Internet and Web Technologies
Question #425
What is the function of the 'Sent' folder inside a standard digital email workspace configuration?
A. To keep a permanent historical record copy of all email messages that have been successfully transmitted to recipients
B. To wipe old cookie history logs from local drives
C. To hold unverified spam items safely until automatic deletion
D. To store incomplete drafts of email layouts

Correct Answer: Option A


Explanation:
The Sent folder saves copies of successfully dispatched emails, providing a historical log of your correspondence for future reference.

This question belongs to: Computer Internet and Web Technologies
Question #426
Which specific browser feature or utility allows web developers to test mobile responsive web configurations by mimicking different smartphone screen aspect ratios natively within the desktop display window?
A. Local server cache monitoring index
B. Incognito browser window frame
C. Standard bookmark navigation manager
D. Device Mode / Responsive Design View

Correct Answer: Option D


Explanation:
Responsive Design View inside browser DevTools lets developers simulate various device viewports, touch interactions, and network throttling states directly on their desktop monitors.

This question belongs to: Computer Internet and Web Technologies
Question #427
What does the 'Cross-Origin Resource Sharing' (CORS) security mechanism instruct a web browser to validate when a script requests a resource from a different domain?
A. To route incoming text emails through unencrypted FTP pathways
B. To check if the remote server explicitly permits cross-domain requests from the originating site, preventing unauthorized data access
C. To delete temporary history tracks automatically from local storage modules
D. To double the physical processing speed of the network router adapter

Correct Answer: Option B


Explanation:
CORS is a browser security mechanism that uses HTTP headers to determine whether scripts running in a browser are allowed to access resources from a different origin domain.

This question belongs to: Computer Internet and Web Technologies
Question #428
Which type of web asset functions as a centralized cascading ruleset document defining uniform layout positioning, text fonts, and theme colors across hundreds of individual web pages?
A. SMTP route statement
B. CSS Stylesheet (Cascading Style Sheets)
C. Unlinked text log document
D. XML metadata text configuration

Correct Answer: Option B


Explanation:
External CSS stylesheets centralize design and presentation rules, allowing developers to update the look and feel of an entire website by editing a single file.

This question belongs to: Computer Internet and Web Technologies
Question #429
What is the primary operational task of a 'Root Name Server' operating within the hierarchical Domain Name System infrastructure?
A. To direct DNS query lookups to the appropriate Top-Level Domain (TLD) nameservers based on the extension of the domain requested
B. To filter email spam items from corporate mail boxes
C. To monitor local physical network card connectivity metrics
D. To parse HTML structural page tags inside browser interfaces

Correct Answer: Option A


Explanation:
Root name servers are the first step in resolving human-readable domain names, directing inquiries to the appropriate Top-Level Domain (TLD) servers (like those for .com or .org).

This question belongs to: Computer Internet and Web Technologies
Question #430
Which of the following parameters represents an accurate description of the web development concept called 'Single Sign-On' (SSO)?
A. A physical computer motherboard processing chip specification
B. An unlinked text documentation archive stored on local devices
C. An authentication mechanism that allows a user to log in once and gain secure access to multiple independent web applications or services without re-entering credentials
D. A specialized local browser link designed to clear cache blocks

Correct Answer: Option C


Explanation:
SSO authenticates a user once across a centralized identity provider, passing secure tokens to connected web systems to streamline access and eliminate login fatigue.

This question belongs to: Computer Internet and Web Technologies
Question #431
What mechanism does an online payment web application implement over HTTPS routes to substitute sensitive credit card numbers with secure, randomized reference tokens during financial transactions?
A. Static FTP file catalog adjustments
B. Tokenization
C. Altering localized device hardware MAC address registries
D. Running outbound SMTP mail server delivery routines

Correct Answer: Option B


Explanation:
Tokenization swaps sensitive primary account numbers with algorithmic token strings, protecting original financial data from interception during online payment processing.

This question belongs to: Computer Internet and Web Technologies
Question #432
Which specific protocol operates inside network environments to enable secure communication tunnels, replacing legacy unencrypted routing options for terminal management?
A. HTTP plain text standards
B. SMTP protocol loops
C. SSH (Secure Shell)
D. POP3 server paths

Correct Answer: Option C


Explanation:
SSH utilizes public-key cryptography to authenticate remote systems and encrypt communications, providing a secure alternative to unencrypted protocols like Telnet.

This question belongs to: Computer Internet and Web Technologies
Question #433
What does a '415 Unsupported Media Type' HTTP status code return imply about a client browser's interaction with a web application?
A. The server refuses to process the request because the payload data format or media type is not supported by the requested resource configuration.
B. The requested URL path has changed its location permanently.
C. The web server facility has completely crashed down.
D. The input security certificate has an expired authorization date.

Correct Answer: Option A


Explanation:
An HTTP 415 error occurs when the client uploads an asset or sends data in a format (such as an unapproved image type or raw XML instead of JSON) that the server script is not configured to accept.

This question belongs to: Computer Internet and Web Technologies
Question #434
Which element in a modern web ecosystem describes a specialized software program that aggregates news articles, blog entries, and real-time audio feeds from across the internet into a single custom interface?
A. Outbound email routing block
B. FTP desktop file transfer script
C. Feed Aggregator / RSS Reader
D. Local history log dashboard

Correct Answer: Option C


Explanation:
Feed aggregators continuously parse XML-based web feeds from subscribed sites, displaying consolidated chronological content updates in one centralized application window.

This question belongs to: Computer Internet and Web Technologies
Question #435
What is the function of the 'Archive' folder inside a standard digital email workspace setup?
A. To hold incomplete drafts of email layouts
B. To collect malicious spam items safely until deletion
C. To clear out temporary cookie tracker files automatically
D. To store old or processed emails that you want to remove from your main inbox view without permanently deleting them from server storage

Correct Answer: Option D


Explanation:
The Archive folder serves as a long-term storage space, allowing users to keep their main inbox clean while retaining access to old messages for historical search needs.

This question belongs to: Computer Internet and Web Technologies
Question #436
Which specific browser technology or feature allows web developers to evaluate and track the precise network transmission speeds and load times of individual page elements natively?
A. Network Panel / Network Tab
B. Incognito browser window frame
C. Standard bookmark navigation panel
D. Local server cache monitoring layout

Correct Answer: Option A


Explanation:
The Network tab inside browser Developer Tools maps out precise asset timelines, showing status codes, payload sizes, and connection times for every element fetched during a page load.

This question belongs to: Computer Internet and Web Technologies
Question #437
What does the 'Strict-Transport-Security' (HSTS) security header instruct a web browser to enforce for a specific domain?
A. To force the browser to only connect to that website using secure HTTPS connections, preventing accidental or forced unencrypted HTTP fallbacks
B. To route incoming text emails through unencrypted FTP pathways
C. To wipe localized browser history data logs automatically
D. To double the physical transmission speed of local routers

Correct Answer: Option A


Explanation:
HSTS protects websites against protocol downgrade attacks and cookie hijacking by forcing browsers to automatically upgrade all connection attempts to secure HTTPS.

This question belongs to: Computer Internet and Web Technologies
Question #438
Which type of web asset functions as an structured structural script document defining dynamic logic behaviors and data transformations inside a browser client?
A. SMTP routing statement parameters
B. XML data markup schema
C. JavaScript file (.js)
D. Unlinked configuration log text

Correct Answer: Option C


Explanation:
JavaScript files house the client-side programming code interpreted natively by browser engines to manipulate web content, handle user inputs, and update interfaces dynamically.

This question belongs to: Computer Internet and Web Technologies
Question #439
What is the primary operational task of a 'TLD (Top-Level Domain) Name Server' operating within the Domain Name System hierarchy?
A. To parse HTML structural page code inside browser windows
B. To track local physical computer operating temperature logs
C. To maintain records for all domain names sharing a specific extension (like .com or .org) and direct queries to their respective authoritative nameservers
D. To filter email spam items from incoming mail folders

Correct Answer: Option C


Explanation:
TLD nameservers maintain the directory data for specific domain extensions, acting as an essential intermediate link in the DNS resolution process by routing queries to authoritative servers.

This question belongs to: Computer Internet and Web Technologies
Question #440
Which of the following parameters represents an accurate description of the web development concept called 'OAuth'?
A. A specialized local browser button designed to clear cache history
B. A physical computer processing core chip standard
C. An open-standard authorization framework that allows third-party applications to grant limited, secure access to user account resources without exposing user passwords
D. An unlinked text configuration archive stored on local devices

Correct Answer: Option C


Explanation:
OAuth enables secure token-based authorization, allowing applications (like a mobile game) to access user profile data from a provider (like Google) without requiring their raw login password.

This question belongs to: Computer Internet and Web Technologies