Grace advised us to withdraw ().A.so as to get not involvedB.so as not to get involvedC.so that to get not involvedD.as not to get involved

题目
Grace advised us to withdraw ().

A.so as to get not involved

B.so as not to get involved

C.so that to get not involved

D.as not to get involved


相似考题
参考答案和解析
参考答案:B
更多“Grace advised us to withdraw (). ”相关问题
  • 第1题:

    Lucy is often () by her brother into doing homework for him.

    A、helped

    B、convinced

    C、deceived

    D、advised


    参考答案:C

  • 第2题:

    He inspired many young people to take up the sport.

    A: encouraged
    B: allowed
    C: called
    D: advised

    答案:A
    解析:
    题干意为“他鼓励很多年轻人运动起来。” 句中划线词意为“鼓舞,激励”。A项encouraged意为“鼓励,支持”;例句:Her parents encouraged her in her studies.她的父母鼓励她好好学习。B项意为“允许;”C项意为“叫,通电话”;D项意为“建议”;故选A。

  • 第3题:

    He inspired many young people to take up sports.

    A:encouraged
    B:allowed
    C:called
    D:advised

    答案:A
    解析:
    本句意思:他鼓励很多年轻人参加运动。inspire的意思是“鼓舞,激励”,与encourage 意思相近。allow同意;call呼唤,召集;advise劝告,忠告。

  • 第4题:

    The patient acted on the doctor's( )and finally recovered.

    A. advices

    B. advice

    C. advise

    D. advises


    正确答案:B

  • 第5题:

    After a day's fierce fighting,the enemy finally had to remove their troops from the occupied area.

    A:retreat
    B:return
    C:dismiss
    D:withdraw

    答案:D
    解析:
    一天激烈的战斗后,敌军最终不得不从占领的地区撤军。retreat“撤退”, 不及物动词,例如:The troop made good their retreat from the occupied city.部队从沦陷的城市安全撤出。return“返回”,例如:Our investment accounts return a high rate of interest.我们的投资项目利润回报很高。dismiss“解雇”,例如:The boss threatened to dismiss him from his job, but it's all a bluff.老板威胁说要解雇他,但这不过是恐吓而已。withdraw“撤回”,例如;The troops have been withdrawn from the danger area.部队已经撤出危险地带。

  • 第6题:

    如下所示的UML序列图中,(42)表示返回消息,Account类必须实现的方法有(43)。


    A. start0
    B. checkBalance()和withdraw()
    C. deposit0
    D. checkBalance()、withdraw()和deposit()

    答案:D
    解析:
    在URL序列图中,调用消息用带实心箭头的实线表示,返回消息用带箭头的虚线表示,图中的编号为1、2、3、5的消息均为调用消息,只有编号为3的消息为返回消息。由题目可知,Fund Transaction Manager要调用类Ac-count的checkBalance()、withdraw()和deposit()方法,类Account需要实现这3个方法。