nerdexam
Exams220-802Questions#252
CompTIA

220-802 · Question #252

220-802 Question #252: Real Exam Question with Answer & Explanation

The correct answer is B: KILL. The KILL command (or more specifically TASKKILL in Windows) is used to terminate a running process from the command line. In Windows environments, 'TASKKILL /PID <process_id>' or 'TASKKILL /IM <process_name>' stops a specific process without affecting others. ERASE and DEL are us

Question

Which of the following commands may be used on a computer, running Windows 7, to stop a single process from the command line?

Options

  • AERASE
  • BKILL
  • CSHUTDOWN
  • DDEL

Explanation

The KILL command (or more specifically TASKKILL in Windows) is used to terminate a running process from the command line. In Windows environments, 'TASKKILL /PID <process_id>' or 'TASKKILL /IM <process_name>' stops a specific process without affecting others. ERASE and DEL are used to delete files, and SHUTDOWN shuts down the entire operating system - not a single process.

Community Discussion

No community discussion yet for this question.

Full 220-802 Practice