单选题The manager showed the new employee _____ to find the supplies.AwhatBwhereCthatDwhich

单选题
The manager showed the new employee _____ to find the supplies.
A

what

B

where

C

that

D

which


参考解析

解析:
本题考查疑问词。句意:经理给新员工讲解哪里寻找货物供应点。“疑问代词或疑问副词+不定式”可以在句中作宾语,其中疑问词由其在不定式中所担任的成分决定,在这里不定式缺状语。正确答案为B。

相关考题:

There are only four areas _____ very many diamonds have been found. A.whenB.whereC.thatD.which

14.A. whatB. whereC. thatD. which

做什么A.WhatB.WhereC.WhenD.WhyE.Who

One of the most important questions they had to consider was _________ of public health.A.whatB.thisC.thatD.which

() the old man's sons wanted to know was () the gold had been hidden. A.That ... whatB.What ... whereC.What ... thatD.That ... where

A: _____is at the door?B: It must be our new neighbor, Mrs. Lones .A. WhatB. WhoC. Which

The manager asked me ()I could finish my work before the weekend.A、 whatB、 whetherC、 which

A:() is the nearest supermarket, please? B:It’s opposite the restaurant. A、WhatB、WhereC、How

It is possible that you couldn’t find the new patterns()you are looking in this catalogue. A、for whatB、whichC、for whichD、that

Themerefact_________mostpeoplebelievenuclearwarwouldbemadnessdoesnotmeanthatitwillnotoccur.A)whatB)whichC)thatD)why

已知类的继承关系如下:class Employee;class Manager extends Employeer;class Director extends Employee;则以下语句能通过编译的有哪些? A.Employee e=new Manager();B.Director d=new Manager();C.Director d=new Employee();D.Manager m=new Director();

14.A.whatB.whereC.whichD.why

My hometown is no longer the place ______it used to be.A. whatB. whereC. whichD. that

______ Charterer and Shipowner agreed on instructions which were ambiguous and were misinterpreted in good faith by the master,it was held that the Charterer could not hold the Shipowner liable.A.WhetherB.WhereC.ThatD.Which

It's said that he's looking for a new job, one_________ he can get more free time.A.whenB.whereC.thatD.which

The manager is() of the new employee.A.suitableB.sufficientC.suspiciousD.superstitious

He wrote a lot of novels, none of ______ was translated into foreign languages.A. themB. whereC. thatD. which

__way is more efficient is still a question.A.WhatB.WhichC.ThatD.Whether

Is this the factory__you visited theother day?A.whatB.whereC.ThatD.when

I cannot think of anything ______ happened that day which I would have wished otherwise.A.whatB.whoC.thatD.which

由谁做()A、WhatB、WhereC、WhenD、WhyE、Who

()do you want the derrick adjusted?A、WhatB、WhereC、HowD、When

“你上的哪所学校?”英文表示为:“()school did you go to?”A、WhatB、ThisC、ThatD、Which

public class Employee{   private String name;   public Employee(String name){   this.name = name;  }   public String getName(){   return name;  }  }   public class Manager extends Employee{   public Manager(String name){   System.out.println(getName());  }  }   执行语句new Manager(“smith”)后程序的输出是哪项?() A、 smithB、 nullC、 编译错误D、 name

单选题public class Employee{       private String name;  public Employee(String name){           this.name = name;      }  public String getName(){         return name;      } }  public class Manager extends Employee{       private String department;  public Manager(String name,String department){          this.department = department;          super(name);  System.out.println(getName());      }  }  执行语句new Manager(“smith”,”SALES”)后程序的输出是哪项?()A smithB nullC SALESD 编译错误

单选题The manager showed the new employee _____ to find the supplies.AwhatBwhereCthatDwhich

单选题public class Employee{       private String name;  public Employee(String name){           this.name = name;      }  public String getName(){         return name;      } }  public class Manager extends Employee{       public Manager(String name){          System.out.println(getName());      } }  执行语句new Manager(“smith”)后程序的输出是哪项?()A smithB nullC 编译错误D name

单选题You want to access employee details contained in flat files as part of the EMPLOYEE table. You planto add a new column to the EMPLOYEE table to achieve this.  Which data type would you use for the new column()ACLOBBBLOBCBFILEDLONG RAW