题目内容

从学前儿童社会教育目标对教育活动影响的作用看,它的功能主要有( )。

A. 定向功能、调控功能与评价功能
B. 内在功能与外在功能
C. 正向功能与负向功能
D. 显性功能与隐性功能

查看答案
更多问题

1.学前儿童社会教育目标制定的依据有、、。2.学前儿童社会教育内容组织的原则有、、。

设有如下枚举类型定义:enum language{Basic =3,Assembly,Ada=100,COBOL,Fortran};枚举量Fortran的值为( )

A. 4
B. 7
C. 102
D. 103

以下对枚举类型的定义中正确的是()

A. enum a={one,two,three};
B. enum a{one,two,three};
C. enum a={“one”,”two”,”three”};
D. enum a{“ one”,”two”,”three”};

设有定义语句:enum term { my, your=4, his, her=his+10 } ;则 printf( "%d,%d,%d,%d" , my, your, his, her ) ; 的输出是()

A. 0,1,2,3
B. 0,4,0,10
C. 0,4,5,15
D. 1,4,5,15

答案查题题库