网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

AutoCAD的英文全称是()。

A.AutomAtic Computer AidedDesign

B.Autodesk Computer AidedDesign

C.CAD2000

D.CAD2002


参考答案

更多 “ AutoCAD的英文全称是()。A.AutomAtic Computer AidedDesignB.Autodesk Computer AidedDesignC.CAD2000D.CAD2002 ” 相关考题
考题 COMPUTER在英文中含义是“电脑”。() 此题为判断题(对,错)。

考题 下列长文件名中___ 不符合Windows 的文件名命名法则。( )A.Computer.test.fondamental.txtB.Computer :test :fundamental。txtC.Computer &test&fundamental.txtD.Computer=text=fundamental.tXt

考题 Whatneedstobedonebeforeyoucanstarttheupgrade?() A.OntheWindows95computer,replacetheCPUwithafastermodel.B.OntheWindows95computer,reformatthediskwithFAT32.C.OntheWindows98computer,reformatthediskwithFAT32.D.OntheWindows98computer,increasetheamountoffreediskspaceontheharddisk.E.OntheWindowsNTWorkstation4.0computer,replacetheCPUwithafastermodel.F.OntheWindowsNTWorkstation4.0computer,increasetheamountoffreediskspaceontheharddisk.

考题 YouhaveanExchangeServer2010organization.Thenetworkcontainsthecomputersshowninthefollowingtable.YouneedtoidentifythecomputersthatcanruntheExchangeServer2010managementtools.Whichtwocomputersshouldyouidentify?()A.Computer1B.Computer2C.Computer3D.Computer4E.Computer5

考题 YouhavetwocomputersnamedComputer1andComputer2thatrunWindows7.Computer2isconfiguredforremotemanagement.FromComputer1,youneedtoremotelyexecuteathird-partycommandlinetoolnameddisk.exeonComputer2.Whichcommandshouldyourun?()A.Startdisk.exe/d\\computer2B.Tscondisk.exe/DEST:computer2C.Winrmedisk.exer:computer2D.Winrsr:computer2disk.exe

考题 当在搜索引擎中输入"computerbook"(用英文引号括起来的computerbook),检索的结果最可能是____。 A.结果满足computer和book其中的一个条件B.结果中满足computer和book两个条件C.结果中满足computerbook这个条件,而不是满足computer或book任何一个条件D.结果中包含computer或book

考题 您有两台运行Windows7的计算机,分别名为Computer1和Computer2。Computer2配置为用于远程管理。从Computer1中,您需要远程执行Computer2上的一个名为disk.exe的第三方命令行工具。您应该运行哪个命令?() A.Start“disk.exe”/d\\computer2B.Tscondisk.exe/DEST:computer2C.Winrmedisk.exe–r:computer2D.Winrs–r:computer2disk.exe

考题 以下哪个检索式查出的文献数量最多?A.computer * designB.computer + designC.computer - designD.“computer design”

考题 串‘Computer’和串‘computer’相等。

考题 已知学生记录描述如下:下面对结构体成员"computer"的赋值方式正确是()。 struct student { int num; char name[8]; struct { float math; float engl; float computer; } mark; } std;A.student.computer=84;B.mark.computer =84;C.std.mark.computer=84;D.std.computer=84;