Correct option is C
XML (Extensible Markup Language) is specifically designed to
store and
transport data. It provides a structured way to store information and can be used to transfer data between different systems, platforms, and applications. XML does not dictate how the data should be displayed or processed, but rather focuses on providing a flexible and standardized format for data storage and transfer.
Important Key Points:
1.
Storage of Data: XML allows data to be stored in a structured format, making it easy to retrieve and manipulate.
2.
Transporting Data: XML is widely used for exchanging data between different systems, such as between a server and a client, or across the internet.
3.
Human-readable: One of the advantages of XML is that it is human-readable, making it easier to debug and inspect the data.
4.
Flexible: XML allows you to define your own tags, making it extremely flexible for representing various types of data.
5.
Platform-independent: Since XML is a text-based format, it can be used across different platforms and technologies.
Knowledge Booster:
·
Option (a): This is incorrect because XML is not primarily designed to
design data. It is used to store and transport data, not to create or design it.
·
Option (b): This is incorrect because while XML can store data, it is not primarily meant for
designing data. It is a data storage and transport format.
·
Option (d): This is incorrect because XML is not specifically designed to
format data. It is used to store and transport data, with a focus on structure rather than display or formatting.