单选题The research became known as the “Hawthorne effect” becauseA it was the name of the plant where the study was conductedB it was the name suggested by the Harvard researchersC it was the name of the principal experimenterD There were Hawthorne plants gr

题目
单选题
The research became known as the “Hawthorne effect” because
A

it was the name of the plant where the study was conducted

B

it was the name suggested by the Harvard researchers

C

it was the name of the principal experimenter

D

There were Hawthorne plants growing at Western Electric where the study was conducted.

参考答案和解析
正确答案: A
解析:
本题是细节题。第二段第一句提到:因为这一实验是在西电气公司的霍桑工厂进行的,所以这一现象逐渐被人们称之为“霍桑效应”。所以A为答案。
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

查找条件为:姓名不是NULL的记录( )

A.WHERE NAME ! NULL

B.WHERE NAME NOT NULL

C.WHERE NAME IS NOT NULL

D.WHERE NAME!=NULL


正确答案:C 

第2题:

哪些是正确的 like 运算表达式?

A.select * from net_46 where s_name like ’晓’

B.select * from net_46 where s_name like ’&晓&’

C.select * from net_46 where s_name like ’$晓$’

D.select * from net_46 where s_name like ’%晓%’


正确答案:D

第3题:

下列哪个语句查出雇员表(employees)里的雇员名字(ename)是‘SMITH’的信息,并且给雇员名字(ename)列定义一个别名Name()。

A.select employeesno,ename Name,job from employees where ename=‘SMITH’

B.select employeesno,ename ‘Name’,job from employees where ename=SMITH

C.select employeesno,ename “Name”,job from employees where ename=‘SMITH’

D.select employeesno,ename ‘Name’,job frome mployees wheree name=‘SMITH’


参考答案:A

第4题:

public class Plant {  private String name;  public Plant(String name) { this.name = name; }  public String getName() { return name; }  }  public class Tree extends Plant {  public void growFruit() { }  public void dropLeaves() { }  }  Which is true?() 

  • A、 The code will compile without changes.
  • B、 The code will compile if public Tree() { Plant(); } is added to the Tree class.
  • C、 The code will compile if public Plant() { Tree(); } is added to the Plant class.
  • D、 The code will compile if public Plant() { this(”fern”); } is added to the Plant class.
  • E、 The code will compile if public Plant() { Plant(”fern”); } is added to the Plant class.

正确答案:D

第5题:

In 1924 America's National Research Council sent two engineers to supervise a series of industrial experiments at a large telephone-parts factory called the Hawthorne Plant near Chicago.It hoped they would learn how stop-floor lighting 1 workers'productivity.Instead,the studies ended 2 giving their name to the"Hawthorne effect",the extremely influential idea that the very 3 to being experimented upon changed subjects'behavior.The idea arose because of the 4 behavior of the women in the Hawthorne plant.According to 5 of the experiments,their hourly output rose when lighting was increased,but also when it was dimmed.It did not 6 what was done in the experiment;7 something was changed,productivity rose.A(n)8 that they were being experimented upon seemed to be 9 to alter workers'behavior 10 itself.After several decades,the same data were 11 to econometric the analysis.Hawthorne experiments has another surprise store 12the descriptions on record,no systematic 13 was found that levels of productivity were related to changes in lighting.It turns out that peculiar way of conducting the experiments may be have let to 14 interpretation of what happed.15,lighting was always changed on a Sunday.When work started again on Monday,output 16 rose compared with the previous Saturday and 17 to rise for the next couple of days.18,a comparison with data for weeks when there was no experimentation showed that output always went up on Monday,workers 19 to be diligent for the first few days of the week in any case,before 20 a plateau and then slackening off.This suggests that the alleged"Hawthorne effect"is hard to pin down.12选?

A.contrary to
B.consistent with
C.parallel with
D.peculiar to

答案:A
解析:
根据本空之前的句子,“霍桑实验还有另外一个让人意想不到的结果”得知,下面所说的内容应该是与记录中的一些描述相悖,因此需要一个表示转折的连接词。只有A项Contrary to表示“与……相反”,符合文意。

第6题:

以下删除记录正确的( )

A.delete from emp where name='dony';

B.Delete * from emp where name='dony';

