Answers

Question and Answer:

  Home  Cobol

⟩ What is the difference between SEARCH and SEARCH ALL? What is more efficient?

SEARCH is a sequential search from the beginning of the table. SEARCH ALL is a binary search, continually dividing the table in two halves until a match is found. SEARCH ALL is more efficient for tables larger than 70 items.

 203 views

More Questions for you: