Tom is the only one of the employees who () to be promoted. A、areB、isC、have beenD、has been

Tom is the only one of the employees who () to be promoted.

A、are

B、is

C、have been

D、has been


相关考题:

Ben: Hi, Tom. Want to go and play bowling tonight?Tom: _________When and where shall we meet?A. It's smartB. Sounds goodC. It is possibleD. Looks good

听力原文:W: Who's your new secretary, Tom?M: I'm pleased with the work she's been doing so far.What do we know about Tom's secretary?A.She's not efficient.B.She's often late.C.She's capable.D.She's honest.

Nicholas: Hello. May I speak to Tom?Tom: ______A、Sorry, the number is engaged. Will you hold?B、Hello. Who're you, please?C、Hello. Thank you for calling.D、Yes, speaking.

Dick: Who's that speaking?Tom: This is Tom ___________.A、talkingB、addressingC、speakingD、saying

YouwanttocreateanRMANrecoverycatalogintheRC01databasetohelpyoumanagethedatabasesnamedDB01andDB02.Youneedtocreatearecoverycatalogownerinwhichofyourdatabases?() A.RCO1only.B.DB01only.C.DB02only.D.DB01andDB02only.E.DB01,DB02,andRC01.

YouneedtoimportalldefinitionsofobjectsbelongingtotheTS_EMPLOYEEStablespacebyusingtheexportfileexpdat.dmp.Whichimportstatementiscorrect?() A.imphr/hrTABLES=(ts_employees)rows=yB.impsystem/managerFROMUSER=hrfile=expdat.dmpC.imphr/hrTRANSPORT_TABLESPACE=yfile=expdat.dmpD.impsystem/managerTRANSPORT_TABLESPACE=yTABLESPACE=ts_employees

Wal-Mart has been criticized by some groups for its .( )[A] low service quality[B] employees' low salary[C] high pressure on the other companies[D] discrimination against women

In?project?net work?diagram,the?number?of?critical?path?is()。A.noneB.only?oneC.only?twoD.one?or?more

Which of the following does the author cite in support of the quotation from the United Nations Scientific Committee on the Effects of Atomic Radiation?( )Ⅰ.Strontium 90 and carbon 14 become incorporated into the body and deliver radiation for an entire lifetime.Ⅱ.An abnormally high percentage of patients with arthritis of the spine who were treated with X rays contracted cancer.Ⅲ.A high incidence of cancer appeared among children of mothers who had been given prenatal pelvic X rays. A.Ⅰ only. B.Ⅰ,Ⅱ,and Ⅲ. C.Ⅰ and Ⅱ only. D.Ⅱand Ⅲ only.

关于以下代码说法正确的是(_____)。 class Student: def language(self): print ("All the students like Python") class Mary(Student): def work(self): print("Mary is programming") class Tom(Student): def language(self): print("Tom likes JAVA") mary = Mary() tom = Tom()A.mary.language()会打印出All the students like PythonB.tom.language()会打印出All the students like PythonC.tom.work()会打印出Tom is programmingD.tom.language()会打印出Tom likes JAVA