It is advisable to place important telephone number next to the phone in case of an_________.A. situationB. occasionC. emergencyD. condition

题目
It is advisable to place important telephone number next to the phone in case of an_________.

A. situation

B. occasion

C. emergency

D. condition


相似考题
更多“It is advisable to place important telephone number next to the phone in case of an_________. ”相关问题
  • 第1题:

    Morphemes that represent "tense", "number", "gender", "case" and so forth are called__________ morphemes.

    A.inflectional
    B.free
    C.bound
    D.derivational

    答案:A
    解析:
    考查屈折词素含义。屈折词素(Inflectional morpheme)与其他语素结合后,会改变其时态、单复数等等,如动词遇到第三人称单数时须加上后缀一S,这样的语素只会改变文法,并不改变语意。

  • 第2题:

    下面关于CSS样式优先级,正确的是

    A.!important > id > class > tag

    B.id> !important > class > tag

    C.!important > tag > class > id

    D.tag> id > class > !important


    important > id > class > tag

  • 第3题:

    定义状态机当前状态为state ,次态为next _state; 输入a,输出b, 则下列为Mealy状态机的写法是:

    A.always@(posedge clk) case (state ) 0:next_state<=1; 1:next_state<=x;#B.always@(posedge clk) case (state ) 0: if(a==0)next_state<=1; else next_state<=x; 1:next_state<=x;#C.always@(posedge clk) case (state ) 0: if(state==0)next_state<=1; else next_state<=x; 1:next_state<=x;#D.以上都正确
    MACP

  • 第4题:

    Food seems to have been ( ) in the local markets, even if the quality left much to be desired.

    A.available
    B.avoidable
    C.adorable
    D.advisable

    答案:A
    解析:
    本题考查形近词辨析。题目意为“食物在当地市场似乎已经可以买到, 虽然质量还远不尽如人意。”A项意为“可获得的、可买到的”。B项意为“可避免的”。C项意为“可敬重的、讨人喜欢的”。D项意为“明智的、可取的”。
      

  • 第5题:

    定义状态机当前状态为state ,次态为next _state; 输入a,输出b, 则下列为Mealy状态机的写法是:

    A.always@(posedge clk) case (state ) 0:next_state<=1; 1:next_state<=x;#B.always@(posedge clk) case (state ) 0: if(a==0)next_state<=1; else next_state<=x; 1:next_state<=x;#C.always@(posedge clk) case (state ) 0: if(state==0)next_state<=1; else next_state<=x; 1:next_state<=x;#D.以上都不对
    MACP

  • 第6题:

    CSS优先级说法正确的是?

    A.!important > id > class > tag

    B.!important < id < class < tag

    C.!important>class>id>tag

    D.!important>tag>id>class


    important > id > class > tag