1. Which of the following data formats is typically used to display web pages?
- HTML
- XML
- JSON
- YAML
2. Which of the following describes a key/value pair?
- A key is a string and a value is a list
- A key/value pair is another name for an array.
- A key describes the data and the value is the data itself.
- A key/value pair is only used in JSON.
3. TRUE or FALSE: White space in JSON format is significant and must be correctly formatted.
- True
- False
4. This data format is a minimalist format that is very easy to read and is considered a superset of another data format.
- HTML
- XML
- JSON
- YAML
5. This data format is self-descriptive through the use of the data structure.
- HTML
- XML
- JSON
- YAML