综合知识
1/75
若某条无条件转移汇编指令釆用直接寻址,则该指令的功能是将指令中的地址码送入(1)。
综合知识
2/75
若某计算机系统的I/O接口与主存采用统一编址,则输入输出操作是通过(2)指令来完成的。
综合知识
3/75
在程序的执行过程中,Cache与主存的地址映像由(3)。
综合知识
4/75
总线复用方式可以(4)。
综合知识
5/75
在CPU的寄存器中,(5)对用户是完全透明的。
综合知识
6/75
在C程序中,若表达式中的算术运算对象的类型不同,则需要先统一为相同类型后再进行计算。例如,表达式《a-b》中,若a是双精度浮点型变量,b是整型变量,为了尽可能保证运算精度,通常进行的处理是(6) 。
综合知识
7/75
标识符在高级语言源程序中的作用不包括(7)。
综合知识
8/75
在面向对象方法中,(8)是一种概念、抽象或具有状态、行为和标识的事物。
综合知识
9/75
从认证中心CA获取用户B的数字证书,该证书用(9)做数字签名,从用户B的数字证书中可以获得B的公钥。
综合知识
10/75
(10)指可以不经著作权人许可。
综合知识
11/75
王某是M国际运输有限公司计算机系统管理员。任职期间,王某根据公司的业务要求开发了《海运出口业务系统》,并由公司使用。随后,王某向国家版权局申请了计算机软件著作权登记,并取得了《计算机软件著作权登记证书》,证书明确软件名称是《海运出口业务系统V1.0》,著作权人为王某。以下说法中,正确的是(11) 。
综合知识
12/75
表达式《a*(b-(c+d)) 》的后缀式为(12)。
综合知识
13/75
如果在程序中的多个地方需要使用同一个常数,那么最好将其定义为一个符号常量,这样(13)。
综合知识
14/75
若程序在运行时陷入死循环,则该情况属于(14)。
综合知识
15/75
将Students表的插入权限赋予用户UserA,并允许其将该权限授予他人,应使用的SQL语句为:
GRANT(15) TABLE Students TO UserA(16)
综合知识
16/75
将Students表的插入权限赋予用户UserA,并允许其将该权限授予他人,应使用的SQL语句为:
GRANT(15) TABLE Students TO UserA(16)
综合知识
17/75
若有关系R (A, B, C, D)和S (C, D, E),则与表达式π3,4,7,(σ4<5(R*S))等价的SQL语句如下:
SELECT(17) FROM (18) WHERE(19);
综合知识
18/75
若有关系R (A, B, C, D)和S (C, D, E),则与表达式π3,4,7,(σ4<5(R*S))等价的SQL语句如下:
SELECT(17) FROM (18) WHERE(19);
综合知识
19/75
若有关系R (A, B, C, D)和S (C, D, E),则与表达式π3,4,7,(σ4<5(R*S))等价的SQL语句如下:
SELECT(17) FROM (18) WHERE(19);
综合知识
20/75
Java虚拟机采用(20)软件体系结构。
综合知识
21/75
若二维数组arr[1..M, 1..N]的首地址为base,数组元素按列存储且每个元素占用K个存储单元,则元素arr[i,j]在该数组空间的地址为(21)。
综合知识
22/75
某企业生产流水线M共有两位生产者,生产者甲不断地将其工序上加工的半成品放入半成品箱,生产者乙从半成品箱取出继续加工。假设半成品箱可存放n件半成品,采用PV操作实现生产者甲和生产者乙的同步可以设置三个信号量S、S1和S2,其同步模型如下图所示。

信号量S是一个互斥信号量,初值为(22) ; Sl、S2的初值分别为(23)。
综合知识
23/75
某企业生产流水线M共有两位生产者,生产者甲不断地将其工序上加工的半成品放入半成品箱,生产者乙从半成品箱取出继续加工。假设半成品箱可存放n件半成品,采用PV操作实现生产者甲和生产者乙的同步可以设置三个信号量S、S1和S2,其同步模型如下图所示。

