单选题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。
本题考查疑问词。句意:经理给新员工讲解哪里寻找货物供应点。“疑问代词或疑问副词+不定式”可以在句中作宾语,其中疑问词由其在不定式中所担任的成分决定,在这里不定式缺状语。正确答案为B。
相关考题:
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
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();
______ 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
He wrote a lot of novels, none of ______ was translated into foreign languages.A. themB. whereC. thatD. which
I cannot think of anything ______ happened that day which I would have wished otherwise.A.whatB.whoC.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 编译错误
单选题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