What is the difference between SEARCH and SEARCH ALL?

  1. SEARCH - is a binarysearch. : SEARCH ALL - is serial search & the table must be sorted

  2. SEARCH - is a serial search : SEARCH ALL - is binary search & the table must be sorted

  3. Both are binary search

  4. SEARCH - is a binarysearch & the table is unsorted : SEARCH ALL - is serial search


Correct Option: B

Find more quizzes: