MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is/are the levels of implementation of data structure
A
Abstract level
B
Application level
C
Implementation level
D
All of the above
Explanation: 

Detailed explanation-1: -Implementation level: A specific representation of the structure to hold the data items, and the coding of the operations in a programming language.

Detailed explanation-2: -There are two types of data structures: Primitive data structure. Non-primitive data structure.

Detailed explanation-3: -When we think of data structures, there are generally four forms: Linear: arrays, lists. Tree: binary, heaps, space partitioning etc. Hash: distributed hash table, hash tree etc.

There is 1 question to complete.