单选题______不属于软件配置管理的活动。
单选题中央处理器CPU中的控制器是由一些基本的硬件部件构成的,______ 不是构成控制器的部件。
单选题关键路径是指AOE(Activity On Edge)网中 (38) 。
单选题王某是M国际运输有限公司计算机系统管理员。任职期间,王某根据公司的业务要求开发了“海运出口业务系统”,并由公司使用,随后,王某向国家版权局申请了计算机软件著作权登记,并取得了《计算机软件著作权登记证书》。证书明确软件名称是“海运出口业务系统V1.0”,著作权人为王某。以下说法中,正确的是______。
单选题若一棵哈夫曼(Huffman)树共有9个顶点,则其叶子节点的个数为 (15) 。 A.4 B.5 C.6 D.7
单选题某公司采用的软件开发过程通过了CMM2认证,表明该公司______。
单选题设有关系兄S如表7-2和表7-3所示,则关系代数表达式R÷S的结果集为(5)。
单选题设循环队列Q的定义中有rear和len两个域变量,其中rear表示队尾元素的指针,len表示队列的长度,如图1-9所示(队列长度为3,队头元素为e)。设队列的存储空间容量为M,则队头元素的指针为_____。
单选题McCall软件质量模型从软件产品的运行、修正和转移3个方面确定了11个质量特性,其中______不属于产品运行方面的质量特性。
单选题软件测试是软件开发中不可缺少的活动,通常 (21) 在代码编写阶段进行。检查软件的功能是否与用户要求一致是 (22) 的任务。
单选题设有关系模式Supplier(Sname,Saddress,Item,Price),其中各属性分别表示供应商名称、供应商地址、货物名称、货物售价,一个供应商供应一种货物则对应到关系中的一个元组.这个关系模式有一些问题,其中不正确的说法是______。
单选题数据库物理设计中一项重要工作是为数据库文件建立合适的索引,以提高数据库的访问效率。若某数据库中存放两个关系:教师(教师编号,姓名)和课程(课程号,课程名,教师编号),为快速查出某位教师所讲的课程,应该 A)在教师表上按教师编号建立索引 B)在教师表上按名字建立索引 C)在课程表上按课程号建立索引 D)在课程表上按教师编号建立索引
单选题 (17) 限制了创建类的实例数量,而 (18) 将一个类的接口转换成客户希望的另外一个接口,使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。
单选题A typical (11) language contains an applicative sub-language which approximates the mathematical abstractions of "timeless" functions applied to "spaceless' values, where the actual operation sequences and use of storage space during expression evaluation are organized behind the (12) . In this setting, values are data structures of low volume, typically a few computer words or less, which means that an illusion of spacelessness can be realized by having (13) results during expression evaluation stored at the discretion of the language implementation, and effecting parameter (14) and (15) operations through value copying.
单选题给定C语言程序如下: int foo(int x,int y,int d) if(x!=0) if(y==0)d=d/x; else d=d/(x*y); else if(y==0)d=0; else d=d/y; return d; 当用路径覆盖法进行测试时,至少需要设计______个测试用例。 A.3 B.4 C.5 D.8
单选题The purpose of the requirements definition phase is to produce a clear, complete, consistent, and testable (46) of the technical requirements for the software product. During the requirements definition phase, the requirements definition team uses an iterative process to expand a broad statement of the system requirements into a complete and detailed specification of each function that the software must perform and each (47) that it must meet. The starting point is usually a set of high-level requirements from the (48) that describe the project or problem. In either case, the requirements definition team formulates an overall concept for the system and then defines (49) showing how the system will be operated, publishes the system and operations concept document, and conducts a system concept review (SCR). Following the SCR, the team derives (50) requirements for the system from the high-level requirements and the system and operations concept. Using structured or object-oriented analysis the team specifies the software functions and algorithms needed to satisfy each detailed requirement.
单选题对于以下编号为①、②、③的正规式,正确的说法是______。 ①(aa*|ab)*b ②(a|b)*b ③[(a|b)*|aa]*b
单选题关于编译程序进行词法分析的说法中,不正确的是______。
单选题在UML图中,一张交互图显示一个交互,由一组对象及其之间的关系组成,包含它们之间可能传递的消息。______不是交互图。
单选题下列关于一个类的静态成员的描述中,不正确的是 (5) 。
