The following algorithm depicts a ____ search.// Prompt for customer number, search array for matchesDeclare Numeric searchValueDeclare Numeric index = 0Display "Enter the customer number you're looking for: "Input searchValueFor index = 0 to SIZE - 1   If custNumber[index] == searchValue Then      Display "Match found at subscript: " + index   End IfEnd For

A. binary search
B. sequential search
C. parallel search
D. multidimensional search


Answer: B

Computer Science & Information Technology

You might also like to view...

A nice performance feature of lazy evaluation is the ability to perform________ evaluation, that is, to stop processing the stream pipeline as soon as the desired result is available.

a. premature b. short circuit c. terminal d. intermediate

Computer Science & Information Technology

A group of smart spaces are connected only by a space between them such as a hallway or square. Discuss the factors that determine whether that intervening space can act as a mix zone

What will be an ideal response?

Computer Science & Information Technology

Images that are no longer protected by copyright law are in the ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

After using Word to develop a research paper, you learn that the marginsyou used are incorrect. You plan to use Word's built-in Help feature to obtain information on how to change margins. Explain the process of obtaining help on the topic

What will be an ideal response?

Computer Science & Information Technology