Configuration files in the context of Attribute–value pair


Configuration files in the context of Attribute–value pair

Configuration files Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Configuration files in the context of "Attribute–value pair"


HINT:

👉 Configuration files in the context of Attribute–value pair

A name–value pair, also known as an attribute–value pair, key–value pair, or field–value pair, is a fundamental data representation in computer systems and applications. Designers often desire an open-ended data structure that allows for future extension without modifying existing code or data. In such situations, all or part of the data model may be expressed as a collection of 2-tuples in the form <attribute name, value> with each element being an attribute–value pair. Depending on the particular application and the implementation chosen by programmers, attribute names may or may not be unique.

Common examples include JSON objects such as database records where a column maps to a stored value (e.g., usernamejohndoe), HTTP headers like Content-Type: text/html, and configuration files with settings expressed as settingType=1.

↓ Explore More Topics
In this Dossier

Configuration files in the context of Computer language

A computer language is a formal language for humans to communicate with a computer, not a natural language. In earlier days of computing (before the 1980s), the term was used interchangeably with programming language, but today, used primarily for taxonomy, is a broader term that encompasses languages that are not programming in nature. Sub-categories (with possibly contended hierarchical relationships) include:

View the full Wikipedia page for Computer language
↑ Return to Menu