分类

日历

登陆

最新文章

回复

站点统计

友情链接

MSSE2003 题库270      1~4题 中英对照2008-2-3 17:05:00

QUESTION NO: 1

You have been assigned the task of installing Windows XP Professional on the

Windows 2000 Professional computers at a branch office to TestKing. You copy the

installation files from the Windows XP Professional CD-Rom to a network shared

folder named \\FileSrv01\WinXP.

你已经被指派了一个任务:在TestKing分部办公室的一台装有Windows2000 P的电脑上安装XP。你从XP的安装光盘上拷贝安装文件到一个网络上的共享文件夹名为\\FileSrv01\WinXP上。

Next, you download updates from the Windows Update Web site to \\FileSrv01\XPUpdates using the branch offices 56kbps WAN link.

下面,通过分部办公室56Kbps的外网链接,你从Windows更新Web站点下载更新数据到\\FileSrv01\XPUpdates

Because your branch office's limited WAN connection is used for other purposes ,you want to use the least possible WAN bandwidth while performing the installations. You also want downloaded updates to be applied to the computers with the least possible administrative effort.

因为用于其它目的,你的分部办公室限制外网连接。当完成这个安装的时候,你想使用尽可能少的外网带宽。你也是想在尽可能少使用管理手段的条件下,下载更新数据应用计算机。

Now, you need to install Windows XP Professional and all the updates on all Windows 2000 Professional computer.

现在,你必须在所有的Windows2000计算机上安装XP及所有的更新数据。

 

Which action should you take on each computer? 你应该在每台计算机上采取哪些行动?

 

A. Run the \\FileSrv01\WinXP\Winnt32/dudisable command.

    运行\\FileSrv01\WinXP下的 \Winnt32/ dudisable 命令

B. Run the \\FileSrv01\WinXP\Winnt32/copy dir:i386\XPUpdates/dudisable command.

C. Run the \\FileSrv01\WinXP\Winnt32 command, accept the Dynamic Updates defaults,

and install the updates.

    运行\\FileSrv01\WinXP下的Winnt32 命令,接受默认的动态更新并安装更新数据

D. Run the \\FileSrv01\WinXP\Winnt32/duprepare:\\FileSrv01\XPUpdates command.

Then, run the \\FileSrv01\WinXP\Winnt32/dushare:\\FileSrv01\XPUpdates command.

运行\\FileSrv01\WinXP\Winnt32/duprepare:\\FileSrv01\XPUpdates 命令,然后再运行   \\FileSrv01\WinXP\Winnt32/dushare:\\FileSrv01\XPUpdates 命令

Answer: D.

 

Explanation: The /duprepare switch prepares the downloaded update files to be

used during an installation with the /dushare switch. When you run Winnt32.exe

with the /DUShare switch, the Dynamic Update wizard is not displayed to the user

and no attempt is made to connect to Windows Update.

解释:

在一个使用/dushare参数的安装之前,/duprepare预备已下载的更新数据以备使用。当在你在运行带/dushare参数的winnt32时,动态更新将不对用户显示,并且不会从事Windows Update的链接。

Incorrect Answers:

错误的答案

A: The /dudisable switch disables the dynamic update wizard but the installation will

only use the original installation files without the downloaded updates.

/dudisable是禁卡动态更新向导但安装将只使用最初的安装文件并没有下载更新数据。

B: This is an incorrect command.

这是一个错误的命令。

C: If we accept the defaults, the installation wizard will connect to the Internet to

download the updates.

如果我们接受默认,这个安装向导将连接Internet 以下载更新文件。

 

 

QUESTION NO: 2

You are the senior desktop administrator for Testking. You get a phone call from

one of your Trainees, who is performing a clean installation of Windows XP

Professional on a computer that currently runs Windows 98.

你是TestKing的资深桌面管理员。你接到一个来你的新实习生的电话,他正在在一个运行win98的计算机上做一次全新的XP安装。

He states that the text-based portion of Setup finished successfully. Before the

GUI-based portion of Setup starts, the computer stopped responding. He

investigated and discovered that there is a problem with a device driver.

