What is the difference between a binary search and a
sequential search?
Answer Posted / pratik gondaliya
with binary serch we can not get output faster because it is difficult to sort the character element.
with linear serch we can get output fastest.
example-: hello my name is pratik
| Is This Answer Correct ? | 6 Yes | 20 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
What is the compute verb? How is it used?
Can a Search can be done on a table with or without Index?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is perform what is varying?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Which Search verb is equivalent to PERFORM…VARYING?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Describe the cobol database components?
i need a small 3d program using inline and outline.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How do we get current date from system with century in COBOL?
Mention the guidelines to write a structured cobol program?
Explain what you understand by passing by value.