Term Data Structure refers to ______ and interrelationship between them.
2019
Term Data Structure refers to ______ and interrelationship between them.
- A.
Organization of data
- B.
Programming standard
- C.
Coding
- D.
Program design
- E.
Data security
Attempted by 1464 students.
Show answer & explanation
Correct answer: A
A data structure is a way of organizing and storing data in a computer so that it can be accessed and modified efficiently. It includes both the data elements and the relationships between them. Common examples include arrays, linked lists, stacks, and queues. The choice of data structure affects the performance of algorithms and the overall efficiency of a program.