他陈述说,安装的文字介面部分已成功的完成了。在出现安装的图形介面启动之前,计算机停止影响。他研究并且发现,有一个设备的驱动出了问题。

You want to know which device is causing the problem. What should you tell him to

do? 你想知道是哪个设备导致了这个问题,你应该告诉他做些什么?

A. Modify the Boot.ini file to include the /fastdetect switch.

    修改Boot.ini 文件以包括/fastdetect 参数

B. Modify the Boot.ini file to include the /sos switch.

修改Boot.ini 文件以包括 /sos 参数

C. Restart Setup by using the /dudisable switch.

通过使用/dudisable参数,重新启动安装

D. Restart Setup by using the /dushare switch.

通过使用/dushare参数,重新启动安装

E. Restart the computer. From the Recovery console, read the Dr. Watson.log.

    重启计算机,从恢复控制台,读取Dr. Watson.log.

F. Restart the computer. From the Recovery console, read the Comsetup.log.

重启计算机,从恢复控制台,读取Dr. Watson.log.

Answer: B

Explanation: When trying to troubleshoot startup problems with Windows XP (or

Windows 2000/NT), in particular when the system hangs at reboot as in this

scenario, we should use the "/SOS switch in the boot.ini startup file. This switch

causes the names of drivers to be displayed as they load during boot.

解释:当在XP Windows2000/NT中尝试排错重启动问题,特别是像这样的情况当系统在重启动时挂起的,我们应该在boot.ini的启动文件中使用“/SOS”这个参数可使显示设备的名字,当它们在启动过程中被装载时.

Incorrect Answers 错误答案

A: The /fastdetect switch is used by default. It makes the early boot process,

NTDETECT, skip the detection of parallel and serial devices (Plug and Play will find

them). This makes booting faster. You cannot configure the /fastdetect switch to log

information on device drivers.

/fastdetect参数是默认使用的,它是使得启动进程,扫描,越过并口及串口设备的扫描(即插即用将会找到它们).这使得启动更快,你不能配置fastdetect这个参数以标志信息到设备驱动程序中.

C: The /dudisable switch is used to configure if dynamic update should be run at setup. If

latest patches should be downloaded from the Microsoft Web site. The /dudisable switch

will not help finding the problematic device drdiver.

/dudisable这个参数用来配置在安装过程中的动态更新数据.如果最近的结点是从微软的Web站点下载的话, /dudisable这个参数将不会帮助找出有问题的设备驱动.

D: The /dushare switch is used to with winnt32.exe to Deploy the Windows XP Dynamic

Update packages. It will not help you find the device driver which causes problems.

/dushare这个参数用于winnt32.exe是配置XP的动态更新数据包.它不会有助于你发现设备驱动导致的问题

E: Dr. Watson logs application crashes. Dr. Watson log files do not contain information

on device drivers.

Dr. Watson logs application crashes. Dr. Watson log files不包含设备驱动信息.

F: The Comsetup.log file is created during the installation process, but it contains

Comsetup.log COM+ information, not information on device drivers.

 

 

QUESTION NO: 3

 

You are the senior desktop administrator for TestKing.com. The company has a

volume licensing agreement to install Windows XP Professional. You send your

trainee to a branch office to repair a failed hard disk on a Windows XP Professional

computer.

你是TestKing.com.一名资深的桌面电脑管理员.公司有一个安装XP的许可协议卷.你派你的学员去分部办公室修复一个损坏的装有XP计算机硬盘.

He forgot to bring a Windows XP Professional CD-ROM with you, and none is available at the branch office so he purchases a retail copy of Windows XP Professional.

他忘记从你那儿带XP光盘,并且在分部办公室里没有什么可利用的,所以他购买了一张零售XP

After Setup starts, he is prompted for the product key. What should the trainee

enter as product key?

在安装开始之后,他被提示输入产品key, 那么这个学员键入什么的产品KEY?

A. Type the serial number that appears in the System Properties dialog box of another

Windows XP Professional computer in the branch office.

输入这个分部办公室另一计算机上的,出现在系统对话框里的序列号.

B. Contact a Microsoft activation center to obtain your company's Windows XP

