网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
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. A. one of whichB. one of whoseC. whoseD. who's ” 相关考题
考题 Natalie breaks up with her boyfriend because he thinks that she is () A、atB、leanC、cruelD、poor

考题 [A] scarce [B] little [C] rare [D] poor

考题 _______ people need more and more time and caring from their children when they are getting older and older. A. YoungB. richC. elderlyD. poor

考题 He was kept in appalling conditions in prison.A:dreadful B:bad C:unpleasant D:poor

考题 He talked over his ideas with his boss.A:commented B:mentioned C:argued D:discussed

考题 _______ 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.

考题 They have been living under the most appalling conditions for two years.A:dreadful B:bad C:unpleasant D:poor

考题 I thought that this would be a funny trick()Jim.Ato play onBto have playedCplaying onDto being played on

考题 请看一下代码,《插入代码》处应填入的代码是()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);

考题 通过 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 ActorC.SELECT * FROM Actor WHERE FirstName='Jim' AND LastName='Carter'D.SELECT * FROM Actor WHERE FirstName='Jim' OR LastName='Carter'