What is the difference between a binary search and a
sequential search?
Answer Posted / anupam
binary search is performed by calculating mid point whereas sequential search is performed by sorting all elements.prior is the faster.
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
How do you define a variable of comp-1 and comp-2?
Which Search verb is equivalent to PERFORM…VARYING?
How do you reference the fixed block file formats from cobol programs
What is report-item in COBOL?
What is the compute verb? How is it used?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how do you reference the ksds vsam file formats from cobol programs
What is the difference between external and global variables in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Name the sections present in data division.
how to access the file from prodution from changeman tool and to submit a file to production
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the utilization of copybook in cobol?
What are various search techniques in cobol? Explain.
A table has two indexes defined. Which one will be used by the SEARCH?