What is the difference between a binary search and a
sequential search?
Answer Posted / guest
Binary search is search all. sequential search is the
linear serach.
Example for Search all: File contains 100 records. supose
if u r searching for 75 th record, first entire file
divided into two parts, it will check , whether record is
in first half or second.. like that file ds divded into
diffrent parts
sequential serach: if the file contains 100 records, spose
if u r looking for 75th record, it will start serach from
first record...
Is This Answer Correct ? | 98 Yes | 12 No |
Post New Answer View All Answers
What is length is cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
what are decleratives in cobol?
What is rmode(any) ?
What is the compute verb? How is it used?
Difference between cobol and cobol-ii?
How can you get the ksds file records into your cobol program?
What do you understand by psb and acb?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is comp-1 and comp-2?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol?
how to access the file from prodution from changeman tool and to submit a file to production
what happens if parmparameter passes zero bytes to the program
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?