and Answers - For Freshers and
Experienced | Intellipaat
Intellipaat
be accessed from an external application. It
basically has to be converted into a file structure
and then finally, when it comes to question number
four, What are the benefits of using data structures
over file structures well? There are a few benefits
that come with the use of data structures over file
structures. The first benefit is that data structures
are able to handle more data because they can
natively store on the hard disk. While file structures
are limited to how much data they can store on the
hard disk, so that is one benefit and another benefit
is that data structures are able to handle
relationships between data entities better than file
structures because they are able to natively store
the relationships between the data entities. So that
is also a benefit and finally, when it comes to
performance. When you work with data structures,
, it is able to handle more operations within a shorter
period of time. So that is another benefit're looking
for a specific data item within a data structure. One
is the binary search and the other one is the linear
search. These are the two most common types and
with that we come to question number six well.
What are the benefits that you get with using data
structures well. There are many benefits that you
get with. using data structures, but some of the
main benefits that you get would be efficiency
because data structures form very efficient
methodologies when it comes to handling data and
secondly, you would also get reliability because
these structures are very reliable when it comes to
handling data, and finally, you would also get
compactness because these structures are very
compact when it comes to handling data. So make
sure to elaborate on at least two or three benefits
that you would get when using data structures in
your project to do a linear search and the next
question is how does binary search work Yes. This
would be a very important question which has a