综合知识
1/75
三总线结构的计算机总线系统由()组成。
综合知识
2/75
计算机采用分级存储体系的主要目的是为了解决()问题。
综合知识
3/75
属于CPU中算术逻辑单元的部件是()。
综合知识
4/75
内存按字节编址从A5000H到DCFFFH的区域其存储容量为()。
综合知识
5/75
以下关于RISC和CISC的叙述中,不正确的是()。
综合知识
6/75
Flynn分类法基于信息流特征将计算机分成4类,其中()只有理论意义而无实例。
综合知识
7/75
网络系统中,通常把()置于DMZ区。
综合知识
8/75
以下关于拒绝服务攻击的叙述中,不正确的是()。
综合知识
9/75
()不是蠕虫病毒。
综合知识
10/75
甲公司接受乙公司委托开发了一项应用软件,双方没有订立任何书面合同。在此情形下()享有该软件的著作权。
综合知识
11/75
甲、乙软件公司于2013年9月12日就其财务软件产品分别申请《大堂》和《大唐》商标注册。两财务软件相似,且经协商双方均不同意放弃使用其申请注册的商标标识。此情形下,()获准注册。
综合知识
12/75
以下媒体中(12)是表示媒体,(13)是表现媒体。
综合知识
13/75
以下媒体中(12)是表示媒体,(13)是表现媒体。
综合知识
14/75
显示深度、图像深度是图像显示的重要指标。当()时,显示器不能完全反映数字图像电使用的全部颜色。
综合知识
15/75
以下关于结构化开发方法的叙述中,不正确的是()。
综合知识
16/75
模块A、B和C都包含相同的5个语句,这些语句之间没有联系。为了避免重复把这5个语句抽取出来组成一个模块D,则模块D的内聚类型为()内聚。
综合知识
17/75
某个项目在开发时采用了不成熟的前沿技术,由此而带来的风险属于()风险。
综合知识
18/75
属于面向对象、解释型程序设计语言的是()。
综合知识
19/75
下图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示活动,边的权重表示活动的持续时间,则里程碑(19)在关键路径上。活动GH的松弛时间是(20)。
综合知识
20/75
下图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示活动,边的权重表示活动的持续时间,则里程碑(19)在关键路径上。活动GH的松弛时间是(20)。
综合知识
21/75
算术表达式《(a-b)*(c+d)》的后缀式是()。
综合知识
22/75
将高级语言源程序翻译成机器语言程序的过程中,常引入中间代码。以下关于中间代码的叙述中,不正确的是()。
综合知识
23/75
假设系统采用PV操作实现进程同步与互斥。若n个进程共享两台打印机,那么信号量S的取值范围为()。
综合知识
24/75
假设段页式存储管理系统中的地址结构如下图所示,则系统()。
综合知识
25/75
假设磁盘块与缓冲区大小相同,每个盘块读入缓冲区的时间为10μs,由缓冲区送至用户区的时间是5μs,系统对每个磁盘块数据的处理时间为2μs。若用户需要将大小为10个磁盘块的Docl文件逐块从磁盘读入缓冲区,并送至用户区进行处理,那么采用单缓冲区需要花费的时间为(25)μs;采用双缓冲区需要花费的时间为(26)μs。
综合知识
26/75
假设磁盘块与缓冲区大小相同,每个盘块读入缓冲区的时间为10μs,由缓冲区送至用户区的时间是5μs,系统对每个磁盘块数据的处理时间为2μs。若用户需要将大小为10个磁盘块的Docl文件逐块从磁盘读入缓冲区,并送至用户区进行处理,那么采用单缓冲区需要花费的时间为(25)μs;采用双缓冲区需要花费的时间为(26)μs。
综合知识
27/75
在如下所示的进程资源图中,(27);该进程资源图是(28)。
综合知识
28/75
在如下所示的进程资源图中,(27);该进程资源图是(28)。
综合知识
29/75
以下关于增量模型的叙述中,正确的是()。
综合知识
30/75
以下关于CMM的叙述中,不正确的是()。
综合知识
31/75
在ISO/IEC软件质量模型中,可靠性是指在规定的一段时间内和规定的条件下,软件维持在其性能水平的能力;其子特性不包括()。
综合知识
32/75
在软件开发过程中,系统测试阶段的测试目标来自于()阶段。
综合知识
33/75
以下关于文档的叙述中,不正确的是()。
综合知识
34/75
下图所示的程序流程图中有(34)条不同的简单路径。采用McCabe度量法计算该程序图的环路复杂性为(35)。
综合知识
35/75
下图所示的程序流程图中有(34)条不同的简单路径。采用McCabe度量法计算该程序图的环路复杂性为(35)。
综合知识
36/75
以下关于软件维护和可维护性的叙述中,不正确的是()。
综合知识
37/75
类()之间存在着一般和特殊的关系。
综合知识
38/75
多态分为参数多态、包含多态、过载多态和强制多态四种不同形式,其中()多态在许多语言中都存在,最常见的例子就是子类泛型化。
综合知识
39/75
在面向对象程序设计语言中,对象之间通过(39)方式进行通信。以下关于好的面向对象程序设计语言的叙述中,不正确的是(40)。
综合知识
40/75
在面向对象程序设计语言中,对象之间通过(39)方式进行通信。以下关于好的面向对象程序设计语言的叙述中,不正确的是(40)。
综合知识
41/75
UML中有4种事物:结构事物、行为事物、分组事物和注释事物。类、接口、构建属于(41)事物;依附于一个元素或一组元素之上对其进行约束或解释的简单符号为(42)事物。
综合知识
42/75
UML中有4种事物:结构事物、行为事物、分组事物和注释事物。类、接口、构建属于(41)事物;依附于一个元素或一组元素之上对其进行约束或解释的简单符号为(42)事物。
综合知识
43/75
一组对象以定义良好但是复杂的方式进行通信,产生的相互依赖关系结构混乱且难以理解。采用(43)模式,用一个中介对象来封装一系列的对象交互,从而使各对象不需要显式地相互引用,使其耦合松散,。而且可以独立地改变它们之间的交互。此模式与(44)模式是相互竞争的模式,主要差别是:前者的中介对象封装了其它对象间的通信,而后者通过引入其它对象来分布通信。
综合知识
44/75
一组对象以定义良好但是复杂的方式进行通信,产生的相互依赖关系结构混乱且难以理解。采用(43)模式,用一个中介对象来封装一系列的对象交互,从而使各对象不需要显式地相互引用,使其耦合松散,。而且可以独立地改变它们之间的交互。此模式与(44)模式是相互竞争的模式,主要差别是:前者的中介对象封装了其它对象间的通信,而后者通过引入其它对象来分布通信。
综合知识
45/75
UML图中,一张交互图显示一个交互。由一组对象及其之间的关系组成,包含它们之间可能传递的消息。()不是交互图。
综合知识
46/75
图所示为(46)设计模式,适用于(47)。
综合知识
47/75
图所示为(46)设计模式,适用于(47)。
综合知识
48/75
对高级语言源程序进行编译的过程可以分为多个阶段,分配寄存器的工作在()阶段进行。
综合知识
49/75
以下关于下图所示有限自动机的叙述中,不正确的是()。
综合知识
50/75
对于大多数通用程序设计语言,用()描述其语法即可。
综合知识
51/75
在数据库逻辑结构设计阶段,需要(51)阶段形成的(52)作为设计依据。
综合知识
52/75
在数据库逻辑结构设计阶段,需要(51)阶段形成的(52)作为设计依据。
综合知识
53/75

