当前位置:00468德育原理题库

问题:

[判断题] 价值观澄清学说强调榜样示范在道德教育中的作用。

A . 正确
B . 错误

11. class Payload {  12. private int weight;  13. public Payload(int wt) { weight = wt; }  13. public void setWeight(mt w) { weight = w; }  15. public String toString { return Integer.toString(weight); }  16. }  17.  18. public class TestPayload {  19. static void changePayload(Payload p) { 20. /* insert code here */ 21. }  22.  23. public static void main(String[] args) {  24. Payload p = new Payload();  25. p.setWeight(1024);  26. changePayload(p);  27. System.out.println(”The value of p is “+ p);  28. }  29. }  Which statement, placed at line 20, causes the code to print “The value of p is 420.”?()  正确。 错误。 当网页既设置了背景图像又设置了背景色,那么() 正确。 错误。 如果租售比低于1:300,意味着房产投资价值相对变小。 正确。 错误。 卡拉扬从18岁就开始尝试做乐队指挥,最初只是业余,几年后他真正走上职业音乐之路是在() 正确。 错误。 影响房地产价格的因素主要有一般因素、地域因素、个别因素和个人爱好因素。 正确。 错误。 价值观澄清学说强调榜样示范在道德教育中的作用。
参考答案:

  参考解析

强调榜样示范在道德教育中的作用是社会学习理论的突出特点,价值观澄清学说强调自由选择,强调澄清受教育者自身的价值观。

在线 客服