Multiple choice technology operating systems esc + yy To copy the line where cursor is located Search for the letter y Save and quit the editor Confirm quit without saving Reveal answer Fill a bubble to check yourself A Correct answer Explanation In vi, 'yy' yanks (copies) the entire current line. After yanking, you can paste it with 'p' (put). The 'y' stands for 'yank' - vi's term for copy.