C.Drop from emp where name='dony';

D.Drop * from emp where name='dony';


正确答案:A 

第7题:

In 1924 America's National Research Council sent two engineers to supervise a series of industrial experiments at a large telephone-parts factory called the Hawthorne Plant near Chicago.It hoped they would learn how stop-floor lighting 1 workers'productivity.Instead,the studies ended 2 giving their name to the"Hawthorne effect",the extremely influential idea that the very 3 to being experimented upon changed subjects'behavior.The idea arose because of the 4 behavior of the women in the Hawthorne plant.According to 5 of the experiments,their hourly output rose when lighting was increased,but also when it was dimmed.It did not 6 what was done in the experiment;7 something was changed,productivity rose.A(n)8 that they were being experimented upon seemed to be 9 to alter workers'behavior 10 itself.After several decades,the same data were 11 to econometric the analysis.Hawthorne experiments has another surprise store 12the descriptions on record,no systematic 13 was found that levels of productivity were related to changes in lighting.It turns out that peculiar way of conducting the experiments may be have let to 14 interpretation of what happed.15,lighting was always changed on a Sunday.When work started again on Monday,output 16 rose compared with the previous Saturday and 17 to rise for the next couple of days.18,a comparison with data for weeks when there was no experimentation showed that output always went up on Monday,workers 19 to be diligent for the first few days of the week in any case,before 20 a plateau and then slackening off.This suggests that the alleged"Hawthorne effect"is hard to pin down.11选?

A.compared
B.shown
C.subjected
D.conveyed

答案:C
解析:
空格所在的主语是the same data,介词to后面的宾语为:economic analysis;在语义上,二者之间的关系理应为“……数据被用于……分析”。联系上下文可知,the same data指代前面提到的实验数据。因此本题所在句的大致意思是:几十年后,上述实验的数据用于/接受了计量经济学分析。符合句意的只有C选项。

第8题:

●已知有关系模式R(S_NO,S_NAME,AGE),其中S-NO表示学生的学号,类型为Char[8],前4位表示入学年份。查询所有2005年入学的学生姓名(S_NAME),SQL语句是 (24) 。

(24) A.SELECT S_NAME FROM R WHERE S_NO=′2005%′

B.SELECT S_NAME FROM R WHERE S_NO LIKE ′2005%′

C.SELECT S_NAME FROM R WHERE S_NO=′2005%′

D.SELECT S_NAME FROM R WHERE S_NO ′2005%′


正确答案:B
【解析】本题考查的是SQL语言的知识,SQL语言作为最常用的数据库语言,是必考的知识点,考生一定要牢固掌握SQL语言的基本语法和语义,并且能够灵活运用。
在SQL语言中,用%来表示任意长度的通配符,用LIKE表示某种形式的条件。所以"LIKE ′2005%′"的含义是找出所有以2005开头,后面任意长度字符的学号。

第9题:

下列哪个语句查出雇员表(employees)里的雇员名字(ename)是‘SMITH’的信息,并且给雇员名字(ename)列定义一个别名Name()。

  • A、select employeesno,ename Name,job from employees where ename=‘SMITH’
  • B、select employeesno,ename ‘Name’,job from employees where ename=SMITH
  • C、select employeesno,ename “Name”,job from employees where ename=‘SMITH’
  • D、select employeesno,ename ‘Name’,job frome mployees wheree name=‘SMITH’

正确答案:A

第10题:

Examine the description of the EMPLOYEES table: EMP_ID NUMBER(4) NOT NULL LAST_NAME VARCHAR2(30) NOT NULL FIRST_NAME VARCHAR2(30) DEPT_ID NUMBER(2) Which statement produces the number of different departments that have employees with last name Smith?()

  • A、SELECT COUNT(*) FROM employees WHERE last_name='Smith';
  • B、SELECT COUNT(dept_id) FROM employees WHERE last_name='Smith';
  • C、SELECT DISTINCT(COUNT(dept_id)) FROM employees WHERE last_name='Smith';
  • D、SELECT COUNT(DISTINCT dept_id) FROM employees WHERE last_name='Smith';
  • E、SELECT UNIQUE(dept_id) FROM employees WHERE last_name='Smith';

正确答案:D

更多相关问题