Which of the following commands is used to display other computers running on the network?()A. hostnameB. ipconfigC. net viewD. nslookup

题目
Which of the following commands is used to display other computers running on the network?()

A. hostname

B. ipconfig

C. net view

D. nslookup


相似考题
更多“Which of the following commands is used to display other computers running on the network?() ”相关问题
  • 第1题:

    YouarethenetworkadministratorforExamSheet.net.YouadministerExamSheet’sWindows2000network.Youupgrade10computersintheAccountingdepartmentfromWindowsNTWorkstation4.0toWindows2000Professional.Alloftheupgradedcomputersareconfiguredtohavethedefaultsecuritysettings.ForsecuritypurposesyouwanttoensurethatthesecomputerscanonlycommunicatewithotherWindows2000computers.Whatshouldyoudo?()

    A.Oneachcomputerconfigureseparatememoryspacesforeachfinancialandcreditapplications.

    B.ApplyHighlySecuresecuritytemplatetothelocalsecuritypolicyofthecomputersintheAccountingdepartment.

    C.ApplyCompatiblesecuritytemplatetothelocalsecuritypolicyofthecomputersintheAccountingdepartment.

    D.AddeachuseraccounttothePowerUsersgrouponthatuser’scomputer.


    参考答案:B

  • 第2题:

    针对下列程序段,需要( )个测试用例才可以满足语句覆盖的要求。
    switch(value){case 0:other=30;break;case 1:other=50;break;case 2:other=300;case 3:other=other/value;break;default:other=other*value;}

    A.2
    B.3
    C.4
    D.5

    答案:C
    解析:
    本题考查白盒测试用例设计方法--语句覆盖法的概念。语句覆盖(Statement Coverage)的含义是:选择足够多的测试数据,使被测程序中的每条语句至少执行一次。

  • 第3题:

    以下声明中,可以隐藏对象的是()。

    A.display:block

    B.display:inline

    C.display:none

    D.display:inline-block


    display:none

  • 第4题:

    Youneedtodesignaconfigurationforthemailboxservers.Whatshouldyoudo?()

    A.CreatetwoExchangeServer2003computers.Placethemailboxesformainofficeusersononeserver,andplacethemailboxesforremoteusersontheotherserver

    B.CreateaNetworkLoadBalancingclusterthatcontainstwoExchangeServer2003computers.Placehalfoftheusermailboxesononeserver,andplacehalfoftheusermailboxesontheotherserver

    C.CreateaMicrosoftClusterServerclusterthatcontainstwoExchangeServer2003computers.Placealloftheusermailboxesononeserverandconfiguretheotherserverasafailovernode

    D.CreateaMicrosoftClusterServerclusterthatcontainstwoExchangeServer2003computers.Placehalfoftheusermailboxesononeserver,andplacehalfoftheusermailboxesontheotherserver


    参考答案:D

  • 第5题:

    1、针对下列程序段,需要()个测试用例才可以满足语句覆盖的要求。 switch (value ) { case 0: other = 30; break; case 1: other = 50; break; case 2: other = 300; case 3: other = other/value; break; default: other = other * value; }

    A.2

    B.3

    C.4

    D.5


    4

  • 第6题:

    盒模型显示方式是弹性伸缩盒()

    A.display:flex

    B.display:block

    C.display:inline

    D.display:inline-block


    display:flex