Representation of data structure in memory is known as

2013

Representation of data structure in memory is known as

Answer: C. Storage structureCorrect answer: Storage structure (संग्रहण संरचना) Definition: Representation of a data structure in memory is known as a storage structure. It specifies the…

  1. A.

    Recursive

  2. B.

    Abstract Data Type

  3. C.

    Storage structure

  4. D.

    File structure

Attempted by 3398 students.

Show answer & explanation

Correct answer: C

Correct answer: Storage structure (संग्रहण संरचना) Definition: Representation of a data structure in memory is known as a storage structure. It specifies the physical layout and linking of data elements in memory (for example: arrays, linked lists, trees). परिभाषा: डेटा संरचना का मेमोरी में प्रतिनिधित्व "संग्रहण संरचना" कहलाता है। यह मेमोरी में डेटा तत्वों के भौतिक विन्यास और लिंकिंग को दर्शाता है (उदाहरण: एरे, लिंक्ड लिस्ट, ट्री)। Distinction from Abstract Data Type: An Abstract Data Type (ADT) defines the logical behavior — the data and the operations allowed — without specifying how it is stored or implemented in memory.

In

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…