Finding the location of the element with a given value is ________.
Answer options
A
search
B
traversal
C
sort
D
merge
Correct answer: search
Explanation
Quick AnswerThe correct answer is search because it directly addresses the core logic of Practice Set 2.
Searching is the specific algorithmic process of finding the position of a target value.