Which file format uses attribute-value pairs in a human- and machine-readable structure to define configurations?

Prepare for the Information Security Principles and Frameworks Test. Enhance your understanding with detailed questions, hints, and explanations. Ace your exam with confidence!

Multiple Choice

Which file format uses attribute-value pairs in a human- and machine-readable structure to define configurations?

Explanation:
Using attribute-value pairs in a human- and machine-readable structure to define configurations is characteristic of JSON, the JavaScript Object Notation. JSON represents data as objects composed of keys (attributes) and values, such as { "server": "localhost", "port": 8080, "features": ["logging", "debug"] }. This format is easy to read and widely used for configuration files because it can be parsed reliably by programs and edited by humans. Other options aren’t file formats for configuration data: REST is a web API design approach, OAuth is an authorization protocol, and IP is a network protocol.

Using attribute-value pairs in a human- and machine-readable structure to define configurations is characteristic of JSON, the JavaScript Object Notation. JSON represents data as objects composed of keys (attributes) and values, such as { "server": "localhost", "port": 8080, "features": ["logging", "debug"] }. This format is easy to read and widely used for configuration files because it can be parsed reliably by programs and edited by humans. Other options aren’t file formats for configuration data: REST is a web API design approach, OAuth is an authorization protocol, and IP is a network protocol.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy