题目内容 (请给出正确答案)
[单选题]

你正为你公司的所有电脑配置WindowsXP专业版。你将皮埃尔的Windows98笔记本电脑升级为WindowsXP专业版。升级后。皮埃尔说他原先的一些老的应用程序不能正常工作了,而且发现其中一个硬件不支持WindowsXP专业版。皮埃尔要求你恢复原来的Windows98系统和他所有的应用程序,让他的电脑能够正常工作。你怎样才将皮埃尔的电脑恢复到升级前的状态,而且花费最少的时间?()

A.将皮埃尔的文档和个人数据拷贝到网络的共享目录下,重新安装Windows98系统和应用,然后再从共享目录中将文档和个人数据拷回到皮埃尔的电脑中

B.在皮埃尔的电脑中放入Windows98系统盘,运行Setup.exe

C.在皮埃尔的电脑中,用添加/删除程序向导来卸载WindowsXP专业版的安装项目

D.在皮埃尔的电脑中,使用第三方磁盘映像软件工具做一个包含文件Windows98系统和皮埃尔应用的镜像

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“你正为你公司的所有电脑配置WindowsXP专业版。你将皮埃…”相关的问题

第1题

您开发一个名为FileService 的服务应用程序。您将该服务应用程序部署到网络上的多台服务器。您执行

以下代码段。(包括的行号仅供参考。)01 public void StartService(string serverName){02 ServiceController crtl = new03 ServiceController(" Certkiller App29");04 if (crtl.Status == ServiceControllerStatus.Stopped){05 }06 }您需要开发一个例程,如果FileService 停止,该例程将启动它。该例程必须在由serverName 输入参数确定的服务器上启动FileService。您应该将哪两行代码添加到代码段?()(每个正确答案都仅给出了部分解决方案。请选择两个答案。)Servername是指机器的名字。

A.在03 行和04 行之间插入以下代码行:crtl.ServiceName = serverName;

B.在03 行和04 行之间插入以下代码行:crtl.MachineName = serverName;

C.在03 行和04 行之间插入以下代码行:crtl.Site.Name = serverName;

D.在04 行和05 行之间插入以下代码行:crtl.Continue();

E.在04 行和05 行之间插入以下代码行:crtl.Start();

F.在04 行和05 行之间插入以下代码行:crtl.ExecuteCommand(0);

点击查看答案

第2题

YouaremodifyingatablenamedProductinaSQLServer2005database.YouwanttoaddanewcolumnnamedFrien

dlyNametotheProducttable.Afriendlynameforeachproductwillbestoredinthiscolumn.Thetablecurrentlycontainsdata.The salesdepartmenthasnotyetcreatedafriendlynameforeachproduct.FriendlyNameisarequiredvalueforeachproduct.Youwanttoaddthisnewcolumnbyusingtheleastamountofeffort.Whatshouldyoudo?()

A.DefinethenewcolumnasNULL.UpdatetheFriendlyNamecolumntothesamevalue astheproductNamecolumn.AltertheFriendlyNamecolumntobeNOTNULL.

B.DefinethenewcolumnasNOTNULLwithadefaultvalueof’Undefined.’

C.DefinethenewcolumnasNULL.Useapplicationlogictoenforcethedataconstraint.

D.DefinethenewcolumnasNULLwithadefaultvalueof’Undefined.’

点击查看答案

第3题

You perform a security audit of a server named DC1. You install the Microsoft Network Moni

tor 3.0 application on DC1.You plan to capture all the LDAP traffic that comes to and goes from the server between 20:00 and 07:00 the next day and save it to the E:\data.cap file. You create a scheduled task. You add a new Start a program action to the task.You need to add the application name and the application arguments to the new action.What should you do?()

A. Add nmcap.exe as the application name. Add the /networks * /capture LDAP /file e:\data.cap /stopwhen /timeafter 11hours line as arguments.

B. Add netmon.exe as the application name. Add the /networks */capture LDAP /file e:\data.cap /stopwhen /timeafter 11hours line as arguments.

C. Add nmcap.exe as the application name. Add the /networks * /capture !LDAP /file e:\data.cap /stopwhen /timeafter 11hours line as arguments.

D. Add nmconfig.exe as the application name. Add the /networks * /capture &LDAP /file e:\data.cap /stopwhen /timeafter 11hours line as arguments.

点击查看答案

第4题

TestKing.comWebsiteincludesapagethatcustomersusetosendfeedbackaboutthecompanyanditsproduct

