Multiple Choice
The technique of looking at all the items in a list, starting at the beginning of the list, one at a time, until we either find what we are looking for or come to the end of the list is called ____ search.
A) sequential
B) control
C) iterative
D) random
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Explain the importance of the concept of
Q7: Pseudocode is a formal language with rigidly
Q8: Natural language is a set of English
Q10: Briefly define the concept of iteration.
Q15: Which statement exemplifies abstraction?<br>A)The president of General
Q19: What is pattern matching?
Q20: The _ loop is an example of
Q21: Java and C++ are examples of pseudocode
Q23: The selection of an algorithm to solve
Q30: In order to implement a "find" functionality