niusouti.com

The manager promised to have my complaint _.A.looked throughB.looked intoC.looked forD.looked after

题目
The manager promised to have my complaint _.

A.looked through

B.looked into

C.looked for

D.looked after


相似考题
更多“The manager promised to have my complaint _. ”相关问题
  • 第1题:

    ___________

    A. offer B. sacrifice C. promise D. difference


    正确答案:D

  • 第2题:

    I think she made a blunder by announcing it ahead of time.

    A: decision
    B: mistake
    C:promise
    D: plan

    答案:B
    解析:
    句意:我认为在提前宣布这件事上面,她犯了一个错误。画线单词blunder意为“错误”。A项decision意为“决定”;B项mistake意为“错误”,与画线单词同义;C项prom-ise意为“承诺”;D项plan意为“计划”。故本题选B。

  • 第3题:

    They attempted to finish the task before July.

    A: tried
    B: aimed
    C: agreed
    D:promised

    答案:A
    解析:
    句意:他们力图在七月以前完成这项任务。句中attempt to do意为“力图,试图,尽力做,, ;try to do意为“试图,努力做”;aim to do意为“计划,打算,以,……为目标”; agree to do意为“同意做” ;promise to do意为“答应做”。只有try意思上和attempt最接近。

  • 第4题:

    Her sister urged her to apply for the job.

    A:advised
    B:caused
    C:forced
    D:promised

    答案:A
    解析:

  • 第5题:

    After working with him for quite a while,she consented to be his wife.

    A:agreed
    B:made
    C:allowed
    D:promised

    答案:A
    解析:
    本句意思:“与他共事相当长一段时间后,她答应做他的妻子。” agree:同意,例如:I don't agree with what they're doing.我不赞同他们正在做的事情。make:制造,例如: Can I make a suggestion?我可以提个建议吗?allow:允许,许可,例如:These glasses allow you to see the film in three-D.这副眼镜让你能看立体电影。promise:许诺,例如:If you make a promise you should fulfill it.如果你许诺了,你就要履行你的诺言。斌

  • 第6题:

    已知基类Employee只有一个构造函数,其定义如下: Employee::Employee(int n):id(n){ } Manager是Employee的派生类,则下列对Manager的构造函数的定义中,正确的是?

    A.Manager::Manager(int n):id(n){}

    B.Manager::Manager(int n){id=n;}

    C.Manager::Manager(int n):Employee(n){}

    D.Manager::Manager(int n){Employee(n);}


    Manger::manger(int n):Employee(n){}