Professional volume license product key, and type the product key.

 联系微软激活中心以获得你们公司XP卷许可产品key,并且输入产品key.

C. Type the product key that appears on the back of the Windows XP Professional CD

case.

输入XP CD盒背面的显示的产品key.

D. Type the following product key: 11111-11111-11111-11111.

Answer: C

Explanation: Simply use the product key on the back of the Windows XP

Professional CD case.

 

QUESTION NO: 4

You are the desktop administrator for TestKing. You are in the process of upgrading a Windows 98 computer to Windows XP Professional. The user of the computer wants to keep all settings and applications as they where before the upgrade. Windows 98 is installed in a folder named C:\Win98.

你是TestKing的桌面电脑管理员.你处在将一台装有win98的计算机升级为xp的过程中.这台计算机的使用者希望保持所有的设置及应该程度和升级前一样.Win98是被安装在C:\Win98.文件夹里.

You start the upgrade by inserting the Windows XP Professional CD-ROM into the computer and restarting the computer. The text on the screen in the test-based portion of Setup states that Windows XP Professional will be installed in a folder named C\Windows.

You need to ensure that Windows XP Professional upgrades the existing Windows 98 installation and keeps all settings and applications.

通过将XP光盘插入计算机并重启,你开始了升级工作.一些文字出现屏幕上,在安装描述的文本对话框部分:XP将安装到命名为C\Windows文件夹内.你必须保证:XP升级现有的Win98安装过程并保持所有设置及应用程序.

 

What should you do? 你应该做什么?

A. Rename the C:\Win98 folder to C:\Windows.

重命名C:\Win98 文件夹 to C:\Windows.

B. Modify the installation settings in the text-based portion of Setup so that Windows XP

Professional is installed in the C:\Win98 folder.

在安装的文本对话框中修改安装的设置,以使XP被安装在C:\Win98文件夹内.

C. Restart the computer by using Windows 98. Then insert the Windows XP Professional

CD-ROM into the computer and run Setup from the CD-ROM.

Windows 98重启计算机,然后插入XP光盘到计算机并从光驱运行安装Setup.

D. Use the Windows XP Professional CD-ROM to create a set of Setup floppy disks.

Restart the computer by using the first floppy disk in the set to launch Setup.

使用XP光盘以建立一套安装软盘,使用软驱内这套软盘重启计算机以引导安装.

Answer: C

Explanation:解释

You cannot boot to the XP CD if you want to upgrade the existing operating

system. To upgrade Windows 98 to Windows XP, you need to start Windows 98

first. Then insert the Windows XP installation CD and run setup. When setup

starts, you will have the option to upgrade the existing operating system.

如果你想升级现有的操作系统,你不能从XP CD上启动.为了升级Win98 XP,你必须首先从Win98开始.然后插入XP安装CD并运行安装.当安装开始时,你会有一升级现有操作系统的选择项.

Incorrect Answers:

A: Renaming the Windows 98 installation folder will not enable you to upgrade the

operating system. You must run the Windows XP setup program from within the

Windows 98 environment to upgrade Windows 98.

    重命名Win98的安装文件夹将使你不能够升级操作系统.你必须从没有Win98的环境运行XP的安装程序来升级Win98.

B: This would cause the Windows XP installation to overwrite the Windows 98

    这会导致XP的安装覆盖Win98.

D: You cannot use the setup floppy disks to upgrade Windows 98. You must run the

Windows XP setup program from within the Windows 98 environment to upgrade

Windows 98.

你不能使用软盘安装来升级Win98.你必须从没有win98的环境运行XP的安装程序以升级Win98.

 

 

 

(我英语很差,但我从来不拽………呵呵~~)

  • 标签:MSSE2003 MSSE 270 题库 
  • Re:MSSE2003 题库270      1~4题 中英对照2008-3-26 15:33:32
    戢虓(游客)牛X!!
    期待剩下的题目,我正要考270
    Re:MSSE2003 题库270      1~4题 中英对照2008-2-3 17:13:37
    gggqfl英语很差,但我从来不"拽".
    发表评论:
    Powered by Oblog.