DA0-001 · Question #303
Given the image below: Which of the following file formats is depicted?
The correct answer is A. JSON. JSON (JavaScript Object Notation) is identifiable by its use of curly braces {} for objects, square brackets [] for arrays, and key-value pairs written as "key": value. It uses a hierarchical, human-readable structure with quoted string keys. CSV uses comma-separated flat rows…
Question
Given the image below:
Which of the following file formats is depicted?
Exhibit
Options
- AJSON
- BCSV
- CXML
- DHTML
How the community answered
(45 responses)- A89% (40)
- B2% (1)
- C2% (1)
- D7% (3)
Explanation
JSON (JavaScript Object Notation) is identifiable by its use of curly braces {} for objects, square brackets [] for arrays, and key-value pairs written as "key": value. It uses a hierarchical, human-readable structure with quoted string keys. CSV uses comma-separated flat rows, XML uses angle-bracket tags like <element>, and HTML also uses angle-bracket tags but is specifically for web pages.
Topics
Community Discussion
No community discussion yet for this question.
