CAS-002 · Question #420
What would dictate the degree of association between elements, methods of access, processing alternatives, and the organization of data elements?
The correct answer is D. Data Structure. Data structure dictates the degree of association between elements, methods of access, processing alternatives, and the organization of data elements. The structure can be simple in nature, which represents a single element that can be addressed by an identifier and accessed by…
Question
What would dictate the degree of association between elements, methods of access, processing alternatives, and the organization of data elements?
Options
- ACohesion
- BCoupling
- CAttributions
- DData Structure
How the community answered
(31 responses)- A6% (2)
- B3% (1)
- C3% (1)
- D87% (27)
Explanation
Data structure dictates the degree of association between elements, methods of access, processing alternatives, and the organization of data elements. The structure can be simple in nature, which represents a single element that can be addressed by an identifier and accessed by a single address in storage. The scalar items can be grouped in arrays, which provide access by indexes. Other data structures include hierarchical structures by using multilinked lists that constrain scalar items and vectors. The hierarchical structure provides categorization and
Topics
Community Discussion
No community discussion yet for this question.