The teacher discussed with Jim, _____problems was poor study habits.A. one of whichB. one of whoseC. whoseD. who's

题目
The teacher discussed with Jim, _____problems was poor study habits.

A. one of which

B. one of whose

C. whose

D. who's


相似考题
更多“The teacher discussed with Jim, _____problems was poor study habits. ”相关问题
  • 第1题:

    He talked over his ideas with his boss.

    A:commented
    B:mentioned
    C:argued
    D:discussed

    答案:D
    解析:
    他和老板讨论了他的想法。comment“评论”,如:How did the media comment on the incident?媒体怎么评论这一事件的?mention“提到”,如:Did he mention my name? 他提到我的名字了么?argue“争论”;discuss“讨论”。

  • 第2题:

    They have been living under the most appalling conditions for two years.

    A:dreadful
    B:bad
    C:unpleasant
    D:poor

    答案:A
    解析:
    本句意思:他们已经在恶劣不堪的条件下生活两年了。appalling意为“极为恶劣的”,一与 dreadful (糟透了的)意思相近。bad坏的;unpleasant使人不愉快的;poor穷的。

  • 第3题:

    请看一下代码,《插入代码》处应填入的代码是()Map map=new HashMap(); map.put(“tom”,123.6); map.put(“jim”,234.5); map.put(“terry”,45.3); 《插入代码》 其中《插入代码》处要实现的功能是把key为“jim”的value值在原有数字的基础上添加100。

    A.map.put(“jim”,map.get(“jim”)+100);

    B.map.set(“jim”,map.get(“jim”)+100);

    C.map.put(“jim”,234.5);

    D.map.set(“jim”,234.5);


    map.put(“jim”,map.get(“jim”)+100);

  • 第4题:

    _______ at the man in charge of the information office.?"We must keep a secret of the things _______ here", the general said,

    A.discussed, stared seriously
    B.being discussed, seriously staring
    C.to be discussed, seriously stareD.
    D.discussed, stareD.

    答案:B
    解析:
    考查非谓语动词。“长官说:‘我们必须对正在被讨论的事情保密’,严肃地盯着信息部的负责人。”things和discuss之间是动宾关系,排除A、D;the general和stare是主谓关系,应该用主动形式。

  • 第5题:

    I thought that this would be a funny trick()Jim.

    Ato play on

    Bto have played

    Cplaying on

    Dto being played on


    A

  • 第6题:

    通过 SQL,在表 Actor 中选择 FirstName 等于 Jim 而 LastName 等于 Carter 的所有记录的表述正确的是()。

    A.SELECT * FROM Actor WHERE FirstName LIKE 'Jim' AND LastName LIKE 'Carter'

    B.SELECT FirstName='Jim', LastName='Carter' FROM Actor

    C.SELECT * FROM Actor WHERE FirstName='Jim' AND LastName='Carter'

    D.SELECT * FROM Actor WHERE FirstName='Jim' OR LastName='Carter'


    SELECT * FROM Actor WHERE FirstName='Jim' AND LastName='Carter'