I feel that the play is ________ to give offence to many people.A probableB liableC reliableD attributable

题目

I feel that the play is ________ to give offence to many people.

A probable

B liable

C reliable

D attributable


相似考题
更多“I feel that the play is ________ to give offence to many people.A probableB liableC re ”相关问题
  • 第1题:

    I() ping-pang quite well, but I haven t had time to play since the new year.

    A、will play

    B、have palyed

    C、played

    D、play


    参考答案:D

  • 第2题:

    It was obvious that she was not going home.

    A:probable
    B:necessary
    C:evident
    D:possible

    答案:C
    解析:
    obvious“明显的”, evident“明显的”。probable和possible都表示可能性。 necessary“必需的”。

  • 第3题:

    Smoking is not permitted in the office.

    A:probable
    B:possible
    C:admitted
    D:allowed

    答案:D
    解析:
    本句意思:不准在办公室里吸烟。permit意为“许可,准许”,与allow(允许)意思相近。 probable可能的;possible可能的;admit承认,赞同。

  • 第4题:

    Examine the following options, Multicasting supports applications that communicate.()

    A. many - to - one

    B. one - to - one

    C. one - to - many

    D. many - to - many


    参考答案:C

  • 第5题:

    阅读下列说明、C++代码和运行结果,填补代码中的空缺,将解答填入答题纸的对应栏内。
    [说明]
    对部分乐器进行建模,其类图如下图所示,包括:乐器(Instrument)、管乐器(Wind)、打击乐器(Percussion)、弦乐器(Stringed)、木管乐器(Woodwind)、铜管乐器(Brass)。

    类图
    下面是实现上述设计的C++代码,其中音乐类(Music)使用各类乐器(Instrument)进行演奏和调音等操作。

    using namespace std; enum Note(/*枚举各种音调*/ MIDDLE_C,C_SHARP,B_FLAT }; classInstrument{/*抽象基类,乐器*/ public: ______; //play函数接口 virtual voidadjust()=0; //adjust函数接口 }; class Wind ______{ public: void play(Note n) { cout<<"Wind.play() "<<n<<endl; } void adjust(){cout<<"Wind.adjust()"<<endl; } ); /*类Percussion和Stringed实现代码略*/ class Brass ______{ public: void play(Note n) {cout<<"Brass.play() "<<n<<endl; } void adjUSt(){cout<<"Brass.adjust()"<<endl;) }; classWoodwind:public Wind{ public: void play(Note n) { cout<<"Woodwind.play()"<<n<<endl; } }; class MusiC { public: voidtune(Instrument*i) { i->play(MIDDLE_C.; } voidadjust(Instrument*i){ i->adjust(); } void tuneAll(______ e[],int numIns){ /*为每个乐器定调*/ for(int i=0; i<numIns; i++){ this->tune(e[i]); this->adjust(e[i]); } } }; /*使用模板定义一个函数size,该函数将返回数组array的元素个数,实现代码略*/ int main(){ Music*music=______ Music(); Instrument*orchestra[]={new Wind(),new Woodwind() }; music->tuneAll(orchestra,size(orchestra));/*size返回数组orchestra的元素个数*/ for(int i=0;i<size(orchestra);i++) deleteorchestra[i]; delete music; }

    本程序运行后的输出结果为:

    Wind.play()0 Wind.adjust() Woodwind.play()0 Wind.adjust()


    答案:
    解析:
    virtual void play(Noten)=0
    :public Instrument
    :public Wind
    Instrument*
    new

  • 第6题:

    She gripped her husband's arm lest she fall down.

    A:let
    B:liable
    C:ensure
    D:in case

    答案:D
    解析:
    本句意思:“她紧紧地抓住丈夫的胳膊唯恐摔倒。”lest:唯恐,以免。in case:以防,免得。例如:Take an umbrella with you in case it rains.给你自己带把伞以防下雨。 let:让。例如:Let's leave now or we'll be late.我们现在就走吧,否则我们就迟到To liable: 易……。例如:People are all liable to be irritated when they are depressed.人们沮丧时往往易怒。 ensure:确保。例如:Our job is to ensure the safety of the attendants.我们的任务是确保来宾的安全。