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

题目内容 (请给出正确答案)
单选题
The manager showed the new employee ______ to find the supplies.
A

what

B

where

C

that

D

which


参考答案

参考解析
解析:
句意:经理给新员工讲解哪里寻找货物供应点。考查"疑问代词或疑问副词+不定式"可以在句中作宾语,其中疑问词由其在不定式中所担任的成分决定,在这里不定式缺状语。正确答案为B。
更多 “单选题The manager showed the new employee ______ to find the supplies.A whatB whereC thatD which” 相关考题
考题 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.when B.where C.that D.which

考题 The manager is() of the new employee.A.suitable B.sufficient C.suspicious D.superstitious

考题 He wrote a lot of novels, none of ______ was translated into foreign languages.A. them B. where C. that D. which

考题 __way is more efficient is still a question.A.What B.Which C.That D.Whether

考题 Is this the factory__you visited theother day?A.what B.where C.That D.when

考题 I cannot think of anything ______ happened that day which I would have wished otherwise.A.what B.who C.that D.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.A whatB whereC 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

考题 单选题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()A CLOBB BLOBC BFILED LONG RAW