x

Choose Country Code

x

Direction

x

Ask a Question

  • Ask a Question
  • Scan a Question
  • Post MCQ
  • Note: File extension must be of jpg, jpeg, png, bmp format and file size must not exceed 5 MB
x

Ask a Question

x

x
x
x
Hire a Tutor

Answers and Solutions

What's Your Question?
Answer

A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways.

Answer

In computer science, a data structure is a particular way of organizing data in a computer so that it can be used efficiently.  

Answer
Data Structure is the logical and mathematical model of a particular organization of data. It also represents the knowledge of data to be organised in memory. It should be designed and implemented in such a way that it reduces the complexity and increases efficiency.
Answer
Data structure is basically a scheme,which is used for storing,processing & accessing data.
Answer

 

In computer science, a data structure is a particular way of organizing data in a computer so that it can be usedefficiently. Data structures can implement one or more particular abstract data types (ADT), which specify the operations that can be performed on a data structure and the computational complexity of those operations. In comparison, a data structure is a concrete implementation of the specification provided by an ADT.

Different kinds of data structures are suited to different kinds of applications, and some are highly specialized to specific tasks. For example, relational databases commonly use B-tree indexes for data retrieval,while compiler implementations usually use hash tables to look up identifiers.

Data structures provide a means to manage large amounts of data efficiently for uses such as large databases and internet indexing services. Usually, efficient data structures are key to designing efficient algorithms. Some formal design methods and programming languages emphasize data structures, rather than algorithms, as the key organizing factor in software design. Data structures can be used to organize the storage and retrieval of information stored in both main memory and insecondary memory.

Answer

Data structure is the scheme or way of organizing the data effectively..

Answer

Data Structure is a way of collecting and organising data in such a way that we can perform operations on these data in an effective way. Data Structures is about rendering data elements in terms of some relationship, for better organization and storage. For example, we have data player's name "Virat" and age 26. Here "Virat" is of String data type and 26 is of integer data type.

We can organize this data as a record like Player record. Now we can collect and store player's records in a file or database as a data structure. For example: "Dhoni" 30, "Gambhir" 31, "Sehwag" 33

Answer

Data structure is a way of organizing ,storing and retrieving data.

Eg:Consider a binary tree,it is a data structure,which store data in the form of tree

Real time example: Consider you are waiting in a queue to buy tickets in a theatre,it is an example for data structure which works on the principle FIFO ie First In First Out.

This Queue data structure is implemented in ATM

Answer

Data Structure is basically required for storing and processing any data effectively and quickly as per the requirement in the application.

Answer

Data structure refers to a scheme for organizing data, or in other words a data structure is an arrangement of data in computer's memory in such a way that it could make the data quickly available to the processor for required calculations. A data structure should be seen as a logical concept that must address two fundamental concerns. First, how the data will be stored, and second, what operations will be performed on it? As data structure is a scheme for data organization so the functional definition of a data structure should be independent of its implementation. The functional definition of a data structure is known as ADT (Abstract Data Type) which is independent of implementation. The implementation part is left on developers who decide which technology better suits to their project needs.

Data structures can be broadly classified in two categories - linear structures and hierarchical structures. Arrays, linked lists, stacks, and queues are linear structures, while trees, graphs, heaps etc. are hierarchical structures. Every data structure has its own strengths, and weaknesses. Also, every data structure specially suits to specific problem types depending upon the operations performed and the data organization. For example, an array is suitable for read operations.

Answer
Data structure are structures programmed to store ordered data,so that various operations can be performed on it easily.
Answer
Data Structures are like containers and jars in kitchen which are arranged with some items in it . we do organize the jars and containers in kitchen in such a way that the items can be found and used when and where required. Similar is the concept of Data Structure.Data Structures help us in arranging the particular data in organized manner and in such a way that we can use it when and when required .
Answer
In computer science, a data structure is a particular way of organizing data in a computer so that it can be used efficiently. Data structures can implement one or more particular abstract data types (ADT), which are the means of specifying the contract of operations and their complexity.
Answer

Data Structure is a way of collecting and organising data in such a way that we can perform operations on these data in an effective way. Data Structures is about rendering data elements in terms of some relationship, for better organization and storage. For example, we have data player's name "Virat" and age 26. Here "Virat" is of String data type and 26 is of integer data type.

We can organize this data as a record like Player record. Now we can collect and store player's records in a file or database as a data structure. For example: "Dhoni" 30, "Gambhir" 31, "Sehwag" 33

In simple language, Data Structures are structures programmed to store ordered data, so that various operations can be performed on it easily.

Answer

 

Data structure is the organisation of data,  It can be done  in linear fashion or in hierarchical way.

For Linear  fashion we use Array, linked list, stack , Queue etc. For hierarchical way we use Tree, Binary tree etc.

It increases efficiency and  faster execution of computer programs.

 

 

Answer

In computer science, a data structure is a particular way of organizing data in a computer so that it can be used efficiently.Data structures can implement one or more particular abstract data types (ADT), which are the means of specifying the contract of operations and their complexity

Answer
A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways. Different kinds of data structures are suited to different kinds of applications, and some are highly specialized to specific tasks. For example, databases use B-tree indexes for small percentages of data retrieval, and compilers and databases use dynamic hash tables as look-up tables.

Post Answer and Earn Credit Points

Get 5 credit points for each correct answer. The best one gets 25 in all.

Post Answer