What is the difference between a binary search and a
sequential search?
Answer Posted / muhammad abdul aleem
Binary Search | Sequential Search
1.Search All | 1.Search
2.Data should be in sorted | 2.Data can be in any order
order |
3. Only 1 When condition | 3. Any no. of when conditions
can be used | can be used.
4. Only '=' relational | 4. Any relational operator.
operator is used |
5. Access is faster | 5. Access is slow
6.Used for only single | 6. used for single/Multi
dimentional array | dimentional array.
| Is This Answer Correct ? | 124 Yes | 19 No |
Post New Answer View All Answers
What is amode(24)?
) how do u code after getting data?
What is static and dynamic call in cobol?
How do u write test cases?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is redefines clause in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Which is not true about evaluate statement
What type of SDLC u followed? Why?
what is the use of outrecord?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Explain how you can characterize tables in cobol?
Explain how to differentiate call by context by comparing it to other calls?
what is difference between cobol and cobol/400
HOw can I get the negative sign while deduct high value from low value