网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

This is not the world we know. This world is controlled by computers. Men and women can be seen, but they are following the orders given to them by machines. The machines were designed by mad scientists, but at some point even the mad scientists were taken over by their super-inventions.

Does this sound familiar? You have probably read something like it in magazines or books, or seen it in a film. Why is it so popular? One of the reasons is that it reflects the fears of many people; fear of the unknown fear of what is not understood or, at least, fear of something that is not completely understood.

The fact is that every day it seems that computers take control of another area of our lives. Some

factory jobs are now done by robots and the robots are controlled by computers. Our bank accounts are managed by computers. At the airport, our tickets are sold by a computer. Certainly, many of these operations are made more

efficient by computers, but our admiration is sometimes mixed with unsafe feelings. And this lack of safety is caused by the fact that we do not know how computers do these things, and we really don't know what they might do next. But we can find out how computers work, and once we understand them, we can use computers instead of worrying about being used by them. Today, there is a new generation of computer wizards who know exactly how computers get things done. These young men and women, usually university students, are happy to sit for hours, sometimes for days, designing programs, not eating, not sleeping, but discovering what can be done by these wonderful slaves which they have learned to control. These computer wizards have learned to use the computer and search for new tasks for their machines.

(1)、According to the passage, our present world is under the control of ______ .

A:mad scientists

B:men and women

C:the unknown fear

D:some super-inventions

(2)、The reason why many people are afraid of computers is that ______ .

A:they don't know anything about computers

B:they haven't really understood computers

C:there are so many computer games

D:computers are often down

(3)、The author mentions computer wizards in order to point out that ______ .

A:computers can be controlled by man

B:there should be more people devoted to computers

C:only young people are interested in computers

D:more time and energy is required to control computers

(4)、This passage is probably written to suggest that ______ .

A:some day computers can deal with all human problems

B:computers can be used in place of traveling to our jobs

C:people should not fear computers

D:computer technology will not meet people's needs in various situations

(5)、The author's attitude towards widely used computers is __.

A:positive

B:anxious

C:worried

D:serious


参考答案

更多 “ This is not the world we know. This world is controlled by computers. Men and women can be seen, but they are following the orders given to them by machines. The machines were designed by mad scientists, but at some point even the mad scientists were taken over by their super-inventions.Does this sound familiar? You have probably read something like it in magazines or books, or seen it in a film. Why is it so popular? One of the reasons is that it reflects the fears of many people; fear of the unknown fear of what is not understood or, at least, fear of something that is not completely understood.The fact is that every day it seems that computers take control of another area of our lives. Somefactory jobs are now done by robots and the robots are controlled by computers. Our bank accounts are managed by computers. At the airport, our tickets are sold by a computer. Certainly, many of these operations are made moreefficient by computers, but our admiration is sometimes mixed with unsafe feelings. And this lack of safety is caused by the fact that we do not know how computers do these things, and we really don't know what they might do next. But we can find out how computers work, and once we understand them, we can use computers instead of worrying about being used by them. Today, there is a new generation of computer wizards who know exactly how computers get things done. These young men and women, usually university students, are happy to sit for hours, sometimes for days, designing programs, not eating, not sleeping, but discovering what can be done by these wonderful slaves which they have learned to control. These computer wizards have learned to use the computer and search for new tasks for their machines.(1)、According to the passage, our present world is under the control of ______ .A:mad scientistsB:men and womenC:the unknown fearD:some super-inventions(2)、The reason why many people are afraid of computers is that ______ .A:they don't know anything about computersB:they haven't really understood computersC:there are so many computer gamesD:computers are often down(3)、The author mentions computer wizards in order to point out that ______ .A:computers can be controlled by manB:there should be more people devoted to computersC:only young people are interested in computersD:more time and energy is required to control computers(4)、This passage is probably written to suggest that ______ .A:some day computers can deal with all human problemsB:computers can be used in place of traveling to our jobsC:people should not fear computersD:computer technology will not meet people's needs in various situations(5)、The author's attitude towards widely used computers is __.A:positiveB:anxiousC:worriedD:serious ” 相关考题
考题 下列语句中,正确的是( )。A.char*myString="Hello-World!";B.char myString="Hello-World!";C.char myString[11]="Hello-World!";D.char myString[12]="Hello-World!";

考题 下面两个语句是等价的:ChArstr[]='hEllo,worlD';ChArstr[11]='hEllo,worlD';()

考题 下列字符型常量Hello,world!表示方法中,错误的是______。A.[Hello,world!]B.'Hello,wOrld!'C.Hello,world!,D.{Hello,world!}

考题 下列程序段的输出结果是 String MyStr = "Hello,"; MyStr = MyStr + "World!"; System.out.println(MyStr);A.Hello,World!B.Hello,C.World!D.该程序段有语法错误

考题 下列程序段的输出结果是 ( ) String MyStr="Hello,"; MyStr=MyStr+"World!"; System.out.println(MyStr);A.Hello,World!B.Hello.C.World!D.该程序段有语法错误

考题 下列程序段的输出结果是( )。 String MyStr="Hello,"; Mystr=MyStr + "World!"; System.out.println(Mystr);A.Hello,World!B.Hello,C.World!D.该程序段有语法错误

考题 下列语句中正确的是A.char*myString="Hello-World!";B.char myString="Hello-World!";C.char myString[11]=”Hello-World!”;D.char nlyString[12]="Hello-World!";

考题 以下定义常量不正确的语句是()AConst Num As Integer=200BConst  Num1 As Long=200, Sstr$="World"CConst Sstr$="World"DConst Num$=#World#

考题 13、Java程序向显示器输出信息“Hello, World”,下列哪种写法是错误的?A.System.out.print(“Hello, world” );B.System.out.println(“Hello, world” );C.System.out.print(“Hello, world\n” );D.printf(“Hello, world\n” );

考题 下列定义字符串类string对象的语句中,错误的是()。A.string str;B.string str(“Hello, world” );C.string str = “Hello, world”;D.string str = ‘Hello, world’;