题目内容

本题为必选题,请在Ⅰ、Ⅱ两道试题中选取一道作答。 Ⅱ.心理学家罗森塔尔曾对小学1~6年级每年级3个班学生进行了一次智力测验,然后将每班学生分成两组,并谎称这是根据智力测验成绩来分组的。其中一组占班级总人数20%,称为高智商组(A组),实验支持者将该组学生名单交给所在班级新任教师,并告诉他们,预测表明,这一部分学生“在智力上有很大的发展可能性”,“具有在不久的将来产生学业冲刺的能力”。各班其余80%的学生组成普通组(B组)。实际上,各班学生是用随机分派的方法分成两组的。这就是说,分组时根本没考虑事先进行的智力测验。在实验前各班内A、B两组被试智力在统计上是相等的。经过8个月教学后,发现A组学生比B组学生智商有了更大的增长。(1)该实验设计属于前实验设计,准实验设计亦或真实验设计(2)该实验中的因变量、自变量分别是什么(3)这种实验设计的特点是什么

查看答案
更多问题

请阅读下面程序 public class Test { public static void main (String[] args) { int i,j; for (i=1;i<5;i++) { for (j=1;j<=i;j++) system.out.print (i+"X"+j+"="+i*j+" "); System.out.println(); } } } 程序执行完后,i循环和j循环执行的次数分别是 【12】 。

What was the secretary asked to do()

A. To give a speech instead of the businessman.
B. To type a one-hour speech for the businessman.
C. To choose a speech from a book of speeches and type it.
D. To make up a speech from some others and type it.

bar为一JSerollBar组件,阅读下面程序段,请在程序中的画线处填入正确的语句使程序能够正确运行。 … public WellAdjusted() super("Well Adjusted"); setSize(350,100); bar.addAdjustmentListener(this); value.setHorizontalAlignment(SwingConstants.CENTER); value.setEditable(false); JPanel pane=new JPane(); pane.setLayout(new BorderLayout()); pane.add(value,"Center"): pane.add(bar,"South"); setContentPane(pane); public void adjustmentValueChanged(AdjustmentEvent evt) 【12】 if(source==bar) int newValue bar.getValue(); value.setText(""+newValue); repaint(); …

How long does it take from here to the pest office on foot

About half an hour.
B. About half past an hour.
C. About a quarter.

答案查题题库