更多“对集(Set)进行操作"Set(2,?0,?1)?+?1?+?1?-?1"之后的结果为?()A、Set(2,?0,?1,?1)B、Set(2,?0,?1)C、Set(2,?0)D、已上均不正确。”相关问题
  • 第1题:

    依次执行以下命令后的输出结果是( )。 SET DATE TO YMD SET CENTURY ON SET CENTURY T0 19 ROLLOVER 10 SET MARK T0”.” ?CTOD(”49-05-01”)

    A. 49.05.01

    B. 1949.05.O1

    C. 2049.05.0l

    D. 出错


    正确答案:B
    SET CENTURY ONIOFFlTO[<世纪值>f ROLLOVER<年份参照值>]]语句用于确定如何显示或解释一个日期数据的年份,参数为0N表示显示世纪,即用4位数字表示年份;0FF即不显示世纪,即用2位数字表示年份; T0则决定如何解释一个用2位数字年份表示的日期所处的世纪。具体来说,如果该日期的2位数字年份大于等于“年份参照值”,则它所处的世纪即为“世纪值”,否则为“世纪值”加1。 SET MARK TO[<日期分隔符>]用于指定显示日期值所用的分隔符,如果没有指定任何分隔符,表示使用系统默认的斜杠分隔符。

  • 第2题:

    Which command would you use to enable chassis cluster on an SRX device, setting the cluster ID to 1 and node to 0?()

    A. user@host# set chassis cluster cluster-id 1 node 0 reboot

    B. user@host> set chassis cluster id 1 node 0 reboot

    C. user@host> set chassis cluster cluster-id 1 node 0 reboot

    D. user@host# set chassis cluster id 1 node 0 reboot


    参考答案:C

  • 第3题:

    How do you enable interface fe-0/0/0 under the [edit protocols isis] level to form both a Level 1 and Level 2 adjacency?()

    A. set interface fe-0/0/0.0

    B. set interface fe-0/0/0.0 all level

    C. set interface fe-0/0/0.0 level 3 enable

    D. set interface fe-0/0/0.0 level 1 level 2


    参考答案:A

  • 第4题:

    print(set([1,2,3]))输出结果为:

    A.set([1,2,3])

    B.([1,2,3])

    C.{1,2,3}

    D.[1,2,3]


    正确答案:C

  • 第5题:

    AONT测试中,有时需要设置长发光来模拟流氓ONU 正确的设置命令为

    • A、halmgr gpon set_tx_mode 1
    • B、halmgr gpon set_tx_mode 0
    • C、halmgr gpon set_tx_mode 2
    • D、halmgr gpon set_tx_mode 255

    正确答案:A

  • 第6题:

    由普通的日期格式改设为严格日期格式的命令为().

    • A、set strictdate to 1
    • B、set strictdate to 0
    • C、set strictdate on
    • D、set strictdate off

    正确答案:A

  • 第7题:

    What is the flooding scope of an OSPFv3 LSA, if the value of the S2 bit is set to 1 and the S1 bit is set to 0?()

    • A、link local
    • B、area wide
    • C、AS wide
    • D、reserved

    正确答案:C

  • 第8题:

    import java.util.*;  class KeyMaster {  public int i;  public KeyMaster(int i) { this.i = i; }  public boolean equals(Object o) { return i == ((KeyMaster)o).i; }  public int hashCode() { return i; }  }  public class MapIt {  public static void main(String[] args) {  Set set = new HashSet();  KeyMaster k1 = new KeyMaster(1);  KeyMaster k2 = new KeyMaster(2);  set.add(k1); set.add(k1);  set.add(k2); set.add(k2);  System.out.print(set.size() + “:”);  k2.i = 1;  System.out.print(set.size() + “:”);  set.remove(k1);  System.out.print(set.size() + “:”);  set.remove(k2);  System.out.print(set.size()); }  }  What is the result?() 

    • A、 4:4:2:2
    • B、 4:4:3:2
    • C、 2:2:1:0
    • D、 2:2:0:0
    • E、 2:1:0:0
    • F、 2:2:1:1
    • G、 4:3:2:1

    正确答案:F

  • 第9题:

    How do you enable interface fe-0/0/0 under the [edit protocols isis] level to form both a Level 1 and Level 2 adjacency?()

    • A、set interface fe-0/0/0.0
    • B、set interface fe-0/0/0.0 all level
    • C、set interface fe-0/0/0.0 level 3 enable
    • D、set interface fe-0/0/0.0 level 1 level 2

    正确答案:A

  • 第10题:

    问答题
    阅读下面的程序:   .mmregs  DAT0 .SET 60H  DAT1 .SET 61H  DAT2 .SET 62H  DAT3 .SET 63H  add3  .macro   P1,P2,P3,ADDRP         LD      P1,A          ADD    P2,A          ADD    P3,A  STL     A,ADDRP          .endm  ST #0034h,DAT0  ST #0243h,DAT1    ST #1230h,DAT2    ADD3 DAT0,DAT1,DAT2,DAT3 语句“.mmregs”的含义。

    正确答案: 定义存储器映像寄存器的符号名称。
    解析: 暂无解析

  • 第11题:

    单选题
    What is the flooding scope of an OSPFv3 LSA, if the value of the S2 bit is set to 1 and the S1 bit is set to 0?()
    A

    link local

    B

    area wide

    C

    AS wide

    D

    reserved


    正确答案: C
    解析: 暂无解析

  • 第12题:

    问答题
    阅读下面的程序:   .mmregs  DAT0 .SET 60H  DAT1 .SET 61H  DAT2 .SET 62H  DAT3 .SET 63H  add3  .macro   P1,P2,P3,ADDRP         LD      P1,A          ADD    P2,A          ADD    P3,A  STL     A,ADDRP          .endm  ST #0034h,DAT0  ST #0243h,DAT1    ST #1230h,DAT2    ADD3 DAT0,DAT1,DAT2,DAT3 执行此段程序后,存储单元(DAT3)的运行结果多少?

    正确答案: 14a7H
    解析: 暂无解析

  • 第13题:

    将Cise0 6500第4模块第1端口的通信方式设置为半双工,第2-24端口的通信方式设置为全双工,以下交换机的端口配置,正确的是( )。

    A.Switch-6500>;(enable)set interface duplex 4/1 halfSwitch-6500>;(enable)set interface duplex 4/2-24 full

    B.Switch-6500>;(enable)set port 4/1 duplex halfSwitch-6500>;(enable)set port 4/2-24 duplex full

    C.Switch-6500>;(enable)set port duplex 4/1 halfSwitch-6500>;(enable)set port duplex 4/2-4/24 full

    D.Switch-6500>;(enable)set port duplex 4/1 halfSwitch-6500>;(enable)set port duplex 4/2-24 full


    正确答案:D
    设置路由器端口的通信方式。以Cisco6500交换机为例:步骤一:设置第4模块第1端口的通信方式设置为半双工setportduplex4/1hag步骤二:设置第2~24端口的通信方式设置为全双工setprotduplex4/2-24full因此D选项正确。

  • 第14题:

    请说出该程序段的功能。

    declare @e numeric(5,2)

    declare @ c1 int, @ c2 int, @ c3 int, @ c4 int

    set @ c1=0; set @ c2 =0; set @ c3=0; set @ c4=0

    declare xxx cursor

    for select 成绩 from score

    open xxx

    fetch xxx into @ c

    while @'@ fetch_status = 0

    begin

    if(@c > =90) set @cl =@ e1 +1;

    else if( @ c > =70) set @ c2 =@ c2 +1;

    else if(@ c> =60) set @ c3 =@ c3 +1;

    else set @ c4 = @ c4 + 1

    fetch from xxx into @ c

    end

    close xxx

    deallocate xxx

    print 优秀生人数:'+sb(@ c1,5);

    print食好生人数:'+str(@ c2,5);

    print及格生人数:'+str(@ c3,5);

    print及格生人数:'+sh(@ c4,5)


    正确答案:该程序段功能:从score表中按成绩统计并显示出优秀、良好、及格、不及格各多少人。
    该程序段功能:从score表中按成绩统计并显示出优秀、良好、及格、不及格各多少人。

  • 第15题:

    YouneedtoreviewthecurrentstoragesystemanddecideonthebestconfigurationforthetempdbdatabaseonSQL1toimprovetempdbperformance.Yoursolutionmustensurethatcompanyrequirementsandpoliciesarefulfilled.Whichtwoactionsshouldyouperform?()

    A.CreateaRAID-1set,andmovetempdbtothisdriveset.

    B.CreateaRAID-0set,andmovetempdbtothisdriveset.

    C.Setthestartingsizeoftempdbto3GB

    D.CreateaRAID-0set,andmovetempdbandtheuserdatabasewiththelargestindextothisdriveset.

    E.Disableautomaticfilegrowthontempdb.


    参考答案:A, C

  • 第16题:

    将Catalyst 6500交换机的设备管理地址设置为204.106.1.10/24的正确语句是

    A.set interface Vlan1 204.106.1.10 0.0.0.255 204.106.1.255

    B.set interface Vlan1 204.106.1.10 255.255.255.0 204.106.1.255

    C.set interface sc0 204.106.1.10 0.0.0.255 204.106.1.255

    D.set interface sc0 204.106.1.10 255.255.255.0 204.106.1.255


    正确答案:D
    P139

  • 第17题:

    对以下set集合进行操作"Set(2,0,1)+1+1-1"之后,最终的结果是()

    • A、Set(2,0,1,1)
    • B、Set(2,0,1)
    • C、Set(2,0)
    • D、已上均不正确

    正确答案:C

  • 第18题:

    设置严格的日期格式的命令是()

    • A、set date ansi
    • B、set strictdate to 0
    • C、set century on
    • D、set strictdate to 1

    正确答案:D

  • 第19题:

    Your network contains an Active Directory domain. The domain is configured as shown in the  following table:   Active Directory site  Domain controllers  Main  DC1 and DC2  Branch1  DC3  Branch2  None     Users in Branch2 sometimes authenticate to a domain controller in Branch1.   You need to ensure that users in Branch2 only authenticate to the domain controllers in Main.     What should you do()

    • A、On DC3, set the AutoSiteCoverage value to 0.
    • B、On DC3, set the AutoSiteCoverage value to 1.
    • C、On DC1 and DC2, set the AutoSiteCoverage value to 0.
    • D、On DC1 and DC2, set the AutoSiteCoverage value to 1.

    正确答案:A

  • 第20题:

    Which command would you use to enable chassis cluster on an SRX device, setting the cluster ID to 1 and node to 0?()

    • A、user@host# set chassis cluster cluster-id 1 node 0 reboot
    • B、user@host> set chassis cluster id 1 node 0 reboot
    • C、user@host> set chassis cluster cluster-id 1 node 0 reboot
    • D、user@host# set chassis cluster id 1 node 0 reboot

    正确答案:C

  • 第21题:

    You have an Exchange Server 2010 organization.The organization contains two Mailbox servers named Server1 and Server2.Both servers are members of a database availability group (DAG).A mailbox database named DB1 has a copy on Server1 and Server2.You need to ensure that Server2 waits three days before applying transaction log files from Server1 to DB1.What should you run?()

    • A、Set-MailboxDatabaseCopy -Identity DB1/Server1 -ReplayLagTime 3.0:0:0
    • B、Set-MailboxDatabaseCopy -Identity DB1/Server1 -TruncationLagTime 3.0:0:0
    • C、Set-MailboxDatabaseCopy -Identity DB1/Server2 -ReplayLagTime 3.0:0:0
    • D、Set-MailboxDatabaseCopy -Identity DB1/Server2 -TruncationLagTime 3.0:0:0

    正确答案:C

  • 第22题:

    问答题
    阅读下面的程序:   .mmregs  DAT0 .SET 60H  DAT1 .SET 61H  DAT2 .SET 62H  DAT3 .SET 63H  add3  .macro   P1,P2,P3,ADDRP         LD      P1,A          ADD    P2,A          ADD    P3,A  STL     A,ADDRP          .endm  ST #0034h,DAT0  ST #0243h,DAT1    ST #1230h,DAT2    ADD3 DAT0,DAT1,DAT2,DAT3 语句“ADD3 DAT0,DAT1,DAT2,DAT3”是一条什么类型的语句?作用是什么?

    正确答案: 宏调用。执行三个数相加。
    解析: 暂无解析

  • 第23题:

    单选题
    Your network contains an Active Directory domain. The domain is configured as shown in the  following table:   Active Directory site  Domain controllers  Main  DC1 and DC2  Branch1  DC3  Branch2  None     Users in Branch2 sometimes authenticate to a domain controller in Branch1.   You need to ensure that users in Branch2 only authenticate to the domain controllers in Main.     What should you do()
    A

    On DC3, set the AutoSiteCoverage value to 0.

    B

    On DC3, set the AutoSiteCoverage value to 1.

    C

    On DC1 and DC2, set the AutoSiteCoverage value to 0.

    D

    On DC1 and DC2, set the AutoSiteCoverage value to 1.


    正确答案: D
    解析: 暂无解析