COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Data structure= Organized data + ____
|
allowed operations on it.
|
|
allowed functions on it
|
|
None of the above
|
|
None of the above
|
Explanation:
Detailed explanation-1: -The common operations that can be performed on the data structures are as follows : Searching – We can easily search for any data element in a data structure. Sorting – We can sort the elements either in ascending or descending order. Insertion – We can insert new data elements in the data structure.
Detailed explanation-2: -Programming uses a number of different data structures. Within a program, a data structure is a collection of data elements that are organized in some way. For example, a collection of elements could be organized and numbered in sequence. Common data structures are files, lists, arrays, stacks, queues and trees.
There is 1 question to complete.