Multiple choice technology

Pick the odd one out.

  1. rename

  2. erase

  3. open

  4. delete

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Among the file operations listed, 'erase' is the odd one out because it is a DOS/Windows command, while 'rename', 'open', and 'delete' are common Unix/Linux commands. The Unix equivalent of 'erase' is 'rm' (remove). This tests knowledge of cross-platform command differences.