题目内容

学生的思想品德是在社会交往中形成的,没有社会交往,就没有社会道德。( )

A. 对
B. 错

查看答案
更多问题

The wet volcanic ash that covered a Maya village in Central America in about AD 595 coated and preserved everyday objects beans, chilies, rope, gourds, even unwashed dishes -- just as they had been left, giving archaeologists a rare chance to learn about the everyday lives of the people of this pre-Columbian village. Exploration of the site, which is located in E1 Salvador and has been given the name Joya de Ceren, is now in its eighth season, and archaeologists are continuing to make new finds. The volcanic eruption that entombed Ceren more than 1,400 years ago began when lava pushed its way close enough to the surface to create a great explosion of steam and. ash that was centered just north of the village. The archaeologists have not found the remains of any human beings killed by the eruption in Ceren, suggesting that they had enough warning to flee. The eruption buried Ceren in a layer of ash 4 to 6 m (13 to 20 ft) deep over a period of a few days. One of the most striking of the conclusions drawn from the Ceren site is that the people of this ancient village lived more comfortably than average Salvadorans do today. Ceren’s architecture, crafts, and agriculture were surprisingly sophisticated and varied. They ate a rich variety of foods, had spacious, well-ventilated living and working quarters, and lavishly decorated many of their ceramic items. Yet Caren was an average farming village, not a seat of the ruling class or a regional center of commerce, archaeologists said. The village of Ceren was rediscovered in 1976 when a bulldozer operator knocked into the wall of one of the structures. Grasses that made up the thatched roof of the dwelling were still preserved, leading an archaeologist to conclude that the structure was recent. After two years, anthropologist Payson D. Sheets of the University of Colorado at Boulder discovered the antiquity of the structures when he dated a sample of thatch to about 1,400 years ago. Sheets was able to survey the site for only a few years before the civil war in El Salvador made it too dangerous to continue. The archaeologists left the site, located northwest of San Salvador, the capital, in 1980 and did not return until 1989. Since then, archaeologists led by Sheets have returned each year. As of spring 1997, they had digged 12 buildings, including a community hall, living quarters, kitchens, storerooms, a religious hall, a sauna, and even a small building believed to be the workplace of a shaman (a priest who uses magic). The smallest objects of daily life were preserved, sometimes as actual organic matter such as seeds or stems, sometimes as impressions in the ash such as that of a cornstalk or a squash. By sending radar signals through the ground in order to detect buried objects, archaeologists in I994 located 22 additional structures still buried in ash. Archaeologists at the site have found the remains of animals including dogs, deer, and a duck tied to a pole. All that remains of the people of Ceren, however, are their footprints, and a few teeth, believed to have been tossed on a roof for good luck. When the teeth were found, workers told Sheets that throwing teeth on the roof is a tradition still practiced by some people in rural El Salvador today. The best title for this passage might be ______.

A Still Life in Ash Reveals Pre-Columbian Village Culture
B. A New Discovery
Ceren’s Living Recently
D. Eruption’s Miracle

阅读下列程序和控制流图,将应填入 (n) 的字句写在答题纸的对应栏内。 【程序】 下面是一段求最大值的程序,其中datalist是数据表,n是datalist的长度+ int GetMax (int n, int datalist[]) { int k=0; for (int j=1;j<n;j++) if (datalist[j] > datalist[k]) k=j; retum k; 【控制流图】 【问题3】 用基本路径覆盖法给出测试路径。

One thing that distinguishes the online world from the real one is that it is very easy to find things. To find a copy of The Economist in print, one has to go to a news-stand, which may or may not carry it. Finding it online, though, is a different proposition. Just go to Google, type in "economist" and you will be instantly directed to economist.com. Though it is difficult to remember now, this was not always the case. Indeed, until Google, now the world’s most popular search engine, came on to the scene in September 1998, it was not the case at all. As in the physical world, searching online was a hit-or-miss affair. Google was vastly better than anything that had come before: so much better, in fact, that it changed the way many people use the web. Almost overnight, it made the web far more useful, particularly for nonspecialist users, many of whom now regard Google as the internet’s front door. The recent fuss over Google’s stock market flotation obscures its far wider social significance: few technologies, after all, are so influential that their names become used as verbs. Google began in 1998 as an academic research project by Sergey Brin and Lawrence Page, who were then graduate students at Stanford University in Palo Alto, California. It was not the first search engine, of course. Existing search engines were able to scan or "crawl" a large portion of the web, build an index, and then find pages that matched particular words. But they were less good at presenting those pages, which might number in the hundreds of thousands, in a useful way. Mr Brin’s and Mr Page’s accomplishment was to devise a way to sort the results by determining which pages were likely to be most relevant. They did so using a mathematical recipe, or algorithm, called PageRank. This algorithm is at the heart of Google’s success, distinguishing it from all previous search engines and accounting for its apparently magical ability to find the most useful web pages. Untangling the web PageRank works by analysing the structure of the web itself. Each of its billions of pages can link to other pages, and can also, in turn, be linked to. Mr Brin and Mr Page reasoned that if a page was linked to many other pages, it was likely to be important. Furthermore, if the pages that linked to a page were important, then that page was even more likely to be important. There is, of course, an inherent circularity to this formula--the importance of one page depends on the importance of pages that link to it, the importance of which depends in turn on the importance of pages that link to them. But using some mathematical tricks, this circularity can be resolved, and each page can be given a score that reflects its importance. The simplest way to calculate the score for each page is to perform a repeating or "iterative" calculation (see article). To start with, all pages are given the same score. Then each link from one page to another is counted as a "vote" for the destination page. Each page’s score is recalculated by adding up the contribution from each incoming link, which is simply the score of the linking page divided by the number of outgoing links on that page. (Each page’s score is thus shared out among the pages it links to.) Once all the scores have been recalculated, the process is repeated using the new scores, until the scores settle down and stop changing (in mathematical jargon, the calculation "converges"). The final scores can then be used to rank search results: pages that match a particular-set of search terms are displayed in order of descending score, so that the page deemed most important appears at the top of the list. "Though it is difficult to remember now, this was not always the case." In the 1st paragragh, this sentence suggests that ______.

A. today Google has become a commonplace way to find information online
B. Google made a great contribution to searching online
C. Google changed a lot
D. Google is different from other search engines

在一个Cache存储系统中,Cache的访问周期为10ns,主存储器的访问周期为60ns,每个数据在Cache中平均重复使用4次,当块的大小为1个字时,存储系统的访问效率只有0.5,现在要通过增加块大小,使存储系统的访问效率达到0.94。 (1)当存储系统的访问效率是0.5时,计算命中率和平均访问时间。 (2)为了使存储系统的访问效率达到0.94,命中率和等效访问周期应提高到多少 (3)为了使存储系统的访问效率从0.5提高到0.94,块的大小至少增加到几个字

答案查题题库