GCFA · Question #328
Adrian, the Network Administrator for Peach Tree Inc., wants to install a new computer on the company's network. He asks his assistant to make a boot disk with minimum files. The boot disk will be use
The correct answer is B. IO.SYS, MSDOS.SYS, and COMMAND .COM.. The minimum three files required to create a bootable MS-DOS disk are IO.SYS, MSDOS.SYS, and COMMAND.COM; all other files such as AUTOEXEC.BAT and CONFIG.SYS are optional.
Question
Adrian, the Network Administrator for Peach Tree Inc., wants to install a new computer on the company's network. He asks his assistant to make a boot disk with minimum files. The boot disk will be used to boot the computer, which does not have an operating system installed, yet. Which of the following files will he include on the disk?
Options
- AIO.SYS, MSDOS.SYS, COMMAND .COM, and AUTOEXEC.BAT.
- BIO.SYS, MSDOS.SYS, and COMMAND .COM.
- CIO.SYS, MSDOS.SYS, COMMAND .COM, and CONFIG.SYS.
- DIO.SYS, MSDOS.SYS, COMMAND .COM, and FDISK.
How the community answered
(51 responses)- A4% (2)
- B84% (43)
- C2% (1)
- D10% (5)
Why each option
The minimum three files required to create a bootable MS-DOS disk are IO.SYS, MSDOS.SYS, and COMMAND.COM; all other files such as AUTOEXEC.BAT and CONFIG.SYS are optional.
AUTOEXEC.BAT is an optional batch file executed at startup for user-defined commands and is not required for the system to boot.
IO.SYS and MSDOS.SYS are the two hidden system files that contain the MS-DOS kernel and I/O subsystem, while COMMAND.COM is the command interpreter that provides the user interface. These three files are the absolute minimum required for an MS-DOS system to boot and function; no other files are mandatory for the boot process itself.
CONFIG.SYS is an optional configuration file used to load device drivers and set system parameters at boot, but it is not required for a minimal boot disk.
FDISK is a disk partitioning utility used to create or manage disk partitions and is not a system boot file required to start the operating system.
Concept tested: MS-DOS minimum required boot disk files
Source: https://learn.microsoft.com/en-us/troubleshoot/windows-client/setup-upgrade-and-drivers/create-bootable-disk-operating-system-files
Topics
Community Discussion
No community discussion yet for this question.