搜题
网友您好,请在下方输入框内输入要搜索的题目:
搜题
题目内容 (请给出正确答案)
提问人:网友lqlq2018 发布时间:2022-01-07
[主观题]

Which one is true about communication according to the video?A.People have to create re

Which one is true about communication according to the video?

A.People have to create results.

B.Good team players are willing to communicate and share information with the other team members they need.

C.Good intention is not good enough.

D.Define the team.

简答题官方参考答案 (由简答题聘请的专业题库老师提供的解答)
查看官方参考答案
更多“Which one is true about communication according to the video?A.People have to create re”相关的问题
第1题
According to the second video clip, the Four New Great Internet Innovation include shared bikes, express delivery, E-commerce and __________.

A、mobile payment

B、credit card payment

C、Internet

D、network

点击查看答案
第2题
In addition to London Smog Episode, which of the following is not one of the eight major environmental hazards?

A、Los Angeles photochemical smog episode

B、Tanggu explosion event in Tianjin

C、Massey valley smoke events in Belgium

D、Japan minamata disease events

点击查看答案
第3题
Computer networks can provide those who use them with one of the following except ______.

A.access to remote information  B.person-to-person communication

C.economic returns  D.interactive entertainment

点击查看答案
第4题
The author mentions all of the networking goals except ______.

A.high reliability  B.cost

C.resource sharing  D.convenience

点击查看答案
第5题
Which of the following is false regarding a network and a distributed system?

A.They both need to move files around.

B.They have little in common.

C.They overlap each other a lot.

D.They have different operating systems.

点击查看答案
第6题
The key difference between a distributed system and a computer network is that in the former ______.

A.the system functions are more automatic

B.the number of computers is greater

C.the distance among the computers is shorter

D.the operating system has a better feature

点击查看答案
第7题
We can infer ______.

A.automobile industry is young compared to air transportation industry

B.computer industry has made more progress than we could ever imagine in the past 20 years

C.the greatest changes took place in computer manufacture in the last 10 years.

D.The idea of combining computers with communications has a great effort on people's thinking

点击查看答案
第8题
Which of the following is true?

A.The 18th century was the age of steam engine.

B.The 19th century was the time of the great mechanical system.

C.The 20th century was marked by installation of telephone networks and the invention of television.

D.None of the above.

点击查看答案
第9题
Distributed Systems??分布系统??Computer systems ar...

Distributed Systems

分布系统

Computer systems are undergoing a revolution. From 1945, when the modern computer era began, until about 1985, computers were large and expensive. Even minicomputers normally cost tens of thousands of dollars each. As a result, most organizations had only a handful of computers, and for lack of a way to connect them, they operated independently from one another.

Starting in the mid 1980s, however, two advances in technology began to change that situation. The first was the development of powerful microprocessors. Initially, these were 8 bit machines, but soon 16, 32, and even 64 bit CPUs became common. Many of these had the computing power of a decent-sized mainframe (i. e. large) computer, but for a fraction of the price.

The amount of improvement that has occurred in computer technology in the past half century is truly staggering and totally unprecedented in other industries. From a machine that cost 10 million dollars and executed 1 instruction per second, we have come to machines that cost 1,000 dollars and execute 10 million instructions per second, a price/ performance gain of 1011. If cars had improved at this rate in the same time period, a Roll Royce would now cost 10 dollars and get a billion miles per gallon. (Unfortunately, it would probably also have a 200 page manual telling how to open the door.) The second development was the invention of high speed computer networks. The local area networks, or LANs, allow dozens, or even hundreds, of machines within a building to be connected in such a way that small amounts of information can be transferred between machines in a millisecond or so. Larger amounts of data can be moved between machines at rates of 10 to 100 million bits/sec and sometimes more. The wide area networks, or WANs, allow millions of machines all over the earth to be connected at speeds varying from 64Kbps (kilobits per second) to gigabits per second for some advanced experimental networks.

The result of these technologies is that it is now not only feasible, but easy, to put together computing systems composed of large numbers of CPUs connected by a high speed network. They are usually called distributed systems, in contrast to the previous centralized systems (or single processor systems) consisting of a single CPU, its memory, peripherals, and some terminals.

There is only one fly in the ointment[1]: software. Distributed systems need radically different software than centralized systems do. In particular, the necessary operating systems are only beginning to emerge. The first few steps have been taken, but there is still a long way to go. Nevertheless, enough is already known about these distributed operating systems that we can present the basic ideas.

What Is a Distributed System?

Various definitions of distributed systems have been given in literature, none of them satisfactory and none of them in agreement with any of the others. For our purposes it is sufficient to give a loose characterization.

A distributed system is a collection of independent computers that appear to the users of the system as a single computer.

This definition has two aspects. The first one deals with hardware: the machines are autonomous. The second one deals with software: the users think of the system as a single computer. Both are essential.

Rather than going further with definitions, it is probably more helpful to give several examples of distributed systems. As a first example, consider a network of workstations in a university or company department. In addition to each user's personal workstation, there might be a pool of processors in the machine room that are not assigned to specific users but are allocated dynamically as needed. Such a system might have a single file system, with all files accessible from all machines in the same way and using the same path name. Furthermore, when a user typed a command, the system could look for the best place to execute that command, possibly on the user's own workstation, possibly on an idle workstation belonging to someone else, and possibly on one of the unassigned processors in the machine room. If the system as a whole looked and acted like a classical single processor timesharing system, it would qualify as a distributed system.

