delete a word to the left
-
BACKSPACE
-
CTRL + BACKSPACE
-
DELETE
-
CTRL + DELETE
B
Correct answer
Explanation
CTRL + BACKSPACE deletes the entire word to the left of the cursor in most Windows applications, extending the normal BACKSPACE function from single characters to whole words. This is faster than repeatedly pressing BACKSPACE. DELETE removes characters to the right, and CTRL + DELETE deletes words to the right.