What is the difference between a binary search and a
sequential search?
Answer Posted / sharath
Binary search
1)It is for search all.
2)access is faster.
3)sort order is either ascending or descending.
Sequential search
1)It is for linear search
2)access is slow
3)only ascending order
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how you can characterize tables in cobol?
Difference between array and sub-script ?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between comp and comp-3?
In COBOL, what is the different between index and subscript?
What is the utilization of copybook in cobol?
How arrays can be defined in COBOL?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How can you get the ksds file records into your cobol program?
What are the pertinent COBOL commands?
Name some of the examples of COBOl 11?
Discuss about changing dataset name in proc.
How to know whether the module is dynamical or statistical?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the usage of comp fields in cobol?