As a second example, consider a factory full of robots, each containing a powerful computer for handling vision, planning, communication, and other tasks. When a robot on the assembly line notices that a part it is supposed to install is defective, it asks another robot in the parts department to bring it a replacement. If all the robots act like peripheral devices attached to the same central computer and the system can be programmed that way, it too counts as a distributed system.

As a final example, think about a large bank with hundreds of branch offices all over the world. Each office has a master computer to store local accounts and handle local transactions. In addition, each computer has the ability to talk to all other branch computers and with a central computer at headquarters. If transactions can be done without regard to where a customer or account is, and the users do not notice any difference between this system and the old centralized mainframe that it replaced, it too would be considered a distributed system.

Advantages of Distributed Systems over Centralized Systems

The real driving force behind the trend toward decentralization is economics. A quarter of a century ago, computer pundit and gadfly Herb Grosch stated what later came to be known as Grosch's law: the computing power of a CPU is proportional to the square of its price. By paying twice as much, you could get four times the performance. This observation fit the mainframe technology of its time quite well, and led most organizations to buy the largest single machine they could afford.

With microprocessor technology, Grosch's law no longer holds. For a few hundred dollars you can get a CPU chip that can execute more instructions per second than one of the largest 1980s mainframes. If you are willing to pay twice as much, you get the same CPU, but running at a somewhat higher clock speed. As a result, the most cost effective solution is frequently to harness a large number of cheap CPUs together in a system. Thus, the leading reason for the trend toward distributed systems is that these systems potentially have a much better price/performance ratio than a single large centralized system would have. In effect, a distributed system gives more bang for the buck[2].

A slight variation on this theme is the observation that a collection of microprocessors cannot only give a better price/performance ratio than a single mainframe, but may yield an absolute performance that no mainframe can achieve at any price. For example, with current technology it is possible to build a system from 10,000 modern CPU chips, each of which runs at 50 MIPS (Millions of Instructions Per Second), for a total performance of 500,000MIPS. For a single processor (i. e. CPU) to achieve this, it would have to execute an instruction in 0. 002 nsec (2 picosec). No existing machine even comes close to this, and both theoretical and engineering considerations make it unlikely that any machine ever will. Theoretically, Einstein's theory of relativity dictates that nothing can travel faster than light, which can cover only 0.6 mm in 2 picosec. Practically, a computer of that speed fully contained a 0.6 mm cube would generate so much heat that it would melt instantly. Thus, whether the goal is normal performance at low cost or extremely high performance at greater cost, distributed systems have much to offer.

As an aside, some authors make a distinction between distributed systems, which are designed to allow many users to work together, and parallel systems, whose only goal is to achieve maximum speedup on a single problem, as our 500,000 MIPS machine might. We believe that this distinction is difficult to maintain because the design spectrum is really a continuum. We prefer to use the term "distributed system" in the broadest sense to denote any system in which multiple interconnected CPUs work together.

A next reason for building a distributed system is that some applications are inherently distributed. A supermarket chain might have many stores, each of which gets goods delivered locally (possibly from local farms), makes local sales, and makes local decisions about which vegetables are so old or rotten that they must be thrown out. It therefore makes sense to keep track of inventory at each store on a local computer rather than centrally at corporate headquarters. After all, most queries and updates will be done locally. Nevertheless, from time to time, top management may want to find out how many rutabagas it currently owns. One way to accomplish this goal is to make the complete system look like a single computer to the application programs, but implement decentrally, with one computer per store as we have described. This would then be a commercial distributed system.

Notes

[1] There is only one fly in the ointment. 美中不足。

[2] gives more bang for the buck: buck,俚语,表示—美元。这句的意思是“小钱办大事”。

点击查看答案
第10题
With the two advances in computer technology, a single processor can execute an instruction in 0.002 nsec.
点击查看答案
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

功能 扣减规则
基础费
(查看答案)
加收费
(AI功能)
文字搜题、查看答案 1/每题 0/每次
语音搜题、查看答案 1/每题 2/每次
单题拍照识别、查看答案 1/每题 2/每次
整页拍照识别、查看答案 1/每题 5/每次

备注:网站、APP、小程序均支持文字搜题、查看答案;语音搜题、单题拍照识别、整页拍照识别仅APP、小程序支持。

2. 使用语音搜索、拍照搜索等AI功能需安装APP(或打开微信小程序)。

3. 搜题卡过期将作废,不支持退款,请在有效期内使用完毕。

请使用微信扫码支付(元)

订单号:

遇到问题请联系在线客服

请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示:请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“简答题”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

- 微信扫码关注简答题 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反简答题购买须知被冻结。您可在“简答题”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注简答题 -
请用微信扫码测试
欢迎分享答案

为鼓励登录用户提交答案,简答题每个月将会抽取一批参与作答的用户给予奖励,具体奖励活动请关注官方微信公众号:简答题

简答题官方微信公众号

简答题
下载APP
关注公众号
TOP