在WindowsXP中,需要以下哪些文件来制作紧急启动盘?()A、IO.SYS、Ntdetect.com和CONFIG.SYSB、MSDOS.SYS、Ntoskernel和Ntdetect.comC、Ntldr、Boot.ini和Ntdetect.comD、Ntoskernel、Boot.ini和Ntdetect.com

题目

在WindowsXP中,需要以下哪些文件来制作紧急启动盘?()

  • A、IO.SYS、Ntdetect.com和CONFIG.SYS
  • B、MSDOS.SYS、Ntoskernel和Ntdetect.com
  • C、Ntldr、Boot.ini和Ntdetect.com
  • D、Ntoskernel、Boot.ini和Ntdetect.com

相似考题
更多“在WindowsXP中,需要以下哪些文件来制作紧急启动盘?()A、IO.SYS、Ntdetect.com和CONFIG.SYSB、MSDOS.SYS、Ntoskernel和Ntdetect.comC、Ntldr、Boot.ini和Ntdetect.comD、Ntoskernel、Boot.ini和Ntdetect.com”相关问题
  • 第1题:

    在Windows操作系统中,安装了多操作系统后,系统的注销配置文件Boot.ini文件包括引导加载部分和操作系统部分两大模块。()

    A.错误

    B.正确


    参考答案:B

  • 第2题:

    Which of the following files are required to start Windows XP boot process?()

    A. Ntldr, boot.ini and ntdetect.com

    B. IO.sys, boot.ini and ntboot.sys

    C. IO.sys, Msdos.sys and boot.sys

    D. Config.sys, msconfig.sys and boot.ini


    参考答案:A

  • 第3题:

    给定以下XML文件,完成算法流程图。

    FileSystem

    DriverC

    Dir DirName=”MSDOS622”

    File FileName =” Command.com” File

    Dir

    File FileName =”MSDOS.SYS” File

    File FileName =” IO.SYS” File

    DriverC

    FileSystem

    请画出遍历所有文件名(FileName)的流程图(请使用递归算法)。


    正确答案:
    答:
    void FindFile( Directory d )
    {
        FileOrFolders = d.GetFileOrFolders();
        foreach( FileOrFolder fof in FileOrFolders )
        {
          if( fof is File )
          You Found a file;
          else if ( fof is Directory )
          FindFile( fof );
         }
    }

  • 第4题:

    安装Windows2000/XP的计算机在启动过程中,提示出错信息:NTLDR丢失了,请按任意键重启。请问以下哪一项措施应该首先实施?()

    A.启动运行安装程序来重新安装Windows

    B.通过启动CD运行恢复控制台,输入命令FIXMBR

    C.通过启动CD运行恢复控制台,修改boot.ini中的配置

    D.启动运行安装程序来删除Windows所在的分区


    参考答案:B

  • 第5题:

    在系统启动是完成屏幕菜单的装载、选择预引导选项的文件是()

    • A、windows updata.log
    • B、desktop.ini
    • C、uddisetup.log
    • D、boot.ini

    正确答案:D

  • 第6题:

    技术人员发现,在一台Windows计算机中找不到其注册表中列出的某个程序。此问题可能的解决办法是什么()。

    • A、重新安装该应用程序,然后运行卸载程序
    • B、从安装介质还原boot.ini文件
    • C、在命令提示符下运行fdisk/mbr
    • D、从安装介质还原ntdetect.com文件

    正确答案:A

  • 第7题:

    在Windows操作系统中,安装了多操作系统后,系统的注销配置文件Boot.ini文件包括引导加载部分和操作系统部分两大模块。()


    正确答案:正确

  • 第8题:

    DOS系统由以下哪些模块组成()

    • A、引导系统(boot)
    • B、文件系统(msdos.sys)
    • C、命令处理系统(command.com)
    • D、输入输出系统(IO.sys)

    正确答案:A,B,C,D

  • 第9题:

    Which of the following could cause an NTLDR error on reboot?()

    • A、Processor is failing
    • B、Services failed to start on bootup
    • C、RAM is faulty
    • D、Boot.ini file is corrupt

    正确答案:D

  • 第10题:

    您有一台运行 Windows Vista 的计算机。您在计算机的新分区上安装 Windows 7。您需要确保计算机总是在默认状态下启动 Windows Vista。您应该怎么办?()

    • A、运行 Bcdedit.exe 并指定 /default 参数
    • B、运行 Bcdedit.exe 并指定 /bootems 参数
    • C、在 Windows 7 分区的根目录中创建 boot.ini 文件
    • D、在 Windows Vista 分区的根目录中创建 boot.ini 文件

    正确答案:A

  • 第11题:

    判断题
    在Windows操作系统中,安装了多操作系统后,系统的注销配置文件Boot.ini文件包括引导加载部分和操作系统部分两大模块。()
    A

    B


    正确答案:
    解析: 暂无解析

  • 第12题:

    单选题
    Which of the following files are required to start Windows XP boot process?()
    A

    Ntldr, boot.ini and ntdetect.com

    B

    IO.sys, boot.ini and ntboot.sys

    C

    IO.sys, Msdos.sys and boot.sys

    D

    Config.sys, msconfig.sys and boot.ini


    正确答案: A
    解析: 暂无解析

  • 第13题:

    开机时提示Boot.ini文件出错怎么办啊?丢文件了么?

  • 第14题:

    You are preparing to install Windows 2000 Server on a new computer. The computer is connected to a network that includes Windows 98 computers and Windows 2000 Server computers.

    You want to install Windows 2000 Server from source files that are located on a server on the network.

    What should you do?

    A.Start the new computer by using a Windows 98 network boot disk. Connect to the network server. Run Winnt32.exe.

    B.Start the new computer by using Windows 98 network boot disk. Connect to the network server. Run Winnt.exe.

    C.On a Windows 2000 Server computer, use Makebt32.exe to create installation startup disk. Start the new computer by using the first disk.

    D.On a Windows 2000 computer, format a floppy disk. Copy NTLDR, boot.ini, Ntdetect.com, Ntbootdd.sys to this disk. Start the new computer by using the disk.


    正确答案:B
    解析:Explanation: To install Windows 2000 Server on a computer from source files that are located in a centralized network location we would have to create a network boot disk that includes DOS drivers for the network adapter. We would have to start the computer using this boot disk and connect to the network share where the source files are located. Finally we would start installation process by using winnt.exe. We must use winnt.exe and not winnt32.exe as the boot disks operate in DOS mode, which works with 16-bit applications. We would thus not be able to use 32-bit applications like winnt32.exe.

    Incorrect answers:
    A: We must use winnt.exe and not winnt32.exe as the boot disks operate in DOS mode, which works with 16-bit applications. We would thus not be able to use 32-bit applications like winnt32.exe.

    C: Makebt32.exe is used to make Windows 2000 setup floppy disks. These cannot be used to connect to a network share.

    D: The boot disk must include drivers for the network adapter.

  • 第15题:

    在WindowsXP中,需要以下哪些文件来制作紧急启动盘?()

    A.IO.SYS、Ntdetect.com和CONFIG.SYS

    B.MSDOS.SYS、Ntoskernel和Ntdetect.com

    C.Ntldr、Boot.ini和Ntdetect.com

    D.Ntoskernel、Boot.ini和Ntdetect.com


    参考答案:C

  • 第16题:

    在windows操作系统中,安装了多操作系统后。系统的启动配置文件Boot.ini文件包括()两大模块。

    • A、操作系统部分
    • B、系统更新
    • C、引导加载部分
    • D、硬件检测

    正确答案:A,C

  • 第17题:

    windowsXP操作系统的启动过程()。

    • A、加载MBR,加哉boot.ini,加载NTLDR,加载ntdetect.com
    • B、加载MBR,加载NTLDR,加载ntdetect.com加哉boot.ini
    • C、加载MBR,加载NTLDR,加哉boot.ini,加载ntdetect.com
    • D、加哉boot.ini,加载MBR,加载NTLDR,加载ntdetect.com

    正确答案:C

  • 第18题:

    Boot.ini文件的操作系统部分,()表示SCSI总线号。

    • A、Rdisk(0)
    • B、Disk(0)
    • C、Partition(3)
    • D、Partition(0)

    正确答案:B

  • 第19题:

    安装Windows2000/XP的计算机在启动过程中,提示出错信息:NTLDR丢失了,请按任意键重启。请问以下哪一项措施应该首先实施?()

    • A、启动运行安装程序来重新安装Windows
    • B、通过启动CD运行恢复控制台,输入命令FIXMBR
    • C、通过启动CD运行恢复控制台,修改boot.ini中的配置
    • D、启动运行安装程序来删除Windows所在的分区

    正确答案:B

  • 第20题:

    A user reports their system is displaying an error message ‘NTLDR is missing’. Which of the following is the MOST likely cause for this error?()

    • A、BOOT.INI file is configured incorrectly
    • B、Corrupt MBR
    • C、Boot sector virus
    • D、System file is missing components

    正确答案:B

  • 第21题:

    Which of the following files are required to start Windows XP boot process?()

    • A、Ntldr, boot.ini and ntdetect.com
    • B、IO.sys, boot.ini and ntboot.sys
    • C、IO.sys, Msdos.sys and boot.sys
    • D、Config.sys, msconfig.sys and boot.ini

    正确答案:A

  • 第22题:

    单选题
    技术人员发现,在一台Windows计算机中找不到其注册表中列出的某个程序。此问题可能的解决办法是什么()。
    A

    重新安装该应用程序,然后运行卸载程序

    B

    从安装介质还原boot.ini文件

    C

    在命令提示符下运行fdisk/mbr

    D

    从安装介质还原ntdetect.com文件


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    在WindowsXP中,需要以下哪些文件来制作紧急启动盘?()
    A

    IO.SYS、Ntdetect.com和CONFIG.SYS

    B

    MSDOS.SYS、Ntoskernel和Ntdetect.com

    C

    Ntldr、Boot.ini和Ntdetect.com

    D

    Ntoskernel、Boot.ini和Ntdetect.com


    正确答案: D
    解析: 暂无解析