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

Performing multiple tasks simultaneously is a way of improving performance of CPU.

简答题官方参考答案 (由简答题聘请的专业题库老师提供的解答)
  抱歉!暂无答案,正在努力更新中……
更多“Performing multiple tasks simultaneously is a way of improving performance of CPU.”相关的问题
第1题
Which step is necessary when constructing an ensemble model?

A、Creating multiple data set

B、Constructing a set of classifiers from the training data

C、Combining predictions made by multiple classifiers to obtain final class label

D、Find the best performing predictions to obtain final class label

点击查看答案
第2题
Skill-based approaches to compensation _______.

A、include the most traditional and widely used types of compensation programs

B、assume that work gets done by people who are paid to perform well-defined jobs

C、assume that workers should be paid not according to the job they hold, but rather by how flexible or capable they are at performing multiple tasks

D、decide pay within the range established for the grade at which employees’ job is classified

点击查看答案
第3题
A vast health checkup is now being conducted in the western Swedish province of Farmland w
ith the use of an automated apparatus for high-speed multiple-blood analyses. Developed by two brothers, the apparatus can process more than 4,000 blood samples a day, subjecting each to 10 or more tests. Automation has cut the cost of the analyses by about 90 percent.

The results so far have been astonishing, for hundreds of Swedes have learned that they have silent symptoms of disorders that neither they nor their physicians were aware of. Among them were iron-deficiency anemia, hypercholesterolemia, hypertension and diabetes.

The automated blood analysis apparatus was developed by Dr. Gunnar Lungner, 49 year-old associate professor of clinical chemistry at Goteborg University, and his borther, Ingmar, 39, the physician in charge of the chemical central laboratory of Stockholm's Hospital for Infectious Diseases. The idea was conceived 15 years ago when Dr. Gunnar Jungner was working as clinical chemist in northern Sweden and was asked by local physician to devise a way of performing multiple analyses on a single blood sample. The design was ready in 1961. Consisting of calorimeters, pumps and other components, many of them American-made, the Jungner apparatus was set up here in Stockholm. Samples from Farmland Province are drawn into the automated system at 90 second intervals. The findings clatter forth in the form. of number printed by an automatic typewriter.

The Jungners predict that advance knowledge about a person's potential ailments by the chemical screening process will result in considerable savings in hospital and other medical costs. Thus, they point out, the blood analyses will actually turn out to cost nothing. In the beginning, the automated blood analyses ran into considerable opposition from some physicians who had no faith in machines and saw no need for so many tests. Some laboratory technicians who saw their jobs threatened also protested. But the opposition is said to be waning.(317)

The author's attitude towards automation is that of ______.

A.indecision

B.remorse

C.indifference

D.favor

点击查看答案
第4题
What is money? That is not so simple a question as might appear. In fact, money can only b
e defined in terms of the functions it performs—that is, by the need it fulfills. As Sir Ralph Hawtrey once noted, "Money is one of those concepts which, like a teaspoon or an umbrella, but unlike an earthquake or a buttercup, are definable primarily by the use or purpose which they serve." Money is anything, regardless of its physical or legal characteristics, that customarily and principally performs certain functions.

Three such functions are usually specified, corresponding to the three basic needs served by money—the need for a medium of exchange, the need for a unit of account, and the need for a store of value. Most familiar is the first, the function of a medium of exchange, whereby goods and services are paid for and contractual obligations discharged. In performing this role the key attribute of money is general acceptability in the settlement of debt. The second function of money, that of a unit of account, is to provide a medium of information—a common denominator or numeraire in which goods and services may be valued and debts expressed. In performing this role money is said to be a "standard of value" or "measure of value" in valuing goods and services and a "standard of deferred payment" in expressing debts. The third function of money, that of a store of value, is to provide a means of holding wealth.

The development of money was one of the most important steps in the evolution of human society, comparable in the words of one writer "with the domestication of animals, the cultivation of the land, and the harnessing of power". Before money there was only barter, the archetypical economic transaction, which required an inverse double coincidence of wants in order for exchange to occur. The two parties to any transaction each had to desire what the other was prepared to offer. This was an obviously inefficient system of exchange since large amounts of time had to be devoted to the necessary process of search and bargaining. Under even the most elemental circumstances barter was unlikely to exhaust all opportunities for advantageous trade.

Bartering is costly in ways too numerous to discuss. Among others, bartering requires an expenditure of time and the use of specialized skills necessary for judging the commodities that are being exchanged. The more advanced the specialization in production and the more complex the economy, the costlier it will be to undertake all the transactions necessary to make any given good reach its ultimate user by using barter.

