考研

Part A51. Directions:Your are asked to write a recommendation for a student. Please give your suggestions and express your opinions clearly a bout 100 words on ANSWER SHEET II. Do not sign your own name at the end of the letter. (10 points)

题目

Part A

51. Directions:

Your are asked to write a recommendation for a student. Please give your suggestions and express your opinions clearly a bout 100 words on ANSWER SHEET II. Do not sign your own name at the end of the letter. (10 points)

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

7. Hi! This is_______ new teacher.__________ name is Linda.

A. your; My

B. his; Your

C. your ; Her

D. her; His


正确答案:C
7.C【解析】只看第一个空四个选项在字面上都符合。根据句意,是介绍他人,所以第二个空就排除了A、B。又因为Linda是女名,所以排除D。

第2题:

SBAR交班四步错误的是()

A.Situation指病况

B.Background指既往史

C.Assessment指评估

D.Recommendation指建议

E.正确的顺序为:Situation—Background—Assessment—Recommendation


答案:B

第3题:

Please _____me how to do the market research for a new product.

A.take

B.have

C.show

D.give


参考答案:C

第4题:

以下if…else…结构执行结果是 int x=80; int y=30; if (x <0 || x>75 ) { if(y>=80) { Console.Write(“晴”); } else { Console.Write(“晴转阴”); } } else { Console.Write(“ 阴”); }

A.晴

B.晴转阴

C.晴 阴

D.晴转阴 阴


晴转阴

第5题:

Given the following DDL for the PARTS table:CREATE TABLE parts (part_no INT(9) NOT NULL, part_name VARCHAR(24), part_remain INT(9));All part numbers entered will be different and all rows should be displayed in order of increasing part numbers whenever the table is queried. Which of the following create index statements will meet this criteria and require the least amount of storage for the index object?()

A.CREATE UNIQUE INDEX idx_partno ON parts(part_no)

B.CREATE UNIQUE INDEX idx_partno ON parts(part_name ASC)

C.CREATE UNIQUE INDEX idx_partno ON parts(part_name, part_no ASC)

D.CREATE UNIQUE INDEX idx_partno ON parts(part_no, part_name ASC)


参考答案:A

第6题:

Nice to meet____(your).


正确答案:
37. you

第7题:

What's ( )job? Are ( ) British?

A. your, your

B. you, your

C. your, you


正确答案:C

第8题:

Directions: Study the following table carefully and write a composition on A Survey on Reading. Your composition should be based on the information given in the table. Write 100-120 words to (1) state the amount of reading, reading speed and the results of reading; (2) describe the possible relationship among the variables.

A Survey on Reading

The Results of Survey on Reading

The Number

of Students

Percentage of

the Total

The Total Amount

of Reading in a Term

Reading Speed

(words per hour)

Performance

(scores)

100

40%

350,000

3,000

>80

80

32%

300,000

2,500

70-73

60

22%

250,000

2,000

60-69

30

6%

<100,000

1,500

<60

July,2000


正确答案:

A Survey on Reading

    This is a table, which reported the results of a survey on reading. The survey was conducted in July 2000, in a certain college.

    There are 100 students, which make up 40% of the total students surveyed, whose total amount of reading in a term comes to 35,000 words, but there are still 6% of the students, who read little, and the amount of their reading is less than 100,000 words in a term.

    It is also shown in the table that the reading speed of the students whose total reading in a term is more than 300,000 may reach a speed of 2,500--3,000 words per hour, while the students who read little only have the speed of 15,000 words per hour. The figures in the table, however, show clearly that the more you read, the faster your reading speed will be, and the better your performance, and vice versa.

    Therefore, according to the results of the survey it can be concluded that it is important to read as much as possible.

第9题:

( ) – Is Miss White __________ English teacher, Maria?

– No, she teaches __________ geography.

A.your;my

B.you;mine

C.you;us

D.your;us


正确答案:D

第10题:

【单选题】下面代码的输出结果是()。 int x = 5; int y = x++; Console.Write(y+" "); y = ++x; Console.Write(y);

A.5 6

B.6 7

C.5 5

D.5 7


D