更多“单选题______A matchB compareC rivalD equal”相关问题
  • 第1题:

    Nothing can _____________ the friendship we have shared all these years.

    A.be equal to

    B.be as equal as

    C.equal to

    D.equal


    正确答案:D

  • 第2题:

    下述语句中,在字符串s1和s2相等时显示"they are Equal"的是( )。

    A.if(*s1=*s2) puts("they are Equal");

    B.if(!strcmp(s1,s2)) puts("they are Equal");

    C.if(s1==s2) puts("they are Equal");

    D.if(strcmp(s1,s2)) puts("they are Equal");


    正确答案:B

  • 第3题:

    前缀列表{ip ip-prefix}的命令格式为 ip ip-prefix ip-prefix-name[index index-number]{permit|deny}ipv4-address mask-length[greater-equal greater-equal-value][less-equal less-equal-value],如果仅指定了greater-equal未指定less-equal,则前缀范围为()

    A.[0,greater-equal-value]

    B.[mask-length.greater-equal-value]

    C.[greater-equal-value,32]

    D.无限制


    参考答案:C

  • 第4题:

    An isotherm is ______.

    A.a line on a weather map connecting equal points of both temperature and pressure

    B.an instrument that measures the climatological effects of temperature

    C.a line connecting points of equal barometric pressure on a weather map

    D.a line connecting points of equal temperature on a weather map


    正确答案:D
    等温线是在天气图上相等温度的点的连线。

  • 第5题:

    As an industry,biotechnology stands to( )electronics in dollar volume and perhaps surpass it in social impact by 2020.

    A.contend
    B.contest
    C.rival
    D.strive

    答案:C
    解析:
    rival“与……竞争;与……匹敌,比得上”,如:No one can rival him in eloquence.没人能在口才上与他匹敌。A.contend“搏斗,争夺,竞争”,用做不及物动词;B.contest“争夺(地盘、阵地、席位等)”;D.strive“努力,奋斗”。从句义分析,只有[C]项rival正确,即to rival electronics in dollar volume在美元份额上与电子技术相匹敌。

  • 第6题:

    一个路由策略route-policy由一组()子句组成。

    • A、if-match
    • B、apply
    • C、acl
    • D、ip-prefix

    正确答案:A,B

  • 第7题:

    public class IfTest (  public static void main(string[]args) {  int x = 3;  int y = 1;  if (x = y)  system.out.printIn(“Not equal”);  else  system.out.printIn(“Equal”);  }  )   What is the result?()      

    • A、 The output is “Equal”
    • B、 The output in “Not Equal”
    • C、 An error at line 5 causes compilation to fall.
    • D、 The program executes but does not print a message.

    正确答案:C

  • 第8题:

    单选题
    public class IfTest (   public static void main(stringargs) {   int x = 3;  int y = 1;   if (x = y)   system.out.printIn(“Not equal”);   else   system.out.printIn(“Equal”);   }   )   What is the result?()
    A

     The output is “Equal”

    B

     The output in “Not Equal”

    C

     An error at line 5 causes compilation to fall.

    D

     The program executes but does not print a message.


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

  • 第9题:

    单选题
    ______ , a man who expresses himself effectively is sure to succeed more rapidly than a man whose command of language is poor.
    A

    Other things being equal  

    B

    Were other things equal

    C

    To be equal to other things

    D

    Other things to be equal


    正确答案: A
    解析:
    在其他条件都相同的情况下,能有效表达自己的人一定能比语言表达能力差的人更快地取得成功。other things being equal在其他条件都相同的情况下。

  • 第10题:

    单选题
    In today’s practice, with cylinders of equal diameter of bore and equal revolutions, the two-cycle engine delivers a power about 80 percent () than that of the four-stroke one.
    A

    greater

    B

    better

    C

    smaller

    D

    less


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

  • 第11题:

    单选题
    前缀列表{ip ip-prefix}的命令格式为 ip ip-prefix ip-prefix-name[index index-number]{permit|deny}ipv4-address mask-length[greater-equal greater-equal-value][less-equal less-equal-value],如果仅指定了greater-equal未指定less-equal,则前缀范围为()
    A

    [0,greater-equal-value]

    B

    [mask-length.greater-equal-value]

    C

    [greater-equal-value,32]

    D

    无限制


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

  • 第12题:

    单选题
    In order for a star to be used for a sight at lower transit,the star must().
    A

    be circumpolar

    B

    have a declination equal to or greater than your latitude

    C

    have a GHA of 180°

    D

    have the SHA equal to or less than the LHA


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

  • 第13题:

    ________ with flying, taking the train is safer.

    A、Compared

    B、To compare

    C、Comparing

    D、Compare


    参考答案:A

  • 第14题:

    假设有String a = "A"; char b ='A'; int c=65,下面选项中正确的是( )。

    A.if(a == b) {System. out. print("Equal") }

    B.if(c == b) {System. out. print("Equal") }

    C.if(a == c) {System. out. print ("Equal") }

    D.if(c = b) {System. out. print("Equal") }


    正确答案:B
    解析:由于Java是强类型语言,String不能和char、int类型变量直接进行对比。但如果 char和int两类型在同一个表达式中运算,系统是可以进行自动类型转换的,因此这两个类型的变量可以比较。注意D选项的“=”是赋值运算符而不是相等比较运算符。

  • 第15题:

    下述语句中,在字符串s1和s2相等时显示”they are Equal”的是( )。

    A)if(*s1==*s2)

    puts("they are Equal");

    B)if(!strcmp(s1,s2))

    puts("they are Equal");

    C)if(s1=s2)puts(”they are Equal”);

    D)if(strcmp(s1,s2))

    puts(”they are Equal”);


    正确答案:B

  • 第16题:

    ( )with the size of the whole earth,the highest mountain does not high at all.

    A.When compared
    B.Compare
    C.While comparing
    D.Comparing

    答案:A
    解析:
    该题考查非谓语动词。其中句子主语为the highest mountain,它与the size of the whole earth之间的比较应该是被动关系,所以答案为A。该句可转换为When the highest mountain is compared with the size of the whole earth,it does not seem high at all。

  • 第17题:

    在多条件的判断语句中,获得条件的属性是()。

    • A、match
    • B、test
    • C、template
    • D、value

    正确答案:B

  • 第18题:

    以下哪些是强制缓存?()

    • A、If-Match
    • B、If-None-Match
    • C、Expires
    • D、Cache-Control

    正确答案:C,D

  • 第19题:

    public class IfTest (   public static void main(stringargs) {   int x = 3;  int y = 1;   if (x = y)   system.out.printIn(“Not equal”);   else   system.out.printIn(“Equal”);   }   )   What is the result?()

    • A、 The output is “Equal”
    • B、 The output in “Not Equal”
    • C、 An error at line 5 causes compilation to fall.
    • D、 The program executes but does not print a message.

    正确答案:C

  • 第20题:

    单选题
    The apparent wind can be zero when the true wind is from().
    A

    ahead and equal to the ship's speed

    B

    astern and equal to the ship's speed

    C

    ahead and equal to twice the ship's speed

    D

    astern and equal to twice the ship's speed


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

  • 第21题:

    单选题
    A turbocharged diesel engine will have an intake manifold pressure()
    A

    constantly decreasing as engine load increase

    B

    constantly increasing as the amount of supercharging increases

    C

    approximately equal to exhaust manifold pressure at all times

    D

    approximately equal to atmospheric pressure at all times


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

  • 第22题:

    单选题
    An isotherm is().
    A

    a line on a weather map connecting equal points of both temperature and pressure

    B

    an instrument that measures the climatological effects of temperature

    C

    a line connecting points of equal barometric pressure on a weather map

    D

    a line connecting points of equal temperature on a weather map


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

  • 第23题:

    单选题
    _____, a man who expresses himself effectively is sure to succeed more rapidly than a man whose command of language is poor.
    A

    Other things being equal

    B

    Were other things equal

    C

    To be equal to other things

    D

    Other things to be equal


    正确答案: A
    解析:
    句意:在其他条件都相同的情况下,能有效表达自己的人一定能比语言表达能力差的人更快地取得成功。other things being equal在其他条件都相同的情况下。

  • 第24题:

    单选题
    In the name of justice, all men should be equal and should have an equal right for everything.
    A

    unification

    B

    tradition

    C

    transmission

    D

    fairness


    正确答案: D
    解析:
    句意:以公平的名义,所有人都应该是平等的,且对任何事享有平等的权利。fairness公正。unification统一。tradition传统。transmission传递。