The introduction of generalized exchange intermediaries cut the Gordian knot of barter by decomposing the single transaction of sale and purchase, thereby obviating the need for a double coincidence of wants. This served to facilitate multilateral exchange; the costs of transactions reduced, exchange ratios could be more efficiently equated with the demand and supply of goods and services. Consequently, specialization in production was promoted and the advantages of economic division of labor became attainable all because of the development of money.

The usefulness of money is inversely proportional to the number of currencies in circulation. The greater the number of currencies, the less is any single money able to perform. efficiently as a lubricant to improve resource allocation and reduce transaction costs. Diseconomies remain because of the need for multiple price quotations (diminishing the information savings derived from money's role as unit of account) and for frequent currency conversions (diminishing the stability and predictability of purchasing power derived from money's roles as medium of exchange and store of value). In all national societies there has been a clear historical tendency to limit the number of currencies, and eventually to standardize the domestic money on just a single cur

A.is common knowledge among informed people

B.is a section of a controversial economic theory

C.breaks new ground in economic thinking

D.is a comprehensive analysis of monetary policy

点击查看答案
第5题
Evolution of Computer Architecture 计算机体系的演变 The study of computer architecture involves bo

Evolution of Computer Architecture

计算机体系的演变

The study of computer architecture involves both hardware organization and programming/software requirements. As seen by an assembly language programmer, computer architecture is abstracted by its instruction set, which includes operation codes (opcode for short), addressing modes, registers, virtual memory, etc.

Legends:

I/E: Instruction Fetch and Execute

SIMD: Single Instruction Streams and Multiple Data Streams

MIMD: Multiple Instruction Streams and Multiple Data Streams Figure 1Tree Showing Architectural Evolution from Sequential Scalar Computers to Vector Processors and Parallel Computers

From the hardware implementation point of view, the abstract machine is organized with CPUs, caches, buses, microcodes, pipelines, physical memory, etc. Therefore, the study of architecture covers both instruction-set architectures and machine implementation organizations.

Over the past four decades, computer architecture has gone through evolutional rather than revolutional changes. Sustaining features are those that were proven performance deliverers, we started with the Von Neumann architecture[1]built as a sequential machine executing scalar data. The sequential computer was improved from bit-serial to word- parallel operations, and from fixed-point to floating-point operations. The Von Neumann architecture is slow due to sequential execution of instructions in programs.

Lookahead, Parallelism and Pipelining[2]

Lookahead techniques were introduced to prefetch instructions in order to overlap I/E (instruction fetch/decode and execution)[3]operations and to enable functiorial parallelism. Functional parallelism was supported by two approaches: One is to use multiple functional units simultaneously, and the other is to practice pipelining at various processing levels.

The latter includes pipelined instruction execution, pipelined arithmetic computations, and memory-access operations. Pipelining has proven especially attractive in performing identical operations repeatedly over vector data strings. Vector operations were originally carried out implicitly by software-controlled looping using scalar pipeline processors.

Flynn's Classification[4]

Flynn introduced a classification of various computer architectures based on notions of instruction and data streams in 1972. Conventional sequential machines are called SISD (single instruction stream over a single data stream)[5]computers. Vector computers are equipped with scalar and vector hardware or appear as SIMD (single instruction stream over multiple data streams)[6]machines. Parallel computers are reserved for MIMD (multiple Instruction streams over multiple data streams)[7]machines.

An MISD (multiple instruction streams and a single data steam)[8]machines are modeled. The same data stream flows through a linear array of processors executing different instruction streams. This architecture is also known as systolic arrays for pipelined execution of specific algorithms.

Of the four machine models, most parallel computers built in the past assumed the MIMD model for general-purpose computations. The SIMD and MISD models are more suitable for special-purpose computations. For this reason, MIMD is the most popular model, SIMD next, and MISD the least popular model being applied in commercial machines.

Parallel Computers

Intrinsic parallel computers are those that execute programs in MIMD mode. There are two major classes of parallel computers, namely, shared-memory multiprocessors and message-passing multicomputers. The major distinction between multiprocessors and multicomputers lies in memory sharing and the mechanisms used for interprocessor communication.

The processors in a multiprocessor system communicate with each other through shared variables in a common memory. Each computer node in a multicomputer system has a local memory, unshared with other nodes. Interprocessor communication is done through message passing among the nodes.

Explicit vector instructions were introduced with the appearance of vector processors. A vector processor is equipped with multiple vector pipelines that can be concurrently used under hardware or firmware control. There are two families of pipelined vector processors.

Memory-to-memory architecture supports the pipelined flow of vector operands directly from the memory to pipelines and then back to the memory. Register-to-register architecture uses vector registers to interface between the memory and functional pipelines.

