asked 37.3k views
4 votes
In _____ data, each element is named, and element types are not explicitly declared.

A- complex
B- semistructured
C- structured

asked
User Robbin
by
7.8k points

1 Answer

3 votes

Answer:

B.

Step-by-step explanation:

B. In structured data, each element is given a name and can be accessed using the name. The type of each element is not explicitly declared. This means that the data structure does not enforce any particular data type on any given element. This type of data is commonly used in programming languages such as JavaScript and Python, where data can be accessed using a combination of object properties and dictionary keys. Structured data provides a flexible way to organize and manipulate data, while allowing for dynamic changes to element types and values.

answered
User Nonos
by
7.8k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.