Which type of web application asset acts as a structured repository database format, utilizing extensible markup labels to store data configurations cleanly over the web? MCQ with Answer and Explanation

Which type of web application asset acts as a structured repository database format, utilizing extensible markup labels to store data configurations cleanly over the web?
A. XML (Extensible Markup Language)
B. Unlinked text files
C. CSS visual styling layouts
D. SMTP route headers
Answer: Option A
Solution (By JKExamLibrary)
XML is a markup language designed to store, structure, and transport data using customizable tags, making data highly readable across different platforms.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
What does the 'autocomplete' attribute in HTML forms control?
A. Whether the browser can automatically fill in form fields
B. Whether the form is validated
C. Whether the form should submit automatically
D. Whether the form uses JavaScript

Correct Answer: Option A


Explanation:
The autocomplete attribute suggests whether the browser should enable automatic completion of input values based on the user's prior entries.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the primary security benefit provided by an 'HTTPS' connection over standard unencrypted 'HTTP' communication?
A. It completely prevents malware from downloading automatically to local hard drives.
B. It eliminates all forms of comment spam on web blogs.
C. It dramatically boosts physical data transmission speeds over fiber lines.
D. It encrypts data in transit to prevent eavesdropping and data tampering by third parties.

Correct Answer: Option D


Explanation:
HTTPS ensures confidentiality and data integrity by encrypting the communication stream between a client and a web server using TLS/SSL.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
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 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
C. A specialized local browser link designed to clear cache blocks
D. An unlinked text documentation archive stored on local devices

Correct Answer: Option B


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