Another important branch of the architecture tree consists of the SIMD computers for synchronized vector processing. An SIMD computer exploits spatial parallelism rather than temporal parallelism as in a pipelined computer. SIMD computing is achieved through the use of an array of processing elements synchronized by the same controller. Associative memory can be used to build SIMD associative processors.

Development Layers

Hardware configurations differ from machine to machine, even those of the same model. The address space of a processor in a computer system varies among different architectures. It depends on the memory organization, which is machine-dependent. These features are up to[9]the designer and should match the target application domains.

On the other hand, we want to develop application programs and programming environments which are machine-independent. Independent of machine architecture, the user programs can be ported to many computers with minimum conversion costs. High- level languages and communication models depend on the architectural choices made in a computer system. From a programmer's viewpoint, these two layers should be architecture-transparent.

At present, Fortran, C, Pascal, Ada, and Lisp[10]are supported by most computers. However, the communication models, shared variable versus message passing, are mostly machine-dependent. The Linda approach using tuple spaces offers any architecture- transparent communication model for parallel computers.

Application programmers prefer more architectural transparency. However, kernel programmers have to explore the opportunities supported by hardware. As a good computer architect, one has to approach the problem from both ends. The compilers and OS support should be designed to remove as many architectural constraints as possible from the programmer.

New Challenges

The technology of parallel processing is the outgrowth of four decades of research and industrial advances in microelectronics, printed circuits, high-density packaging, advanced processors, memory systems, peripheral devices, communication channels, language evolution, compiler sophistication, operating systems, programming environments, and application challenges.

The rapid progress made in hardware technology has significantly increased the economical feasibility of building a new generation of computers adopting parallel processing. However, the major barrier preventing parallel processing from entering the production mainstream is on the software and application side.

To date, it is still very difficult and painful to program parallel and vector computers[11]. We need to strive for major progress in the software area in order to create a user-friendly environment for high-power computers. A whole new generation of programmers need to be trained to program parallelism effectively. High-performance computers provide fast and accurate solutions to scientific, engineering, business, social, and defense problems.

Representative real-life problems include weather forecast modeling, computer-aided design of VLSI[12]circuits, large-scale database management, artificial intelligence, crime control, and strategic defense initiatives, just to name a few. The application domains of parallel processing computers are expanding steadily. With a good understanding of scalable computer architectures and mastery of parallel programming techniques the reader will be better prepared to face future computing challenges.

Notes

[1] the Von Neumann architecture: 冯·诺依曼体系结构,由匈牙利科学家Von Neumann于1946年提出。其基本思想是“存储程序”的概念,即把程序与数据存放在线性编址的存储器中,依次取出,进行解释和执行。

[2] Lookahead, Parallelism and Pipelining: 先行(预见)、并行性和流水线技术(管线)。

[3] I/E (instruction fetch/decode and execution):取指令(指令去还)。

[4] Flynn Classification:弗林分类法,M.J. 弗林于1966年提出的、根据系统的指令和数据对计算机系统进行分类的一种方法。

[5] SISD(single instruction stream over a single data stream):单指令单数据流(或single instruction single data).

[6] SIMD (single instruction stream over multiple data streams):单指令多数据流(或single instruction multiple data).

[7] MIMD (multiple Instruction streams over multiple data streams):多指令多数据流(或multiple Instruction multiple data).

[8] MISD (multiple instruction streams and a single data steam):多指令单数据流(或multiple instruction single data).

[9] up to:应由某人担任或负责。如:It is up to them to decide. 应由他们决定。这一句可译为“这些特性由设计者考虑决定”。

[10] Fortran, C, Pascal, Ada, and Lisp: (分别是)Fortran语言、C语言、Pascal语言、Ada语言和Lisp语言。

[11] vector computers:向量计算机;向量电脑;一种数组计算机(an array computer)。

[12] VLSI: very large scale integration超大规模集成电路;大规模积体电路。

点击查看答案
第6题
Schools that teach performing arts are not good at teaching physics.Schools that teach performing arts are not good at teaching physics.
点击查看答案
第7题
A.performingB.playingC.undertakingD.lacking

A.performing

B.playing

C.undertaking

D.lacking

点击查看答案
第8题
Mendel developed his second law by performing a series of () crosses in his pea plants.
点击查看答案
第9题
Value creation refers to performing activities that increase the value of goods or ser
vices to _________.

A.consumers

B.investors

C.stakeholders

D.shareholders

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

1. 搜题次数扣减规则:

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

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

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

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

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

订单号:

遇到问题请联系在线客服

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

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

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

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

简答题官方微信公众号

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