From the end of the first paragraph we know that ________.
A. children are more friendly to strangers
B. American schools are not safe for kids
C. children often follow their parents’ behavior
D. fighting each other is part of children’s nature
第1题:
有以下程序: #include <iostream> using namespace std; char *x[]={"First", "Second", "Third" }; void f(char *z[ ]) { cout<<*z++<<end1; } int main ( ) { char **y; y=x; f(y); return 0; }
A.产生语法错误
B.First
C.Secpnd
D.Third
第2题:
一般情况下,我们对于知识的理解是在以下哪个层面?
A.Know-how
B.Know-what
C.Know-who
D.Know-why
第3题:
查询选课表中信息正确的是()。
A.select 学号,课程号 case when 成绩 between 60 and 100 then '通过' else then '未过' end 通过否 from 选课表
B.select 学号,课程号, case when 成绩 between 60 and 100 then '通过' else '未过' as 通过否 from 选课表
C.select 学号,课程号 from 选课表 case when 成绩 between 60 and 100 then '通过' else '未过' end 通过否
D.select 学号,课程号, case when 成绩 between 60 and 100 then '通过' else '未过' end 通过否 from 选课表
第4题:
关于“地球为什么绕着太阳转”的知识,属于()类型的知识。
A.know-what
B.know-why
C.know-who
D.know-how
第5题:
OECD(1996)将知识分为:事实知识(Know-what)、原理知识(Know-why)、技能知识(Know-how)、人力知识(Know-who),前两种属于隐性知识,后两种属于显性知识。
第6题:
Miller金字塔模型描述临床技能评价方法,从底到顶的四个层次分别为()
A.DOES- KNOW HOW- KNOW-SHOW
B.KNOW-KNOW HOW- SHOW- DOES
C.KNOW-KNOW HOW- DOES- SHOW
D.DOES- KNOW- KNOW HOW- SHOW