题目内容

测试的目的是暴露错误,评价程序的可靠性;______的目的是发现错误的位置并改正错误。

查看答案
更多问题

(31)~(35)题使用如下数据表: 学生(学号(C,8),姓名(C,6),性别(C,2),出生日期(D) ) 选课(学号(C,8),课程号(C,3),成绩(N,5,1)) 将学号为“09080001”、课程号为“002”的选课记录的成绩改为92,正确的SQL语句是

A. UPDATE FROM选课SET成绩WITH 92 FOR学号="09080001"AND课程号="002"
B. UPDATE FROM选课SET成绩=92 FOR学号="09080001"AND课程号="002"
C. UPDATE选课SET成绩WITH 92 WHERE学号="09080001"AND课程号"002"
D. UPDATE选课SET成绩=92 WHERE学号="09080001"AND课程号="002\

New tectmology links the world as never before. Our planet has shrunk. It’s now a "global village" where countries are only seconds away by fax or phone or satellite link. And, of course, our ability to benefit from this high-tech communications equipment is greatly enhanced by foreign language skills. Deeply involved with this new technology is a breed of modem business people who have a growing respect for the economic value of doing business abroad. In modem markets, success overseas often helps support domestic business efforts. Overseas assignments are becoming increasingly important to advancement within executive ranks. The executives stationed in another country no longer need fear being "out of sight and out of mind." He or she can be sure that the overseas effort is central to the company’s plan for success, and that promotions often follow or accompany an assignment abroad. If an employee can succeed in a difficult assignment overseas, superiors will have greater confidence in his or her ability to cope back in the United States where cross-cultural considerations and foreign language issues are becoming more and more prevalent. Thanks to a variety of relatively inexpensive communications devices with business applications, even small businesses in the United States are able to get into international markets. English is still the international language of business. But there is an ever-growing need for people who can speak another language. A second language isn’t generally required to get a job in business, but having language skills gives a candidate the edge when other qualifications appear to be equal. The employee posted abroad who speaks the country’s principal language has an opportunity to fast forward certain negotiations, and can have the cultural insight to know when it is better to move more slowly. The employee at the home office who can communicate well with foreign clients over the telephone or by fax machine is an obvious asset to the firm. The word "move" underlined in Paragraph 6 means to ______ .

A. change position or place
B. take action or do something
C. propose formally for discussion and decision
D. persuade somebody to change his attitude

(31)~(35)题使用如下数据表: 学生(学号(C,8),姓名(C,6),性别(C,2),出生日期(D) ) 选课(学号(C,8),课程号(C,3),成绩(N,5,1)) 假定学号的第3、4位为专业代码。要计算各专业学生选修课程号为“007”课程的平均成绩,正确的SQL语句是

A. SELECT专业AS SUBS(学号,3,2),平均分AS AVG(成绩)FROM选课
B. WHERE课程号="007"GROUP BY专业
C. SELECT SUBS(学号,3,2)As专业,AVG(成绩)As平均分FROM选课
D. WHERE课程号="007"GROUP BY 1
E. SELECT SUBS(学号,3,2)AS专业,AVG(成绩)AS平均分FROM选课
F. WHERE课程号="007"ORDER BY专业
G. SELECT专业AS SUBS(学号,3,2),平均分AS AVG(成绩)FROM选课
H. WHERE课程号="007"ORDER BY 1

Every artist knows in his heart that he is saying something to the public. Not only does he want to say it well, but he wants it to be something which has not been said before. He hopes the public will listen and understand—he wants to teach them, and he wants them to learn from him. What visual artists like painters want to teach is easy to make out but difficult to explain, because painters translate their experiences into shapes and colors, not words. They seem to feel that a certain selection of shapes and colors, out of the countless billions possible, is exceptionally interesting for them and worth showing to us. Without their work we should never have noticed these particular shapes and colors, or have felt the delight which they brought to the artist. Most artists take their shapes and colors from the world of nature and from human bodies in motion and repose; their choices indicate that these aspects of the world are worth looking at, that they contain beautiful sights. Contemporary artists might say that they merely choose subjects that provide an interesting pattern, that there is nothing more in it. Yet even they do not choose entirely without reference to the character of their subjects. If one painter chooses to paint a gangrenous leg and another a lake in moonlight, each of them is directing our attention to a certain aspect of the world. Each painter is telling us something, showing us something, emphasizing something m all of which means that, consciously or unconsciously, he is trying to teach us. A painter chooses certain shapes and colors because he feels that they ______ .

A. have been used frequently
B. are easy to work with
C. are worth showing to the public
D. will be most attractive to the public

答案查题题库