Multiple choice technology operating systems

What happens when you enter "cmd" into the "run" line (Windows XP)?

  1. you get an error

  2. opens a Command Prompt window

  3. Nothing

  4. looks for files with "CMD" name

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

Typing 'cmd' in the Run dialog launches the Windows Command Prompt, a text-based interface for system commands. This opens cmd.exe, the command-line interpreter. Options A (error) and D (file search) are incorrect because Run executes commands and programs, not file searches.

AI explanation

Typing "cmd" into the Windows XP Run dialog launches the Command Prompt (cmd.exe), the Windows command-line interpreter — this is the standard, well-known way to open a console session from the Run box. It does not produce an error, do nothing, or search for files literally named "CMD"; "cmd" is recognized specifically as the executable name for the command interpreter, which Windows resolves via the system PATH.