The type of installation “________” is selected by most users, the sof1be installed with the most common options.
A.Typical
B.Complete
C.Custom
D.Minimum
第1题:
You are the administrator of a Windows NT 4.0 Terminal Server Edition computer. The server has one hard disk, which is divided into two partitions The first partition contains the Windows NT 4.0 system files and is formatted as FAT. The second partition contains application data and user data. This second partition is formatted as NTFS. The server currently has Service Pack 3 installed.
You need to upgrade the server to Windows 2000 Server. You want to ensure that no application data or user data is lost during the upgrade. You also want to perform. the minimum number of steps necessary to complete the upgrade.
What should you do? (Choose all that apply)
A.Convert the system partition to NTFS.
B.Install service pack4 or later on the server.
C.Use a Windows 2000 Server CD to start the server. In setup, select the option to upgrade.
D.Replace the Terminal Server installation with a standard Windows NT server 4.0 installation.
第2题:
YouworkasanadministratoratABC.com.TheABC.comnetworkconsistsofasingledomainnamedABC.com.ABC.comhasaserver,namedABC-SR15,whichhasWindowsServer2012R2installed.ABC.comalsohasaserver,namedABC-SR16,whichhasWindowsServer2008R2SP1installed.YouhavebeeninstructedtomakesurethatABC-SR16isabletorunWindowsPowerShell3.0.Whichofthefollowingactionsshouldyoutake?()
A.YoushouldconsidermakingsurethatABC-SR16hasafullinstallationofMicrosoft.NET Framework4installed.
B.YoushouldconsidermakingsurethatABC-SR16hasafullinstallationofMicrosoft.NETFramework2installed.
C.YoushouldconsidermakingsurethatABC-SR16hasWS-Management3.0installed.
D.YoushouldconsidermakingsurethatABC-SR16isupgradedtoWindowsServer2012R2.
第3题:
有关赋值运算符重载函数operator =()的返回类型的叙述错误的是()
A.返回类型为 Type,Type&都可以#B.返回类型为Type,且实现了++操作的重载,则可以如下应用。 Type t1=new Type(), t2; (t2=t1)++; 且后一句相当于 t2=t1; t2++;#C.返回类型为Type,则都可以有如下应用。 Type t1=new Type(), t2, t3; t3=t2=t1;#D.operator =操作重载的返回值可以是Type*第4题:
以下语句中哪句可以选择指定的表项或取消已选择的表项
A.列表框.Selected(索引值)
B.列表框.Selected(索引值)=True|False
C.列表框.Selected
D.列表框.Selected=True|False
第5题:
A.FromWindows7,runScanstate.exe/offlineWinOld:c:\windows.
B.FromWindows7,runScanstate.exe/offlineWinOld:c:\windows.old.
C.Atthecommandprompt,runXcopy/s/ec:\windows\users\*.*c:\users\.
D.Atthecommandprompt,runXcopy/s/ec:\windows.old\documentsandsettings\*.*c:\users\.
第6题:
下面关于列表框Selected属性的叙述中正确的是_______________。
A.Selected属性是个字符数组
B.Selected属性一个数组,用来表示哪些列表项被选中
C.Selected属性是一个逻辑型变量,当选中一个列表项时,Selected属性被设置为True
D.Selected属性为1时表示列表框中有列表项被选中