Multiple choice technology operating systems esc + ?word (Press 'escape' key, type ?word-to-find) To replace word with a space To continue with search To search for specified word in backward direction To search for specified word in forward direction Reveal answer Fill a bubble to check yourself C Correct answer Explanation In vi, ?pattern searches backward (up) through the file for the pattern. The forward search uses /pattern. This is vi's bidirectional search feature.