信号量S是一个互斥信号量,初值为(22) ; Sl、S2的初值分别为(23)。
综合知识
24/75
若某文件系统的目录结构如下图所示,假设用户要访问文件fl.java,且当前工作目录为Program,则该文件的全文件名为(24),其相对路径为(25)。
综合知识
25/75
若某文件系统的目录结构如下图所示,假设用户要访问文件fl.java,且当前工作目录为Program,则该文件的全文件名为(24),其相对路径为(25)。
综合知识
26/75
A类网络是很大的网络,每个A类网络中可以有(26)个网络地址。实际使用中必须把A类网络划分为子网,如果指定的子网掩码为255.255.192.0,则该网络被划分为(27)个子网。
综合知识
27/75
A类网络是很大的网络,每个A类网络中可以有(26)个网络地址。实际使用中必须把A类网络划分为子网,如果指定的子网掩码为255.255.192.0,则该网络被划分为(27)个子网。
综合知识
28/75
TCP是互联网中的(28)协议,使用(29)次握手协议建立连接。
综合知识
29/75
TCP是互联网中的(28)协议,使用(29)次握手协议建立连接。
综合知识
30/75
Windows系统中,在排除DNS域名解析故障时,需要刷新DNS解析器缓存,使用的命令是(30)。
综合知识
31/75
安全防护策略是软件系统对抗攻击的主要手段,安全防护策略不包括(31)。
综合知识
32/75
某应用系统采用防火墙技术来实现安全防护,在进行安全防护测试时,设计的测试点不包括(32)。
综合知识
33/75
现要开发一个通过卫星通信连接计算机的新软件产品,假设之前没有开发卫星通信软件的经验,则最不适合采用(33)模型。
综合知识
34/75
若C程序的表达式中引用了未赋初值的变量,则(34) 。
综合知识
35/75
以下关于敏捷方法的叙述中,不正确的是(35)。
综合知识
36/75
某软件系统的原始需求包括,《当某个査询请求是不适当或非法的,应提示用户》,该需求属于(36)。
综合知识
37/75
给系统增加特征越容易,说明软件的(37)越好。
综合知识
38/75
以下关于项目估算的叙述中,不正确的是(38)。
综合知识
39/75
风险控制不包括(39)。
综合知识
40/75
在结构化分析模型中,(40)描述了所有在目标系统中使用的和生成的数据对象。
综合知识
41/75
下图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,边上的值表示完成活动所需要的时间,则关键路径长度为(41)。
综合知识
42/75
以下关于数据流图的叙述中,不正确的是(42)。
综合知识
43/75
在面向对象分析模型中,(43)不属于系统的行为模型。
综合知识
44/75
模块设计中,某模块根据输入的控制信息从文件中读一个记录或者向文件中写一个记录,则其内聚类型为(44)。
综合知识
45/75

在UML类图中,包含订单和订单明细两个类,则这两个类之间的关系应为(45)。

