67、以下关于Web测试的叙述中,不正确的是( )。 A. Web软件的测试贯穿整个软件生命周期
B. 按系统架构划分,We测试分为客户端测试、服务端测试和网络测试
C. Web系统测试与其他系统测试测试内容基本不同但测试重点相同
D. Web性能测试可以采用工具辅助 答案: C
68、以下不属于安全防护策略的是( )。 A. 入侵检测 B. 隔离防护 C. 安全测试 D. 漏洞扫描 答案: C
69、标准符合性测试中的标准分类包括( )。
①数据内容类标准②通信协议类标准③开发接口类标准④信息编码类标准 A. ③④ B. ②④ C. ②③④
D. ①②③④ 答案: D
70、 以下关于软件可靠性管理的叙述中,不正确的是( )。 A. 在需求分析阶段确定软件的可靠性目标 B. 在设计阶段进行可靠性评价 C. 在测试阶段津行可靠性测试 D. 在实施阶段吹集可靠性数据 答案: B
The development of the Semantic Web proceeds in steps , each step building a layer on top of another .The pragmatic justification for this approach is that it is easier to achieve (71) on small steps , whereas it is much harder to get everyone on board if too much is attempted . Usually there are several research groups moving in different directions ; this (72) of ideas is a major driving force for scientific progress . However , from an engineering perspective there is a need to standardize .So , if most researchers agree on certain sues and disagree on others , it makes sense to fix the points of agreement .This way , even if he more ambitious research efforts should fail , there will be at least (73) positive outcomes . Once a (74) has been established , many more groups and companies will adopt it ,instead of waiting to see which of the alternative research lines
will be successful in the end he nature of the semantic web is such that companies and single users must build tools , add content , and use that content .We cannot wait until the full semantic web vision materializes-it may take another ten years for it to be realized to its full (75) ( as envisioned today , of course ).
71、 A. conflicts B. consensus C. success D. disagreement 答案: B
72、 A. competition B. agreement C. cooperation D. collaboration 答案: A 73、 A. total B. complete C. partial D. entire 答案: C
74、 A. technology
B. standard C. pattern D. model 答案: B 75、 A. area B. goal C. object D. extent 答案: D
语义网络的发展是一步一步的,每一步都建立在另一部的基础之上。选择这种方法的现实理由就是因为很容易对一小步取得成功,而如果想要一步到位就难得多。通常,很多研究组织都是从不同方向考虑的,这种思想的竞争的方式是科学进步的驱动力。然而,从工程的角度来说是需要进行标准化的。因此,如果大多数研究者同意某个观点不同意另一个的时候,改正观点是有意义的。这样,即使再宏大的研究努力也会失败,可能会有局部的积极效果。
一旦一个技术被建立,许多组织和企业都会采纳,而不是等待并查看其他研究线是否会获得成果。语义网络的性质就是让企业和单个用户必须构建工具,添加内容并使用。我们不会等着整个语义网络被物化——因为实现它的全部内容需要再过十年时间(当然是按照今天所设想)
下午试卷 案例
第1题
阅读下列C程序,回答问题1至问题3,将解答填入答题纸的对应栏内。 【C程序】
Int DoString(char*string){ char *argv[100]; Int argc=1; while(1)
{ //1 while(*string&& //2,3
String++; //4
if(!*string) //5
break; //6
argv[argc]=string;
while(*string && //7,8,9,10
*string!=\ *string!='\\n'&& *string!='-') *string!= '\\t')