s.YouuseaSQLServer2005databasetostorethecommentsintheCommentscolumnofatablenamedFeedback.Youneedtoimplementfull-textsearchingsothatyoucanrunreportsonthecomments.Whichtwoactionsshouldyouperform?()

A.CreateanonclusteredindexontheCommentscolumn.

B.ExecutetheUSEMasterTransact-SQLstatement.

C.Createafull-textcatalog.

D.Createafull-textindexontheCommentscolumn.

点击查看答案

第5题

YouareresponsibleformanagingaSQLServer2005databasethatstoressalesinformation.Manyvaluesinn

charcolumnsinthedatabasetablescontainprecedingortrailingspaces.Youneedtoimplementamechanismthatselectsthedatafromthetableswithoutleadingandtrailingspaces.YoursolutionmustbeavailableforreuseinTransact-SQLstatementsandviews.Whatshouldyoudo?()

A.CreateDMLtriggersthatquerytheinsertedanddeletedtables.

B.CreateastoredprocedurethatcallstheLTRIMandRTRIMbuilt-infunctions.

C.CreateaTransact-SQLfunctionthatcallstheLTRIMandRTRIMbuilt-infunctions.

D.CalltheTRIMbuilt-infunction.

点击查看答案

第6题

假设您在开发一个方法,它把使用三重DES加密的数据进行解密。这个方法接收以下参数:一个要被解密的的字节数组叫cipherMessage,一个叫做Key的密钥,一个叫iv的初始向量,您需要使用TripleDES相关的类来对信息进行解密,并且它结果放到一个字符串里。那么您会使用那一个代码段呢?()

A.A

B.B

C.C

D.D

点击查看答案

第7题

苏珊是技术支持部门的一个用户。他的电脑安装的是微软WindowsNTWorkstarion4.0。苏珊使用了一个与

系统兼容的应用。你想在苏珊的电脑上安装WindowsXP专业版,你计划安装一个双启动,让苏珊可以运行WindowsXP专业版又可以运行WindowsNTWorkstation,苏珊的电脑有C盘和G盘两个硬盘。你将WindowsXP专业版安装在G盘中。WindowsXP专业版安装完后,苏珊说她的WindowsNTWorkstation不能启动。你要怎么做才能使这两个操作系统都能启动?()

A.将WindowsXP专业版光盘插入光驱,运行“Sfc.exe/scannow”命令

B.将WindowsXP专业版光盘插入光驱,运行“Winnt32.exe/cmdcons”命令

C.使用MS-DOS软盘引导电脑,运行“Attrib.exe–r–h–sC:\bootsect.dos”命令

D.使用WindowsXP专业版光盘引导电脑,使用“故障恢复台”,运行“Bootcfg/rebuild”命令

点击查看答案

第8题

如果你连接到的网络中有一个路由器,你的默认网关被设置成192.168.1.1,子网掩码是255.255.255.0,以下哪个IP地址是这个网络中可以使用的?()

A.192.168.1.1

B.192.168.1.300

C.192.168.1.30

D.192.168.2.10

点击查看答案

第9题

YouareinstallinganapplicationonacomputerthatrunsWindowsServer2008R2.Duringinstallation,the

applicationwillneedtoaddnewattributesandclassestotheActiveDirectorydatabase.Youneedtoensurethatyoucaninstalltheapplication.Whatshouldyoudo()

A.ChangethefunctionalleveloftheforesttoWindowsServer2008R2.

B.LogonbyusinganaccountthathasServerOperatorrights.

C.LogonbyusinganaccountthathasSchemaAdministratorrightsandtheappropriaterightstoinstalltheapplicatio

D.LogonbyusinganaccountthathastheEnterpriseAdministratorrightsandtheappropriaterightstoinstalltheapplicatio

点击查看答案

第10题

YoudiscoverthattheschemachangesthatwererecentlymadetoyourSQLServer2005databasehavecausedyo

urWebsitetostopfunctioning.Itisunclearwhomadethechanges.TestKing.comnowmandatesthatallchangestothedatabaseschemabetracked.Youneedtoimplementamechanismthatwilltrackschemachangesinyourdatabase.Whatshouldyoudo?()

A.Implementastoredprocedurethatwritesdataaboutschemachangestoalogtable.

B.ImplementDDLAFTERtriggersthatwriteuserandschemainformationtoalogtable.

C.ImplementaDMLINSTEADOFtriggerthatwritesdataaboutschemachangestoalogtable.

D.ImplementaDMLAFTERtriggerthatwritesdataaboutschemachangestoalogtable.

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信