综合知识
46/75
A模块通过简单数据类型(如整型)参数访问B模块,该参数在B模块内用于数据计算,则A、B模块之间存在(46)。
综合知识
47/75
在结构化分析方法中,依据(47)来进行接口设计。
综合知识
48/75
一个优秀的概念设计不包含(48)。
综合知识
49/75
在软件评审中,设计质量是指设计的规格说明书符合用户的要求。设计质量的评审内容不包括(49)。
综合知识
50/75
某财务系统在使用过程中,因个人所得税政策变化,需修改计算工资的程序。这种修改属于(50)维护。
综合知识
51/75
系统可维护性的评价指标不包括(51) 。
综合知识
52/75
准确性质量子特性属于(52)质量特性。
综合知识
53/75
软件测试的对象包括(53)。
①软件代码 ②文档 ③数据
综合知识
54/75
编写测试计划的目的是(54)。
①测试工作顺利进行
②使项目参与人员沟通更舒畅
③使测试工作更加系统化
④软件过程规范化的要求
⑤控制软件质量
综合知识
55/75
软件测试的目的是(55)。
综合知识
56/75
以下关于软件测试原则的叙述中,不正确的是(56)。
综合知识
57/75
以下关于测试时机的叙述中,正确的是(57)。
综合知识
58/75
使用软件测试工具的目的不包括(58)。
综合知识
59/75
自动化测试工具中,(59)是最难自动化的。
综合知识
60/75
以下不属于易用性测试的是(60)。
综合知识
61/75
以下关于黑盒测试的叙述中,不正确的是(61)。
综合知识
62/75
以下不属于黑盒测试方法的是(62)。
综合知识
63/75
以下关于白盒测试的叙述中,不正确的是(63)。
综合知识
64/75
数据库测试的对象包括(64)。
①数据库连接测试
②数据库的安全测试
③定义的存储过程和触发器的测试
④数据库接口测试
综合知识
65/75
对于逻辑表达式((a&b)||c),需要(65)个测试用例才能完成条件组合覆盖。
综合知识
66/75
为预测某Web系统可支持的最大在线用户数,应进行(66)。
综合知识
67/75
客户端交易处理性能指标是一类重要的负载压力测试指标,以下不属于客户端交易处理性能指标的是(67)。
综合知识
68/75
以下不属于集成测试的是(68)。
综合知识
69/75
逻辑覆盖法不包括(69)。
综合知识
70/75
以下属于安全测试方法的是(70)。
①安全功能验证 ②安全漏洞扫描
③模拟攻击实验 ④数据侦听
综合知识
71/75
Extreme Programming (XP) is a discipline of software development with (71) of simplicity, communication, feedback and courage. Successful software development is a team effort-not just the development team, but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly.
An XP project needs a(an) (73) customer to provide guidance. Customers, programmers, managers, are all working ( 74 ) to build the system that’s needeD. Customers-those who have software that needs to be developed-will learn simple, effective ways to (75) what they need, to be sure that they are getting what they need, and to steer the project to success.
综合知识
72/75
Extreme Programming (XP) is a discipline of software development with (71) of simplicity, communication, feedback and courage. Successful software development is a team effort-not just the development team, but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly.
An XP project needs a(an) (73) customer to provide guidance. Customers, programmers, managers, are all working ( 74 ) to build the system that’s needeD. Customers-those who have software that needs to be developed-will learn simple, effective ways to (75) what they need, to be sure that they are getting what they need, and to steer the project to success.
综合知识
73/75
Extreme Programming (XP) is a discipline of software development with (71) of simplicity, communication, feedback and courage. Successful software development is a team effort-not just the development team, but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly.
An XP project needs a(an) (73) customer to provide guidance. Customers, programmers, managers, are all working ( 74 ) to build the system that’s needeD. Customers-those who have software that needs to be developed-will learn simple, effective ways to (75) what they need, to be sure that they are getting what they need, and to steer the project to success.
综合知识
74/75
Extreme Programming (XP) is a discipline of software development with (71) of simplicity, communication, feedback and courage. Successful software development is a team effort-not just the development team, but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly.
An XP project needs a(an) (73) customer to provide guidance. Customers, programmers, managers, are all working ( 74 ) to build the system that’s needeD. Customers-those who have software that needs to be developed-will learn simple, effective ways to (75) what they need, to be sure that they are getting what they need, and to steer the project to success.
综合知识
75/75
Extreme Programming (XP) is a discipline of software development with (71) of simplicity, communication, feedback and courage. Successful software development is a team effort-not just the development team, but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly.
An XP project needs a(an) (73) customer to provide guidance. Customers, programmers, managers, are all working ( 74 ) to build the system that’s needeD. Customers-those who have software that needs to be developed-will learn simple, effective ways to (75) what they need, to be sure that they are getting what they need, and to steer the project to success.