多选题Use the operators ">", which statements are true? ()A0000 0100 0000 0000 0000 0000 0000 0000<<5 gives    1000 0000 0000 0000 0000 0000 0000 0000B0000 0100 0000 0000 0000 0000 0000 0000<<5 gives    1111 1100 0000 0000 0000 0000 0000 0000C1100 0000 0000 

题目
多选题
Use the operators ">", which statements are true? ()
A

0000 0100 0000 0000 0000 0000 0000 0000<<5 gives    1000 0000 0000 0000 0000 0000 0000 0000

B

0000 0100 0000 0000 0000 0000 0000 0000<<5 gives    1111 1100 0000 0000 0000 0000 0000 0000

C

1100 0000 0000 0000 0000 0000 0000 0000>>5 gives    1111 1110 0000 0000 0000 0000 0000 0000

D

1100 0000 0000 0000 0000 0000 0000 0000>>5 gives    0000 0110 0000 0000 0000 0000 0000 0000


相似考题
参考答案和解析
正确答案: C,A
解析: Java的移位操作符一共有三种,分别是”>>”,”>>>”,”<<”,执行的操作分别是有符号右移,无符号右移,左移,有符号右移的意思是说移入的最高位和原最高符号位相同,无符号右移是移入位始终补零,左移时最低位始终补零,最高位被舍弃。移位操作符另一个非常值得注意的特点是其右操作数是取模运算的,意思是说对于一个int型数据而言,对它移位32位的结果是保持不变而非变成零,即:a>>32的结果是a而不是0,同理,对long型数是对右操作数取64的模,a>>64==a;还有一点需要注意的是移位操作符”>>>”只对int型和long型有效,对byte或者short的操作将导致自动类型转换,而且是带符号的。
更多“Use the operators "<<", ">>", which statements are true? () ”相关问题
  • 第1题:

    Which of the following statements about teachers' instructions is NOT true?

    A.Instructions should be simple and clear.
    B.Instructions can be long and complicated for students to follow.
    C.Teachers can use body language to assist students to understand.
    D.Instructions should be kept to a minimum during activities.

    答案:B
    解析:
    考查课堂教学中的教师指令语。教师的课堂指令语应简洁明了,这样学生才会明白;切忌长而复杂.这样不便于学生理解,也会影响教学的效率。教师在课堂上应尽量少用母语,必要时可以使用身体语言辅助学生理解。课堂指令语不应过多,教师应最大限度地发挥学生的主观能动性。故选B。

  • 第2题:

    Which two statements about VACLs on Cisco Nexus 7000 Series Switches are true? ()

    • A、 A single VACL can be shared across two or more VDCs.
    • B、 Use of VACLs requires no special license to be installed.
    • C、 VACLs make use of IP or MAC ACLs.
    • D、 Only options drop and forward are permitted.

    正确答案:B,C

  • 第3题:

    Which two statements are true about overflow pools?()

    • A、Overflow pools do not support PAT
    • B、Overflow pools can not use the egress interface IP address for NAT
    • C、Overflow pools must use PAT
    • D、Overflow pools can contain the egress interface IP address or separate IP addresses

    正确答案:C,D

  • 第4题:

    Which two statements about the use of VLANs to segment a network are true? ()

    • A、VLANs increase the size of collision domains.
    • B、VLANs allow logical grouping of users by function.
    • C、VLANs simplify switch administration.
    • D、VLANs enhance network security.

    正确答案:B,D

  • 第5题:

    Use the operators "<<", ">>", which statements are true? ()   

    • A、 0000 0100 0000 0000 0000 0000 0000 0000<<5 gives    1000 0000 0000 0000 0000 0000 0000 0000
    • B、 0000 0100 0000 0000 0000 0000 0000 0000<<5 gives    1111 1100 0000 0000 0000 0000 0000 0000
    • C、 1100 0000 0000 0000 0000 0000 0000 0000>>5 gives    1111 1110 0000 0000 0000 0000 0000 0000
    • D、 1100 0000 0000 0000 0000 0000 0000 0000>>5 gives    0000 0110 0000 0000 0000 0000 0000 0000

    正确答案:A,C

  • 第6题:

    多选题
    Concerning the figure below, if a =b, which of the following statements must be true? (Indicate all such statements.)
    A

    c=d

    B

    l and k are parallel

    C

    m and l are perpendicular


    正确答案: C,B
    解析:
    根据题目中的已知信息无法推断出各直线的关系,因此B、C均不正确;而由图示可知,c和d分别是a和b的补角,由于a=b,所以c=d,A项正确。

  • 第7题:

    多选题
    You use the segment advisor to help determine objects for which space may be reclaimed. Which three statements are true about the advisor given by the segment advisor?()
    A

    It may advise the use of online table redefinition for tables in dictionary managed tablespace.

    B

    It may advise the use of segment shrink for tables in dictionary managed tablespaces it the no chained rows.

    C

    It may advise the use of online table redefinition for tables in locally managed tablespaces

    D

    It will detect and advise about chained rows.

    E

    It may advise the use of segment shrink for free list managed tables.


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

  • 第8题:

    单选题
    Which of the following statements is true according to the passage?
    A

    Oil energy has been popular with the manufacturing industry.

    B

    Solar energy is too expensive for family use at present.

    C

    Wind energy is much used in plateaus.

    D

    Water energy is widely used in costal regions.


    正确答案: C
    解析:
    录音开头便指出“世界上数以百万的人都想用太阳能来为房屋供暖和使用家电”,接着提到“But the cost of doing so puts it out of the question”,可知对于家庭来说使用太阳能的成本过高因此无法实现。

  • 第9题:

    单选题
    Which of the following statements is TRUE regarding crane operations().
    A

    Radio communications allow the crane operator to disregard the use of hand signals

    B

    The crane operators and signalman must be familiar with the correct hand signals

    C

    The forward cranes can be operated from the bridge

    D

    The aft cranes can be operated from the aft steering station


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

  • 第10题:

    单选题
    Which of the following statements is TRUE, according to the author?
    A

    Everyone has a right to hold his own opinion.

    B

    Free expression of opinions often leads to confusion.

    C

    Most people tend to be careless in forming their opinions.

    D

    Casual use of the word “opinion” often brings about quarrels.


    正确答案: A
    解析:
    细节归纳题。文章第一段第三句提到,就像你有权发表你的意见一样,我也有权发表我的意见。末段指出,是不是每个人都被赋予发表意见的权利?那当然。每个人都有发表个人意见的权利,这是中心内容。故A项“人人都有权拥有自己的意见”符合文章内容。文章首段第三句提到,若不太重视意见时,随意使用他不会引起乱子。可见,B项“自由发表意见常引起混乱”与原文不符。文章开头提到,对“意见”一词的使用分成三类:品位,信念和判断。对第一种的使用有些粗心,后两种不是,所以,C项“在构成意见上,大多数人往往是粗心的”与原文不符。文中仅在讲到品位时说明滥用意见一词会引起无聊的争吵,其他使用意见时没有D项“随便使用‘意见’一词,常引起吵架”意思。综上所述,A项正确。

  • 第11题:

    多选题
    Which statements are true concerning the effect of the >> and >>> operators?()
    A

    For non-negative values of the left operand, the >> and >>> operators will have the same effect.

    B

    The result of (-1 >> 1) is 0.

    C

    The result of (-1 >>> 1) is -1.

    D

    The value returned by >>> will never be negative as long as the value of the right operand is equal     to or greater than 1.

    E

    When using the >> operator, the leftmost bit of the bit representation of the resulting value will    always be the same bit value as the leftmost bit of the bit representation of the left operand.


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

  • 第12题:

    单选题
    According to the passage, which of the following statements is TRUE?
    A

    "Lindow Man" was named after the person who first found him.

    B

    Historians usually use paper evidence, while archaeologists use hard evidence.

    C

    "Lindow Man" was found by two archaeologists in the south of England.

    D

    ”Lindow Man” was good at manual work.


    正确答案: C
    解析:

  • 第13题:

    Which of the following statements are true for routers but not true for Layer 3 Ethernet switches?(Choose all that apply.)()

    • A、May have Ethernet as well as non-Ethernet interfaces
    • B、Traditionally used as a standalone device for inter-VLAN communication
    • C、Makes use of TCAMs
    • D、Uses subinterfaces to define trunks
    • E、Can use both Layer 2 and Layer 3 to make forwarding decisions
    • F、Allows the definition of Switched Virtual Interfaces(SVI)

    正确答案:A,B,D

  • 第14题:

    Which two statements are true about optical networks?()

    • A、SONET and SDH both use time-division multiplexing.
    • B、An optical transport network system uses time-division multiplexing.
    • C、SONET and SDH both use wavelength-division multiplexing.
    • D、An optical transport network system uses wavelength-division multiplexing.

    正确答案:A,D

  • 第15题:

    Which statements are true regarding classless routing protocols?()

    • A、The use of discontiguous subnets is not allowed
    • B、The use of variable length subnet masks is permitted
    • C、RIP v1 is a classless routing protocol
    • D、IGRP supports classless routing within the same autonomous system
    • E、RIP v2 supports classless routing

    正确答案:B,E

  • 第16题:

    Which of the following statements are true when creating NETBIOS names? ()

    • A、 NETBIOS names can only use alphanumeric characters.
    • B、 You can use a ’.’ in a NETBIOS name.
    • C、 You can use an ’_’ (underscore) in a NETBIOS name.
    • D、 NETBIOS names must be UPPERCASE
    • E、 NETBIOS names can be a maximum of 32 characters

    正确答案:B,C

  • 第17题:

    Which two statements are true about pool-based destination NAT?()

    • A、It also supports PAT.
    • B、PAT is not supported.
    • C、It allows the use of an address pool.
    • D、It requires you to configure an address in the junos-global zone.

    正确答案:A,C

  • 第18题:

    多选题
    Which of the following statements are true? (Indicate all such statements.)
    A

    τ(5) =τ(7)

    B

    τ(5) τ(7) =τ(35)

    C

    τ(5) + τ(7) =τ(12)


    正确答案: A,B
    解析:
    5和7均只有两个正除数,因此根据题干信息,A项正确;35有四个正除数,所以B项也是正确的;12有6个正除数,因此C项错误;选择A、B两项。

  • 第19题:

    多选题
    Which of the following statements are true when creating NETBIOS names? ()
    A

    NETBIOS names can only use alphanumeric characters.

    B

    You can use a ’.’ in a NETBIOS name.

    C

    You can use an ’_’ (underscore) in a NETBIOS name.

    D

    NETBIOS names must be UPPERCASE

    E

    NETBIOS names can be a maximum of 32 characters


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

  • 第20题:

    多选题
    Which of the following statements are true for routers but not true for Layer 3 Ethernet switches?(Choose all that apply.)()
    A

    May have Ethernet as well as non-Ethernet interfaces

    B

    Traditionally used as a standalone device for inter-VLAN communication

    C

    Makes use of TCAMs

    D

    Uses subinterfaces to define trunks

    E

    Can use both Layer 2 and Layer 3 to make forwarding decisions

    F

    Allows the definition of Switched Virtual Interfaces(SVI)


    正确答案: A,B
    解析: 暂无解析

  • 第21题:

    多选题
    Which statements are true regarding classless routing protocols?()
    A

    The use of discontiguous subnets is not allowed

    B

    The use of variable length subnet masks is permitted

    C

    RIP v1 is a classless routing protocol

    D

    IGRP supports classless routing within the same autonomous system

    E

    RIP v2 supports classless routing


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

  • 第22题:

    多选题
    Which two statements are true about pool-based destination NAT?()
    A

    It also supports PAT.

    B

    PAT is not supported.

    C

    It allows the use of an address pool.

    D

    It requires you to configure an address in the junos-global zone.


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

  • 第23题:

    多选题
    Which two statements are true about optical networks?()
    A

    SONET and SDH both use time-division multiplexing.

    B

    An optical transport network system uses time-division multiplexing.

    C

    SONET and SDH both use wavelength-division multiplexing.

    D

    An optical transport network system uses wavelength-division multiplexing.


    正确答案: A,B
    解析: 暂无解析