下列查询B= 《信息》且E= 《北京》的A、B、E的关系代数表达式中,查询效率最高的是 (55)。
综合知识
54/75

下列查询B= 《信息》且E= 《北京》的A、B、E的关系代数表达式中,查询效率最高的是 (55)。
综合知识
55/75

下列查询B= 《信息》且E= 《北京》的A、B、E的关系代数表达式中,查询效率最高的是 (55)。
综合知识
56/75
给定关系模式R(U,F),U={A,B,C,D,E,H},函数依赖集F={A→B,A→C,C→D,AE→H}。关系模式R的候选关键字为()。
综合知识
57/75
对于线性表,相对于顺序存储,采用链表存储的缺点是()。
综合知识
58/75
若一个栈初始为空,其输入序列是1,2,3,…,n-1,n,其输出序列的第一个元素为k(1≤k≤「n/2」),则输出序列的最后一个元素是 () 。
综合知识
59/75
某个二叉查找树(即二叉排序树)中进行查找时,效率最差的情形是该二叉查找树是()。
综合知识
60/75
在字符串的KMP模式匹配算法中,需先求解模式串的next函数值,其定义如下式所示,j表示模式串中字符的序号(从1开始)。若模式串p为《abaac》,则其next函数值为()。
综合知识
61/75
快速排序算法在排序过程中,在待排序数组中确定一个元素为基准元素,根据基准元素把待排序数组划分成两个部分,前面一部分元素值小于等于基准元素,而后面一部分元素值大于基准元素。然后再分别对前后两个部分进一步进行划分。根据上述描述,快速排序算法采用了(61)算法设计策略。可知确定基准元素操作的时间复杂度为Θ (n),则快速排序算法的最好和最坏情况下的时间复杂度为(62)。
综合知识
62/75
快速排序算法在排序过程中,在待排序数组中确定一个元素为基准元素,根据基准元素把待排序数组划分成两个部分,前面一部分元素值小于等于基准元素,而后面一部分元素值大于基准元素。然后再分别对前后两个部分进一步进行划分。根据上述描述,快速排序算法采用了(61)算法设计策略。可知确定基准元素操作的时间复杂度为Θ (n),则快速排序算法的最好和最坏情况下的时间复杂度为(62)。
综合知识
63/75
对一待排序序列分别进行直接插入排序和简单选择排序,若待排序序列中有两个元素的值相同,则()保证这两个元素在排序前后的相对位置不变。
综合知识
64/75
已知一个文件中出现的各字符及其对应的频率如下表所示。若采用定长编码,则该文件中字符的码长应为(64)。若采用Huffman编码,则字符序列《face》的编码应为(65)。
综合知识
65/75
已知一个文件中出现的各字符及其对应的频率如下表所示。若采用定长编码,则该文件中字符的码长应为(64)。若采用Huffman编码,则字符序列《face》的编码应为(65)。
综合知识
66/75
PPP中的安全认证协议是(),它使用三次握手的会话过程传送密文。
综合知识
67/75
ICMP协议属于因特网中的(67)协议,ICMP协议数据单元封装在(68)中传送。
综合知识
68/75
ICMP协议属于因特网中的(67)协议,ICMP协议数据单元封装在(68)中传送。
综合知识
69/75
DHCP客户端可从DHCP服务器获得()。
综合知识
70/75
分配给某公司网络的地址块是210.115.192.0/20,该网络可以被划分为()个C类子网。
综合知识
71/75
Teams are required for most engineering projects. Although some small hardware or software products can be developed by individuals, the scale and complexity of modem systems is such, and the demand for short schedules so great, that it is no longer (71) for one person to do most engineering jobs. Systems development is a team (72) ,and the effectiveness of the team largely determines the (73) of the engineering.
Development teams often behave much like baseball or basketball teams. Even though they may have multiple specialties, allthe members work toward (74) .However,on systems maintenance and enhancement teams, the engineers often work relatively independently, much like wrestling and track teams.
A team is (75) just a group of people who happen to work together. Teamwork takes practice and it involves special skills. Teams require common processes; they need agreed-upon goals; and they need effective guidance and leadership. The methods for guiding and leading such teams are well known, but they are not obvious.
综合知识
72/75
Teams are required for most engineering projects. Although some small hardware or software products can be developed by individuals, the scale and complexity of modem systems is such, and the demand for short schedules so great, that it is no longer (71) for one person to do most engineering jobs. Systems development is a team (72) ,and the effectiveness of the team largely determines the (73) of the engineering.
Development teams often behave much like baseball or basketball teams. Even though they may have multiple specialties, allthe members work toward (74) .However,on systems maintenance and enhancement teams, the engineers often work relatively independently, much like wrestling and track teams.
A team is (75) just a group of people who happen to work together. Teamwork takes practice and it involves special skills. Teams require common processes; they need agreed-upon goals; and they need effective guidance and leadership. The methods for guiding and leading such teams are well known, but they are not obvious.
综合知识
73/75
Teams are required for most engineering projects. Although some small hardware or software products can be developed by individuals, the scale and complexity of modem systems is such, and the demand for short schedules so great, that it is no longer (71) for one person to do most engineering jobs. Systems development is a team (72) ,and the effectiveness of the team largely determines the (73) of the engineering.
Development teams often behave much like baseball or basketball teams. Even though they may have multiple specialties, allthe members work toward (74) .However,on systems maintenance and enhancement teams, the engineers often work relatively independently, much like wrestling and track teams.
A team is (75) just a group of people who happen to work together. Teamwork takes practice and it involves special skills. Teams require common processes; they need agreed-upon goals; and they need effective guidance and leadership. The methods for guiding and leading such teams are well known, but they are not obvious.
综合知识
74/75
Teams are required for most engineering projects. Although some small hardware or software products can be developed by individuals, the scale and complexity of modem systems is such, and the demand for short schedules so great, that it is no longer (71) for one person to do most engineering jobs. Systems development is a team (72) ,and the effectiveness of the team largely determines the (73) of the engineering.
Development teams often behave much like baseball or basketball teams. Even though they may have multiple specialties, allthe members work toward (74) .However,on systems maintenance and enhancement teams, the engineers often work relatively independently, much like wrestling and track teams.
A team is (75) just a group of people who happen to work together. Teamwork takes practice and it involves special skills. Teams require common processes; they need agreed-upon goals; and they need effective guidance and leadership. The methods for guiding and leading such teams are well known, but they are not obvious.
综合知识
75/75
Teams are required for most engineering projects. Although some small hardware or software products can be developed by individuals, the scale and complexity of modem systems is such, and the demand for short schedules so great, that it is no longer (71) for one person to do most engineering jobs. Systems development is a team (72) ,and the effectiveness of the team largely determines the (73) of the engineering.
Development teams often behave much like baseball or basketball teams. Even though they may have multiple specialties, allthe members work toward (74) .However,on systems maintenance and enhancement teams, the engineers often work relatively independently, much like wrestling and track teams.
A team is (75) just a group of people who happen to work together. Teamwork takes practice and it involves special skills. Teams require common processes; they need agreed-upon goals; and they need effective guidance and leadership. The methods for guiding and leading such teams are well known, but they are not obvious.