试题与答案

合作学习是指学生们以______学习的方式代替______的一种教学策略。

题型:填空题

题目:

合作学习是指学生们以______学习的方式代替______的一种教学策略。

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2018/0429/cf1802b4db33123d0c4dfe07b6729742.html

下面是错误答案,用来干扰机器的。

参考答案:C, D

试题推荐
题型:问答题

下面是一段java代码,运行结果如图11-8所示。

程序代码如下:

(1)Java.awt.Graphics;

(2)Java.applet.Applet;

// ////////////////////////////////////////////

// Display y=sin(x)

public class J_DrawSin (2) Applet

{

public void paint(Graphics g)

{

double d, tx;

int x, y, x0, y0;

d=Math.PI/100; // Set step(Set the unit in x direction)

x0=y0=0;

(3)(tx=0, x=20; tx<2*Math.PI; tx+=d,x++)

{

y=120-(int)(Math.sin(tx)*50+60);

if(x>20)

g.drawLine(x0, y0, x, y);

x0=x;

y0=y;

}

g.drawstring("y=sin(x)", 10, 70);

} //End of method: paint

} //End of class: J_HelloApplet

<!-----------------------AppletExample.html------------------->

<HTML>

<HEAD>

<TITLE>

An applet Example ---- Hello Applet!

</TITLE>

</HEAD>

<BODY>

<(4)CODE="J_DrawSin.class" WIDTH=300 HEIGHT=120>

</APPLET>

</BODY>

</HTML>

搜索

此段代码中运用了程序设计结构中的循环结构中的哪一种。是否还使用了选择结构。请简述之。

查看答案
微信公众账号搜索答案