综合知识
1/75
在Excel中,设单元格F1的值为38,若在单元格F2中输入公式《=IF(AND(38<F1,F1<100)《输入正确》,《输入错误》)》,则单元格F2显示的内容为( )。
综合知识
2/75
采用IE浏览器访问清华大学校园网主页时,正确的地址格式为( )。
综合知识
3/75
CPU中设置了多个寄存器,其中,( )用于保存待执行指令的地址。
综合知识
4/75
在计算机系统中常用的输入/输出控制方式有无条件传送、中断、程序查询和DMA等。其中,采用( )方式时,不需要CPU控制数据的传输过程。
综合知识
5/75
CPU是一块超大规模的集成电路,其中主要部件有( )。
综合知识
6/75
对计算机评价的主要性能指标有时钟频率、( )、运算精度、内存容量等。
综合知识
7/75
在字长为16位、32位、64位或128位的计算机中,字长为( )位的计算机数据运算精度最高。
综合知识
8/75
以下关于防火墙功能特性的说法中,错误的是( )。
综合知识
9/75
计算机软件著作权的保护对象是指( )。
综合知识
10/75
某软件公司项目组的程序员在程序编写完成后均按公司规定撰写文档,并上交公司存档。此情形下,该软件文档著作权应由( )享有。
综合知识
11/75
将二进制序列1011011表示为十六进制,为( )。
综合知识
12/75
采用模2除法进行校验码计算的是( )。
综合知识
13/75
当一个双处理器的计算机系统中同时存在3个并发进程时,同一时刻允许占用处理器的进程数( )。
综合知识
14/75
假设系统有n (n≧5)个并发进程共享资源R ,且资源R的可用数为2。若采用PV操作,则相应的信号量S的取值范围应为( )。
综合知识
15/75
编译和解释是实现高级程序设计语言的两种方式,其区别主要在于( )。
综合知识
16/75
下图所示的非确定有限自动机(s0为初态, S3为终态)可识别字符串( )。
综合知识
17/75
表示"以字符a开头且仅由字符a、b构成的所有字符串"的正规式为( )。
综合知识
18/75
在单入口单出口的do...while 循环结构中,( )。
综合知识
19/75
将源程序中多处使用的同一个常数定义为常量并命名,( )。
综合知识
20/75
函数main()、f()的定义如下所示。调用函数f()时,第一个参数采用传值(call by value)方式,第二个参数采用传引用(call by reference )方式,main()执行后输出的值为( )。
综合知识
21/75
对于初始为空的栈S,入栈序列为a、b、c、d,且每个元素进栈、出栈各1次。若出栈序列的第一个元素为d,则合法的出栈序列为( )。
综合知识
22/75
对于下面的有向图,其邻接矩阵是一个(22)的矩阵。 采用邻接链表存储时,顶点0的表结点个数为2,顶点3的表结点个数为0,顶点1的表结点个数为(23)。
综合知识
23/75
对于下面的有向图,其邻接矩阵是一个(22)的矩阵。 采用邻接链表存储时,顶点0的表结点个数为2,顶点3的表结点个数为0,顶点1的表结点个数为(23)。
综合知识
24/75
行为型设计模式描述类或对象如何交互和如何分配职责。( )模式是行为型设计模式。
综合知识
25/75
在结构化分析方法中,用于行为建模的模型是( 25),其要素包括(26)。
综合知识
26/75
在结构化分析方法中,用于行为建模的模型是( 25),其要素包括(26)。
综合知识
27/75
有两个N*N的矩阵A和B,想要在微机(PC 机)上按矩阵乘法基本算法编程实现计算A*B。假设N较大,本机内存也足够大,可以存下A、B和结果矩阵。那么,为了加快计算速度,A和B在内存中的存储方式应选择( )。
综合知识
28/75
某企业职工关系EMP(E_no,E_name,DEPT,E_addr,E_tel)中的属性分别表示职工号、姓名、部门、地址和电话;经费关系FUNDS (E_no,E_limit,E_used) 中的属性分别表示职工号、总经费金额和已花费金额。若要查询部门为"开发部"且职工号为 "03015 "的职工姓名及其经费余额,则相应的SQL语句应为:
SELECT (28)
FROM (29)
WHERE (30)
综合知识
29/75
某企业职工关系EMP(E_no,E_name,DEPT,E_addr,E_tel)中的属性分别表示职工号、姓名、部门、地址和电话;经费关系FUNDS (E_no,E_limit,E_used) 中的属性分别表示职工号、总经费金额和已花费金额。若要查询部门为"开发部"且职工号为 "03015 "的职工姓名及其经费余额,则相应的SQL语句应为:
SELECT (28)
FROM (29)
WHERE (30)
综合知识
30/75
某企业职工关系EMP(E_no,E_name,DEPT,E_addr,E_tel)中的属性分别表示职工号、姓名、部门、地址和电话;经费关系FUNDS (E_no,E_limit,E_used) 中的属性分别表示职工号、总经费金额和已花费金额。若要查询部门为"开发部"且职工号为 "03015 "的职工姓名及其经费余额,则相应的SQL语句应为:
SELECT (28)
FROM (29)
WHERE (30)
综合知识
31/75
以下关于瀑布模型的优点的叙述中,不正确的是( )。
综合知识
32/75
现要开发一个软件产品的图形用户界面,则最适宜采用( )过程模型。
综合知识
33/75
某软件项目的活动图如下图所示,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,边上的数字表示活动的持续时间(天)。活动 EH 最多可以晚开始(33)天而不影响项目的进度。由于某种原因,现在需要同一个工作人员完成BC和BD ,则 完成该项目的最少时间为(34)天。
综合知识
34/75
某软件项目的活动图如下图所示,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,边上的数字表示活动的持续时间(天)。活动 EH 最多可以晚开始(33)天而不影响项目的进度。由于某种原因,现在需要同一个工作人员完成BC和BD ,则 完成该项目的最少时间为(34)天。
综合知识
35/75
关于风险的叙述中,不正确的是( )。
综合知识
36/75
对某商店业务处理系统采用数据流图(DFD)进行功能建模,其中《检查订货单》是其中一个(36)。由于在进行订货单检查时,需要根据客户的欠款情况、订单金额等多个条件判断是否采取发出催款单、准备货物、发出发货单等行为,此时适合采用(37)进行描述。
综合知识
37/75
对某商店业务处理系统采用数据流图(DFD)进行功能建模,其中《检查订货单》是其中一个(36)。由于在进行订货单检查时,需要根据客户的欠款情况、订单金额等多个条件判断是否采取发出催款单、准备货物、发出发货单等行为,此时适合采用(37)进行描述。
综合知识
38/75
模块A将其中的学生信息,即学生姓名、学号、手机号等放到一个结构体中,传递给模块B,则模块A和B之间的耦合类型为( )耦合。
综合知识
39/75
某模块内涉及多个功能,这些功能必须以特定的次序执行,则该模块的内聚类型为( )内聚。
综合知识
40/75
给定包含n个正整数的数组A和正整数x,要判断数组A中是否存在两个元素之和等于x。先用插入排序算法对数组A进行排序,再用以下过程P来判断是否存在两个元素之和等于x。
low=1;
high=n;
while(high>low)
if A[low]+A[high]=X return true;
else if A[low]+A[high]>x low++;
else high--;
return false;
则过程P的时间复杂度为(40),整个算法的时间复杂度为(41)。
综合知识
41/75
给定包含n个正整数的数组A和正整数x,要判断数组A中是否存在两个元素之和等于x。先用插入排序算法对数组A进行排序,再用以下过程P来判断是否存在两个元素之和等于x。
low=1;
high=n;
while(high>low)
if A[low]+A[high]=X return true;
else if A[low]+A[high]>x low++;
else high--;
return false;
则过程P的时间复杂度为(40),整个算法的时间复杂度为(41)。
综合知识
42/75
高度为n的完全二叉树最少的结点数为( )。
综合知识
43/75
采用折半查找算法有序表{7,15,18,21,27,36,42,48 ,51,54,60,72}中寻找值为15和38,分别需要进行( )次元素之间的比较。
综合知识
44/75
下图是(44)设计模式的类图,该设计模式的目的是(45),图中,Abstraction和RefinedAbstraciton之间是(46)关系,Abstraction和Implementor之间是(47)关系。
综合知识
45/75
下图是(44)设计模式的类图,该设计模式的目的是(45),图中,Abstraction和RefinedAbstraciton之间是(46)关系,Abstraction和Implementor之间是(47)关系。
综合知识
46/75
下图是(44)设计模式的类图,该设计模式的目的是(45),图中,Abstraction和RefinedAbstraciton之间是(46)关系,Abstraction和Implementor之间是(47)关系。
综合知识
47/75
下图是(44)设计模式的类图,该设计模式的目的是(45),图中,Abstraction和RefinedAbstraciton之间是(46)关系,Abstraction和Implementor之间是(47)关系。
综合知识
48/75
传统编译器进行词法分析、语法分析、代码生成等步骤的处理时,前一阶段处理的输出是后一阶段处理的输入,则采用的软件体系结构风格是(48)。该体系结构的优点不包括(49)。
综合知识
49/75
传统编译器进行词法分析、语法分析、代码生成等步骤的处理时,前一阶段处理的输出是后一阶段处理的输入,则采用的软件体系结构风格是(48)。该体系结构的优点不包括(49)。
综合知识
50/75
系统交付后,修改原来打印时总是遗漏最后一行记录的问题,该行为属于( )维护。
综合知识
51/75
软件测试的对象不包括( )。
综合知识
52/75
以下不属于单元测试测试内容的( )。
综合知识
53/75
以下不属于文档测试测试范围的是( )。
综合知识
54/75
以下关于软件测试和软件质量保证的叙述中,不正确的是( )。
综合知识
55/75
以下关于软件测试原则的叙述中,正确的是( )。
①所有软件测试都应追溯到用户需求
②尽早地和不断地进行软件测试
③完全测试是不可能的
④测试无法发现软件潜在的缺陷
⑤需要充分注意测试中的群集现象
综合知识
56/75
按照开发阶段划分,软件测试可以分为( )。
①单元测试 ②集成测试③系统测试④确认测试
⑤用户测试 ⑥验收测试⑦第三方测试
综合知识
57/75
以下不属于软件编码规范评测内容的是( )。
综合知识
58/75
以下关于确认测试的叙述中,不正确的是( )。
综合知识
59/75
根据输入输出等价类边界上的取值来设计用例的黑盒测试方法是( )。
综合知识
60/75
以下关于判定表测试法的叙述中,不正确的是( )。
综合知识
61/75
一个程序的控制流图中有5个节点、9条边,在测试用例数最少的情况下,确保程序中每个可执行语句至少执行一次所需测试用例数的上限是( )。
综合知识
62/75
对于逻辑表达式(((a>0)&&(b>0))||c<5),需要( )个测试用例才能完成条件组合覆盖。
综合知识
63/75
以下关于黑盒测试的测试方法选择策略的叙述中,不正确的是( )。
综合知识
64/75
以下关于负载压力测试的叙述中,不正确的是( )。
综合知识
65/75
以下不属于负载压力测试的测试指标是( )。
综合知识
66/75
以下关于测试方法的叙述中,不正确的是( )。
综合知识
67/75
以下关于Web测试的叙述中,不正确的是( )。
综合知识
68/75
以下不属于安全防护策略的是( )。
综合知识
69/75
标准符合性测试中的标准分类包括( )。
①数据内容类标准②通信协议类标准③开发接口类标准④信息编码类标准
综合知识
70/75
以下关于软件可靠性管理的叙述中,不正确的是( )。
综合知识
71/75
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 ).
综合知识
72/75
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 ).
综合知识
73/75
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 ).
综合知识
74/75
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 ).
综合知识
75/75
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 ).