Directions: This part is to test your reading ability. There are 5 tasks for you to fulfill. You should read the reading materials carefully and do the tasks as you are instructed. 1 Directions: After reading the following passage, you will find 5 questions or unfinished statements, numbered 36 to 40. For each question or starement there are 4 choices marked A), B), C) and D) . You should make the correct choice. What makes one person more intelligent than another What makes one person a genius, like the brilliant Albert Einstein, and another person a foolAre people born intelligent or stupid, or is intelligence the result of where and how you liveThese are very old questions and the answers to them are still not clear. We know, however, that just being born with a good mind is not enough. In some ways, the mind is like a leg or an arm muscle(肌肉). It needs exercise. Mental(done with the mind)exercise is particularly important for young children. Many child psychologists (心理学家)think that parents should play with their children more often and give them problems to think about. The children are then more likely to grow up bright and intelligent. If, on the other hand, children are left alone a great deal with nothing to do, they are more likely to become dull and unintelligent. Parents should also be careful with what they say to young children. According to some psychologists, if parents are always telling a child that he or she is a fool or an idiot, then the child is more likely to keep doing silly and foolish things. So it is probably better for parents to say very positive(helpful)things to their children, such as“That was a very clever thing you did. ” or “You are such a smart child. ” It is better for parents ______ .
A. to praise and encourage their children more often
B. to be hard on their children
C. to leave their children alone with nothing to do
D. to give their children as much help as possible
Directions: This task is the Same as Task 1. The 5 questions or unfinished statements are numbered 41 to 45. You might observe that Americans are always talking. Silence makes most Americans uncomfortable. So they would rather talk about the weather than encounter a lapse(中止)in conversation. Generally speaking Americans are friendly to everyone. However, don’t mistake friendliness for friendship. Most Americans have many acquaintances(熟人)but few close friends. The people you are friendly with during the first semester(学期)may not necessary stay in touch when classes are over. Each semester brings new acquaintances. Friendships take time to grow. Americans are open and they trust relationships that develop slowly. Young Americans are very friendly and they like to talk to all kinds of people. They smile easily and laugh quite often. But don’t mistake friendliness for physical attraction. Because a person is friendly, he or she is not necessarily interested in dating you. Even if someone accepts a date, it doesn’t mean that the person is ready for an intimate(亲密的)relationship. In short, interpersonal relationships in any culture are difficult and require the use for judgment in every new situation. What does the passage mainly tell us
Americans like to talk to different people.
B. Americans enjoy talking to others.
C. Americans believe it takes time to develop friendship.
D. Americans are generally friendly to people.
已知在文件IN11.DAT中存有若干个(个数<200)4位数字的正整数,函数ReadDat()的功能是读取这若干个正整数并存人数组xx中。请编制函数CalValue(),其功能要求:(1)求出该文件中共有多少个正整数totNum;(2)求这些数右移1位后,产生的新数是偶数的数的个数totCnt,以及满足此条件的这些数(右移前的值)的算术平均值totPjz,最后调用函数WriteDat()把所求的结果输出到文件OUTII.DAT中。 注意:部分源程序已给出。 请勿改动主函数main()、读函数ReadDat()和写函数WfiteDat()的内容。 [试题程序] #include<stdio.h> #include<stdlib.h> #define MAXNUM 200 int xx[MAXNUM]; int totNum=0;/*文件IN11.DAT中共有多少个正整数*/ int totCnt=0;/*符合条件的正整数的个数*/ double totPjz=0.0;/*平均值*/ int ReadDat(void); void WriteDat(void); void CalValue(void) voidmain() int i; system("CLS"); for(i=0;i<MAXNUM;i++) xx[i]=0; if(ReadDat()) printf("数据文件IN11.DAT不能打开!\007\n"); return; CalValue(); printf("文件IN11.DAT中共有正整数=%d个\n",totNum); printf("符合条件的正整数的个数=%d个\n",totCnt); printf("平均值=% .21f\n",totpjz); WriteDat(); int ReadDat(void) FILE*fp; int i=0; if((fp=fopen("IN11.DAT","r"))==NULL) return 1; while(! feof(fp)) fscanf(fp,"% d,",&xx[i++]); fclose(fp); return 0; void WriteDat(void) FILE*fp: fp=fopen("OUT11.DAT","w"); fprintf(fP,"% d\n% d\n% .21f\n",totNum,totCnt,totPjz); fclose(fP);
脊髓损伤患者,大便可自解,小便偶充盈性失禁,肢体无自主运动,下肢感觉正常,其截瘫指数为
A. 1
B. 2
C. 3
D. 4