读国甲和图乙,图甲所示著名的古代建筑由白色大理石筑成。回答下列各题: 小题1:

题型:选择题

问题:

读国甲和图乙,图甲所示著名的古代建筑由白色大理石筑成。回答下列各题:

小题1:大理石                                              

A.因变质作用而形成

B.按成因属于岩浆岩  

C.因外力作用而形成

D.形成于地壳硅镁层小题2:该建筑位于图乙中的                                   

A.①  

B.② 

C.③  

D.④小题3:图乙中①、②、③、④四地自然条件相比                 

A.①、②两地均为荒漠

B.②地年降水量最少

C.③地有明显的旱季和雨季

D.④地比①地气温年较差大

考点:世界政治地理格局区域的含义、特征及划分
题型:选择题

可出现幻觉、妄想症状的是()。

A.癌症

B.脑外伤

C.疑病症

D.神经衰弱

E.抑郁症

题型:选择题

函数ReadDat() 的功能是实现从文件ENG9.IN中读取一篇英文文章,存入到字符串数组xx中。请编制函数encryptChar(),按给定的替代关系对数组xx中的所有字符进行替代,仍存入数组xx的对应的位置上,最后调用函数WriteDat()把结果xx输出到文件PS9.DAT中。替代关系:f(p)=p*11 mod 256(p是数组xx中某一个字符的ASCII值,f(p)是计算后新字符的ASCII值),如果原字符的ASCII值是偶数或计算后f(p)的值小于等于32,则该字符不变,否则将f(p)所对应的字符进行替代。注意:部分源程序已给出,原始数据文件存放的格式是:每行的宽度均小于80个字符。请勿改动主函数main()、读函数ReadDat()和写函数WriteDat()的内容。试题程序:#include #include #include #include unsigned char xx[50][80];int maxline = 0; /* 文章的总行数 */int ReadDat(void);void WriteDat(void);void encryptChar(){}main(){clrscr();if(ReadDat()){printf("数据文件ENG9.IN不能打开!\n\007");return;}encryptChar();WriteDat();}int ReadDat(void){FILE *fp;int i= 0;unsigned char *p;if ((fp = fopen("ENG9.IN","r")) ==NULL) return 1;while(fgets(xx[i], 80, fp) !=NULL) {p = strchr(xx[i], ’’\n’’);if(p) *p = 0;i++;}maxline = i;fclose(fp);return 0;}void WriteDat(void){FILE *fp;int i;fp = fopen("PS9.DAT", "w");for(i = 0; i < maxline; i++) {printf("%s\n", xx[i]); fprintf(fp, "%s\n", xx[i]); }fclose(fp);}

题型:选择题

在下列叙述中,正确的是 ( )

A.执行目标程序时,编译程序必须已在内存

B.词法分析、语法分析、目标代码生成是编译过程中几个必须经过的阶段

C.解释程序不产生目标程序,因此执行速度快

D.解释程序是用汇编语言编写的源程序

题型:选择题

Culture is activity of thought, and receptiveness to beauty and human feeling. (1) of information have nothing to do with it. A merely well-informed man is the most useless (2) on God’s earth. What we should (3) at producing is men who (4) both culture and expert knowledge in some special direction. Their expert knowledge will give them the ground to start (5) , and their culture will lead them as (6) as philosophy and as high as (7) We have to remember that the valuable (8) development is self-development, and that it (9) takes place between the ages of sixteen and thirty. As to training, the most important part is given by mothers before the age of twelve.

In training a child to activity of thought, above all things we must (10) of what I will call "inert ideas"—— that is to say, ideas that are merely (11) into the mind without being (12) , or tested, or thrown into fresh combinations.

In the history of education, the most (13) phenomenon is that schools of learning, which at one epoch are alive with a craze for genius, in a (14) generation exhibit merely pedantry and routine. The reason is that they are overlade with inert ideas. Except at (15) intervals of intellectual motivation, education in the past has been radically (16) with inert ideas. That is the reason why (17) clever women, who have seen much of the world, are in middle life so much the most cultured part of the community. They have been saved from this horrible (18) of inert ideas. Every intellectual revolution which has ever stirred humanity (19) greatness has been a (20) protest against inert ideas.

15()

A.rare

B.minor

C.scarce

D.regular

题型:选择题

()是以一定社会关系(如利益关系,分工合作关系等)为纽带的个人联合体。

A、个人

B、集体

C、团体

D、单位

更多题库