What is the difference between a binary search and a
sequential search?
Answer Posted / shailendra
binary search :
only = is valid, only one comparision os possible, search
all will be in syntex,input file will be sorted order with
the key on which basis we search.
seqential search :
many comparision is possible at the same time,
all the comparision > < = greater equal and other
comparision is possible
srted order is not req.
in syntex only search will mention
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
what happens if parmparameter passes zero bytes to the program
What is the difference between Call and a Link?
how do you define single dimensional array and multidimensional array in your cobol?
what is difference between cobol and cobol/400
What is rmode(24)
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between comp and comp-3?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
What are literals?
i need a small 3d program using inline and outline.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is amode(31)
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?