单选题Software quality assurance is now an (71) sub-discipline of software engineering. As Bucldy and Oston point out, (72) software quality assurance is likely to lead to an ultimate (73) of software costs. However, the major hurdle in the path of software management in this area is the lack of (74) software standards. The development of accepted and generally applicable standards should be one of the principal goals of (75) in software engineering.
单选题由a、b构造且仅包含偶数个a的串的集合用正规式表示为______。
单选题软件系统的可靠性,主要表现在 (26) 。
单选题We know a computer is a machine that processes data (stored in main memory) into information, under control of a stored program. We also know that, internally, a computer is a binary machine; thus the data and the program instruictions must be stored in binary form. Characters are represented in (71) . Numbers are stored as binary numbers, with each bit's positional value significant. A computer's main memory is divided into bytes, words or both (depending on the system), and each of these basic storage units is assigned an (72) . Using this address, the processor can read or write selected bytes or words. The processor consists of a clock, an instruction control unit, an arithmetic and logic unit, and registers. Once a program is stored in main memory, the processor can begin to execute it. During (73) , the instruction control unit fetches an instruction from main memory; during (74) , the arithmetic and logic unit executes it. Precisely timed electronic pulses generated by the clock drive this basic (75)
单选题利用逐点插入建立序列(52,43,73,88,76,18,38,61,45,39)对应的二叉排序树之后,查找元素61要进行______次元素间的比较。 A.3 B.4 C.6 D.8
单选题以下关于事务的故障与恢复的叙述中,正确的是 (56) 。
单选题密码学的基本原则是 (59) 。传统加密算法中,替代密码是 (60) 。换位密码是 (61) 。
单选题假设一台按字节编址的16位计算机系统,采用虚拟页式存储管理方案,页面的大小为2KB,且系统中没有使用快表(或联想存储器)。某用户程序如图(a)所示,该程序的页面变换表如图(b)所示,表中状态位等于1和0分别表示页面在内存或不在内存。图(a)中的MOVEData1,Data2是一个4字节的指令,Data1和Data2表示该指令的两个32位操作数。假设MOVE指令存放在20417地址开始的内存单元中,Data1存放在6143地址开始的内存单元中,Data2存放在10239地址开始的内存单元中,那么执行MOVE指令将产生______次缺页中断,其中:取指令产生______次缺页中断,取Data1和Data2操作数分别产生______次缺页中断。
单选题在客户端除了可以使用nslookup命令之外,还可以使用{{U}} (66) {{/U}}命令来测试DNS是否正常工作。
单选题若某面向对象系统中的某子模块需要为其他模块提供访问不同数据库系统(Oracle、SQLServer、DB2 UDB等)的功能,这些数据库系统提供的访问接口有一定的差异,但访问过程却都是相同的,例如,先连接数据库,再打开数据库,最后对数据进行查询。{{U}} (50) {{/U}}设计模式可抽象出相同的数据库访问过程。
单选题阅读下列流程图:当用判定覆盖法进行测试时,至少需要设计______个测试用例。A.2B.4C.6D.8
单选题关系R、S 如下图所示,RS 可由 (54) 基本的关系运算组成,RS = (55) 。
单选题 (14) 威胁到要开发软件的质量及交付时间, (15) 关系到软件的生存能力。
单选题某项目为了修正一个错误而进行了修改。错误修改后,还需要进行______以发现这一修改是否会引起原本正确运行的代码出错。
单选题下图所示为一个有限自动机(其中,A是初态、C是终态),该自动机可识别______。
单选题风险的成本估算完成后,可以针对风险表中的每个风险计算其风险曝光度。某软件小组计划项目中采用50个可复用的构件,每个构件平均是100LOC,本地每个LOC的成本是13元人民币。以下是该小组定义的一个项目风险。 ①风险识别:预定要复用的软件构件中只有50%将被集成到应用中,剩余功能必须定制开发。 ②风险概率:60%。 ③该项目风险的风险曝光度是{{U}} (33) {{/U}}。
单选题
单选题
单选题系统中有R类资源m个,现有n个进程互斥使用。若每个进程对R资源的最大需求为w,那么当m,n、w分别取下表中的值时,对于表中的①~⑥各情况,______可能会发生死锁。若将这些情况的m分别加上______,则系统不会发生死锁。
①
②
③
④
⑤
⑥
m
3
3
5
5
6
6
n
2
3
2
3
3
4
w
2
2
3
3
3
2
单选题程序语言的大多数语法现象可用上下文无关文法描述。对于一个上下文无关文法 G=(N,T,P,S),其中N是非终结符号的集合,T是终结符号的集合,P是产生式集合,S是开始符号。令集合V=N∪T,那么G所描述的语言是 (50) 的集合。
