Multiple choice technology operating systems esc + dw To delete all occurances of the letter w To delete word from cursor position To delete entire line where cursor is located To paste the text just deleted or copied at the cursor Reveal answer Fill a bubble to check yourself B Correct answer Explanation In vi, 'dw' deletes from the cursor position to the end of the word. 'd' is the delete operator, 'w' specifies the word motion object. This is a text object deletion.