Multiple choice technology operating systems esc + : + q To quit without saving To save and quit vi editor To quit the vi editor To find the next occurance of the letter 'q' Reveal answer Fill a bubble to check yourself C Correct answer Explanation Escape + : + q attempts to quit vi. If no changes were made, it exits. If there are unsaved changes, vi will warn you. To force quit without saving, you'd use q!.