A30-327 · Question #25
You want to search for two words within five words of each other. Which search request would accomplish this function?
The correct answer is C. supernova w/5 cassiopeia. Option C uses the correct proximity search syntax by placing the w/5 operator directly between the two search terms (supernova w/5 cassiopeia), which instructs the search engine to return results where those words appear within five words of each other. Why the distractors…
Question
Options
- Aapple by pear w/5
- BJune near July w/5
- Csupernova w/5 cassiopeia
- Dsupernova by cassiopeia w/5
How the community answered
(34 responses)- A6% (2)
- C91% (31)
- D3% (1)
Explanation
Option C uses the correct proximity search syntax by placing the w/5 operator directly between the two search terms (supernova w/5 cassiopeia), which instructs the search engine to return results where those words appear within five words of each other.
Why the distractors fail:
- A (
apple by pear w/5) usesbyas a connector, which is not a valid proximity operator -w/5must sit directly between the terms, not after a different keyword. - B (
June near July w/5) mixes two separate proximity operators (nearandw/5); you use one or the other, and the syntax is malformed. - D (
supernova by cassiopeia w/5) appendsw/5at the end rather than inserting it between the two target words, andbyis not a recognized proximity connector.
Memory tip: Think of w/5 as a bridge - it must connect the two words directly, like word1 w/5 word2. If anything else sits between the words and the operator, the syntax breaks.
Topics
Community Discussion
No community discussion yet for this question.