更多“The type of installation “________” is selected by most users, the sof1be installed with t ”相关问题
  • 第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.


    正确答案:B
    解析:Explanation: To ensure that no application data or user data is lost during the upgrade the following two steps will be taken:
    1. Install service pack4 (B).
    2. Start the installation process from within the Windows environment and select the option to upgrade (almost C, but not quite).

    Incorrect answers:
    A: NTFS is not required

    C: You can't upgrade to Windows 2000 by booting from the CD. The CD must be run from within the NT environment.

    D: It is not necessary to install a standard NT Server 4.0 server.

  • 第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.


    参考答案:A, C

  • 第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*
    返回类型为Type,且实现了++操作的重载,则可以如下应用。 Type t1=new Type(), t2; (t2=t1)++; 且后一句相当于 t2=t1; t2++;

  • 第4题:

    以下语句中哪句可以选择指定的表项或取消已选择的表项

    A.列表框.Selected(索引值)

    B.列表框.Selected(索引值)=True|False

    C.列表框.Selected

    D.列表框.Selected=True|False


    正确答案:B
    解析:Selected属性实际上是一个数组,每个元素的值为True或False,每个元素与列表框中的一项相对应。当元素的值为True时,表示选择了该项;当元素的值为False时,表示未选择该项。列表框名.Selected(索引值)=True|False语句可以选择指定的表项或取消已选择的表项。由于Selected是个数组,所以如果语句中缺少了索引值就不正确了。

  • 第5题:

    YouhaveacomputerthatrunsWindowsXP.Thecomputerhasonepartition.YouinstallWindows7onthecomputer.YouneedtomigrateauserprofilefromtheWindowsXPinstallationtoWindows7installation.Whatshouldyoudofirst?()

    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\.


    参考答案:B

  • 第6题:

    下面关于列表框Selected属性的叙述中正确的是_______________。

    A.Selected属性是个字符数组

    B.Selected属性一个数组,用来表示哪些列表项被选中

    C.Selected属性是一个逻辑型变量,当选中一个列表项时,Selected属性被设置为True

    D.Selected属性为1时表示列表框中有列表项被选中


    Selected 属性一个数组,用来表示哪些列表项被选中