Jack is not quite as good a student ______ his twin brother Jim A. asB. likeC. withD. to

Jack is not quite as good a student ______ his twin brother Jim

A. as

B. like

C. with

D. to


相关考题:

___________. A. mother B. father C. brother

–Jack, let me introduce you to my former roommate, Denise Black.–(). A、No, I don’t.B、Yes, please.C、Nice to meet you.D、Good!

48 A. much B. still C. hardly D. quite

Tom has three_____. A、brother-in-lawB、brothers-in-lawC、brothers-in-lawsD、brother-in-law’s

Lisa has three ________.A、brother-in-lawB、brothers-in-lawC、brother-in-lawsD、brothers-in-laws

下述代码执行后,可以被垃圾收集器收集的对象是哪一个()Studentstua;stua=newStudent(Mike”);Studentstub;stub=stua;stua=newStudent(Jack”); A.Student(“Mike”)B.stuaC.stubD.以上都不是

设串s="student.",t=“good",则执行StrInsert(s,1,t)后,s为()。 A."good student."B."good student"C."goodstudent"D."good teacher"

( )– Do you know the boy _______ is playing soccer there?– Certainly.He is a friend of my __________.A.who;brother’sB.who;brotherC.whom;brother’sD.whose;brother

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