Multiple choice technology operating systems

Which file in MSDOS contain internal command that are loaded during booting process?

  1. Io.sys

  2. Msdos.sys

  3. Command.com

  4. Config.sys

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

COMMAND.COM is the MS-DOS command interpreter containing internal commands (like DIR, COPY) loaded during boot. IO.SYS and MSDOS.SYS handle low-level hardware interfacing and OS core functions, while CONFIG.SYS is a configuration file, not a command container.