参考答案和解析
正确答案: A
解析:
细节题。题目问的是乘坐轮船去澳洲需要多长时间。由对话中的“It takes 2weeks to go by sea.”可知,要是乘坐轮船去澳洲的话得需要两周的时间,答案为D。
更多“单选题_____A Thirty days.B Three weeks.C Twenty days.D Two weeks.”相关问题
  • 第1题:

    —How long will your trip take? —_______

    A.It’will start tomorrow.

    B.It has two days.

    C.It took two weeks.

    D.It will take about two weeks.


    参考答案:D

  • 第2题:

    what kind of questions could be used to probe students’ existing knowledge ? ()

    A. A handful of short-answer questions

    B. Ten to twenty multiple-choice questions

    C. All of the above

    D. Two or three open-ended questions


    正确答案是:C

  • 第3题:

    以下对枚举类型名的定义中正确的是______。

    A.enum a={one,two,three};

    B.enum a{on=9,two=-1,three};

    C.enum a={"one","two","three"};

    D.enum a{"one","two","three"};


    正确答案:B
    解析:声明枚举类型用enum开头。例如:enumweekday(sun,mon,tue,wed,thu,fri,sat);说明;1、在C编译中,对枚单元素按常量处理,同时可以改变他们的值。2、枚举值可以用来做判断比较。3、一个整数不能直接赋给一个牧举变量。

  • 第4题:

    - Are you going on holiday for a long time? - _________

    A、It was a long time.

    B、Two weeks ago.

    C、No. Only a couple of days.

    D、Not long time ago.


    正确答案:C

  • 第5题:

    以理对枚举类型名的定义中正确的是______。

    A.enum a={one, two, three);

    B.enum a {one=9, two=1three};

    C.enum a={"one", "two", "three"};

    D.enum a {"one", "two". "three"};


    正确答案:B
    解析:声明枚举类型用enum开头。例如:enumweekday(sun,mon,tue,wed,thu,fri,sat);说明:1、在C编译中,对枚举元素按常量处理,同时可以改变他们的值。2、枚举值可以用来做判断比较。3、一个整数不能直接赋给一个枚举变量。

  • 第6题:

    AparticularUCSsystemhas8fiberchanneluplinksconfigured.HowmanyVSANsaresupportsbythisconfiguration?()

    A.four

    B.eight

    C.sixteen

    D.thirty-two


    参考答案:B

  • 第7题:

    STS是英语()的缩写

    • A、SILENCE THIRTY SECONDS
    • B、SAVE THE SUN
    • C、SILENCE TWENTY SECONDS
    • D、SWIM TO SLIDE

    正确答案:A

  • 第8题:

    述关于枚举类型名的定义中,正确的是()

    • A、enuma={one,two,three};
    • B、enuma{one=9,two=-1,three};
    • C、enuma={"one","two","three"};
    • D、enuma{"one","two","three"}

    正确答案:B

  • 第9题:

    A banking customer has the following requirements for an IBM BladeCenter solution with high speed fibre channel: (1)four 4-socket Microsoft SQL servers with two hot swap SAS drives  (2)two physical Microsoft Active Directory Servers  (3)twenty-two physical Citrix servers  (4)three physical Web servers (5)one physical vCenter server   (6)eight vSphere hosts  Which configuration minimally satisfies these requirements?()

    • A、Three IBMBladeCenter S chassis, three Brocade Fibre modules, six Ethernet modules
    • B、Three IBMBladeCenter E chassis, three Brocade Fibre modules, six Ethernet modules
    • C、Four IBMBladeCenter H chassis, four QLogic Fibre Channel modules, eight Ethernet modules
    • D、Three IBMBladeCenter H chassis, three QLogic Fibre Channel modules, six Ethernet modules

    正确答案:D

  • 第10题:

    单选题
    The pSeries technical specialist has a number of tasks to perform and does not have time to do them all.  It is a week before the end of quarter and the account executives all state that their individual requests are the highest priority.  How should the following task list be prioritized? () 1. Return a call from customer seeking compatibility information.  2. Configure three p690 servers to be ordered in two weeks.  3. Prepare a POWER5 presentation to give to a customer in two weeks.  4. Configure three p690 servers to be ordered this quarter.
    A

    4,2,1,3

    B

    4,3,1,2

    C

    2,4,3,1

    D

    2,3,4,1


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

  • 第11题:

    单选题
    How might the organization of the passage be described?
    A

    Paragraph one introduces the topic; paragraphs two and three present examples in support.

    B

    Paragraph one introduces the topic; paragraphs two and three present reasons in support.

    C

    Paragraphs one and two present an argument; paragraph three summarizes the argument.

    D

    Paragraphs one and two introduce the topic; paragraph three offers alternatives.

    E

    Paragraph one introduces a cause; paragraphs two and three provide effects in order.


    正确答案: A
    解析:
    文段的第一段介绍了主要内容—the Propaganda Movement,第二段和第三段举例进行说明,第二段使用一个组织和报纸的例子,第三段介绍了运动的主要领导,故选A。

  • 第12题:

    单选题
    A:How much()they? B:Two yuan twenty fen.
    A

    is

    B

    are

    C

    was

    D

    were


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

  • 第13题:

    There are ( )and ( )in the room.

    A、three radios/ two pianoes

    B、hundreds of photos/ thousands of tomatos

    C、two radios/ many photos

    D、two photos/ three radioes


    参考答案:C

  • 第14题:

    Judging from the long distance, they _____ (that) the journey will take at least two weeks.

    A. imitate

    B. entertain

    C. estimate

    D. escape


    参考答案:C

  • 第15题:

    In our school,library books ()in two weeks.

    A.return

    B.must return

    C.will return

    D.must be returned


    答案:D

    解析:本题考查了含有情态动词must的被动语态的用法,即由“情态动词+be+过去分词”构成。故选D。句意:在我们学校,图书馆的书必须在两周内归还。

  • 第16题:

    以下对枚举类型名的定义中正确的是______。

    A.enum a={one,two,three};

    B.enum a{one=9,two=-1,three};

    C.enum a={"one","two","three"};

    D.enum a{"one","two","three"};


    正确答案:B
    解析:声明枚举类型用enum开头。例如:enum weekday(sun,mon,tue,wed,thu,fri,sat); 说明:1、在C编译中,对枚举元素按常量处理,同时可以改变他们的值。2、枚举值可以用来做判断比较。3、一个整数不能直接赋给一个枚举变量。

  • 第17题:

    如何把阿拉伯小写数字(包括小数)1234123.23 转化成英文:one million, two hundred and

    thirty-four thousand, one hundred and twenty-three point two three


    正确答案:
     

  • 第18题:

    AparticularUCSsystemhas8fiberchanneluplinksc0nfiguredHowmanyVSANsareSupportedbythisconfiguration?()

    A.four

    B.eight

    C.sixteen

    D.thirty-two


    参考答案:B

  • 第19题:

    英语中号码“5913129”的表示方法是“()”。

    • A、five nine one three one two nine
    • B、five nine one third first second ninth
    • C、five nine one thirty-first twenty-ninth
    • D、five nine one thirty-first and twenty-ninth

    正确答案:A

  • 第20题:

    The pSeries technical specialist has a number of tasks to perform and does not have time to do them all.  It is a week before the end of quarter and the account executives all state that their individual requests are the highest priority.  How should the following task list be prioritized? () 1. Return a call from customer seeking compatibility information.  2. Configure three p690 servers to be ordered in two weeks.  3. Prepare a POWER5 presentation to give to a customer in two weeks.  4. Configure three p690 servers to be ordered this quarter.

    • A、4,2,1,3
    • B、4,3,1,2
    • C、2,4,3,1
    • D、2,3,4,1

    正确答案:A

  • 第21题:

    单选题
    以下对枚举类型名的定义中正确的是()。
    A

    enuma={one,two,three};

    B

    enuma{one=9,two=-1,three};

    C

    enuma={one,two,three};

    D

    enuma{one,two,three};


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

  • 第22题:

    单选题
    You have issued the following command:    RMAN>CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 100 DAYS;   What will be the result of using the above command?()
    A

     The backup metadata will be maintained in the control file for 100 days.

    B

     The backup metadata will be maintained in the recovery catalog for 100 days.

    C

     The backup metadata will be maintained in the flash recovery area for 100 days.

    D

     After 100 days, the backup sets and image copies will be deleted from the media.


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

  • 第23题:

    单选题
    A banking customer has the following requirements for an IBM BladeCenter solution with high speed fibre channel: (1)four 4-socket Microsoft SQL servers with two hot swap SAS drives  (2)two physical Microsoft Active Directory Servers  (3)twenty-two physical Citrix servers  (4)three physical Web servers (5)one physical vCenter server   (6)eight vSphere hosts  Which configuration minimally satisfies these requirements?()
    A

    Three IBMBladeCenter S chassis, three Brocade Fibre modules, six Ethernet modules

    B

    Three IBMBladeCenter E chassis, three Brocade Fibre modules, six Ethernet modules

    C

    Four IBMBladeCenter H chassis, four QLogic Fibre Channel modules, eight Ethernet modules

    D

    Three IBMBladeCenter H chassis, three QLogic Fibre Channel modules, six Ethernet modules


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

  • 第24题:

    单选题
    What’s the best way to increase workers’ effects?
    A

    Talking with friends.

    B

    Doing relaxing exercises.

    C

    Laughing, smiling and crying.

    D

    Having a rest for twenty or thirty minutes.


    正确答案: A
    解析:
    细节理解题。根据第三段第三、四句“And they say the best thing to do is to take a nap. About twenty minutes of rest is all you need. ”可知,正确答案应选D。