更多“I persuaded him into( )that plan. ”相关问题
  • 第1题:

    If he had asked me, I ( ) him.

    A.should have helped

    B.would help

    C.would have helped

    D.helped


    正确答案:C

  • 第2题:

    下面程序执行后的结果是()。includeusing namespace std;void func1(int i);void func

    下面程序执行后的结果是( )。 #include<iostream> using namespace std; void func1(int i); void func2(int i); char st[]="hello, friend!"; void func1(int i) { cout<<st[i]; if(i<3){i+=2;func2(i);} } void func2(int i) { cout<<st[i]; if(i<3){i+=2;func1(i);} } void main() { int i=0;func1(i);cout<<endl;}

    A.ello

    B.hel

    C.hlo

    D.him


    正确答案:C
    解析:主函数中调用func1()函数,实参赋值为0,在该函数中先输出st[0],即“h,,;然后func1()函数又调用func2()函数,实参赋值为2,func2()函数运行时先输出st[2],即“1”;然后又调用func1()函数,实参赋值为4,func1()函数运行时先输出st[4],即“o”。

  • 第3题:

    Questions 44-46 refer to the following letter.
    Dear Arcish Furniture,
    I recently purchased a leather sofa from your outlet. The sales representative, Maureen, ______ me to purchase the 10-year warranty. I was told that if my furniture was accidentally damaged, even by a pet, the store would repair it at no cost to me.

    A. persuasion

    B. persuasive

    C. persuading

    D. persuaded

    答案:D
    解析:

  • 第4题:

    If I had come here yesterday, I _______him.

    A. would have seen

    B. would see

    C. have seen

    D. saw


    正确答案:A

  • 第5题:

    He will agree to do what you require __________ him.

    A) of              B) from             C) to               D) for

     


    选a、of
    整句意思:他将会同意做你所要求他做的事。
    require of (对……的要求),是固定搭配。
    如:
    You have done what the law requires of you. 你已经照法律所规定的一切做了。

  • 第6题:

    Teachers' assigned suitable jobs to the students.

    A:ordered
    B:allocated
    C:gave
    D:persuaded

    答案:B
    解析:
    本句意思是:老师们给学生分派了合适的任务。assign意为“分配、指派”,例如:You might assign each order a unique order number.你要为每个订单分配一个唯一的订单号。order作动词时是及物动词,意为“命令,订购”。allocate意为“分配,分派”,例如:You must allocate the money carefully.你必须谨慎分配钱。give意为“给予”。persuade意为“劝说,使相信”,例如:How can I persuade you of my sincerity?我如何能够让你相信我的诚意? 只有选项B同句中画线单词含义接近。