题目内容

题1:网络协议是计算机网络和分布系统中互相通信的 (1) 间交换信息时必须遵守的规则的集合。协议的关键成分中 (2) 是数据和控制信息的结构或格式; (3) 是用于协调和进行差错处理的控制信息;定时是对事件实现顺序的详细说明,而网络体系结构则是 (4) 。题2:CMM是软件能力成熟度模型,它包含5个级别,其中KPA——定量软件过程属于 (5) 级别。 3()

A. 语义
B. 差错控制
C. 协议
D. 协同控制

查看答案
更多问题

为了进行差错控制,必须对传送的数据帧进行校验。在局域网中广泛使用的校验方法是 (1) 校验。CRC-16标准规定的生成多项式为G(x)=X16+X15+X2+1,它产生的校验码是 (2) 位,接收端发现错误后采取的措施是 (3) 。如果CRC的生成多项式为G(X)=X4+X+1,信息码宇为10110,则计算出的CRC校验码是 (4) 。要检查出d位错,码字之间的海明距离最小值应为 (5) 。 3()

A. 自动纠错
B. 报告上层协议
C. 自动请求重发
D. 重新生成原始数据

有以下程序 #include<iostream> using namespace std; class sample { private: int x; public: sample(int a) { x=a; } friend double square(sample s); }; double square(sample S) { return s.x*s.x; } int main() { sample s1(20),s2(30); cout<<square(s2)<<endl; return 0; } 执行结果是

A. 20
B. 30
C. 900
D. 400

与线路交换相比,分组交换最大的优点是 (1) ,最大的缺点是 (2) 。设待传送数据总长度为L位分组长度为P位,其中头部开销长度为H位,源节点到目的节点之间的链路数为h,每个键路上的延迟时间为D秒,数据传输率为B bit/s,线路交换和虚电路建立连接的时间都为Ss,在分组交换方式下每个中间节点产生d bit的延迟时间,则传送所有数据,线路交换需时间为 (3) s,虚电路分组交换所需时间为 (4) s,数据报分组交换所需时间为 (5) s。([X]表示对X向上取整) 5()

A. (hd/B+P/B)×[L/(P-H)]
B. (hD+P/B)×[L/(P-H)]
C. [(h-1)d/B+hD+P/B]×[L/(P-H)]
D. [(h-1)d/B+hD+P/B]×[L/P]

An awkward-looking character such as Cyrano de Bergerac might sniff at the suggestion, but recent scientific research shows beauty, brains and brawn may in fact all be allied, writes Dr. Raj Persaud.(46) Psychologists have concluded that we may be drawn to the stereotypically attractive because of what their faces reveal about their intelligence and success in later life. In America, research led by Professor Leslie Zebrowitz, of Brandeis University, has shown an association between facial attractive and IQ. Strangers briefly exposed to a target’s face were able to correctly judge intelligence at levels significantly better than chance.The same team also researched how a person’s attractiveness might bear relation to their intelligence. They found that good-looking people did better in IQ tests as they aged. (47) Their research sought to prove that how a person perceived himself and was perceived by others predicted how intelligent he apparently became more accurately than his past intelligence. (48) Perhaps because the more attractive people were treated as more intelligent, they ended up having more stimulating and, therefore, intelligence-enhancing lives.Does this mean that your face really could be your destiny Sociologists Dr. Ulrich Mueller and Dr. Allan Mazur, of the University of Marburg in Germany, recently analyzed the final-year photographs of the 1950’s graduates of West Point in the United States. Dominant facial appearances turned out to be a consistent predictor of later-rank attainment.Again, they believed there could be a self-fulfilling effect. (49) Because some men looked more authoritative, they naturally drew respect and obedience from others which, in turn, assisted their rise through the ranks.A team at the Royal College of Surgeons in Dublin has been investigating the sensitive subject of links between physical and mental abnormalities. Led by Doctors Robin Hennessy and John Waddington, the team used a new laser surface-scanning technique to make a 3-D analysis of how facial shape might vary with brain structure. Their findings showed that in early fetal life, brain and face development are intimately connected. From this they concluded that abnormalities in brain elaboration probably also affect face development.This, according to them, explains the striking facial features of some one with Down’s syndrome. (50) Using similar techniques, the team also demonstrated how other disorders linked to brain aberrations could be associated with facial alterations.So the very latest scientific research suggests that nobody should try to look too obviously different from average. Using similar techniques, the team also demonstrated how other disorders linked to brain aberrations could be associated with facial alterations.

答案查题题库