”Wenming” (civilization) in Chinese first appeared in and the Book of Changes()
A. the Book of Documents
B. The Historical Records
C. The Spring and Autumn Annals
D. The Analects
查看答案
In 1960s, Raymond Henry Williams claimed, in an article named “Cultural Analysis”, that culture had three concepts. They are:_()
A. ideal definition
B. documentary definition
C. social definition
D. educational definition
According to the ideal definition given by Raymond Henry Williams, culture is()
A. the whole part of imaginary works
B. the whole part of intellectuality
C. human experiences
D. a state or process of human improvement
In western languages, the word “civilization” appeared with the rise of_()
A. marine culture
B. inland culture
C. urban culture
D. exotic culture
若变量已正确定义,要求程序段完成求5!的计算,不能完成此操作的程序段是()
A. for(i=1; i<=5; i++ ){ p=1; p=i;}
B. for(i=1,p=1;i<=5;i++) p=i;
C. i=1;
D. p=1;
E. while (i<=5 )
F. {
G. p=i;
H. i++;
I. }
J. D.i=1;
K. p=1;
L. do {
M. p=i;
N. i++;
O. } while (i<=5 )