搜题集 >职业资格类 >软考 >试题详情
问题详情

()开发过程模型以用户需求为动力,以对象作为驱动,适合于面向对象的开发方法。
A.瀑布
B.原型
C.螺旋
D.喷泉

未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。 收藏该题
查看答案

相关问题推荐

以下关于增量开发模型的叙述中,不正确的是(30)。
A.不必等到整个系统开发完成就可以使用
B.可以使用较早的增量构件作为原型,从而获得稍后的增量构件需求
C.优先级最高的服务先交付,这样最重要的服务接受最多的测试
D.有利于进行好的模块划分
A project is a [temporary] ( ) of unique, complex, and connected activities having one goal or purpose and that must be completed by a specific time, within budget, and according to ( )Project management is the process of scoping, planning, staffing, organizing, directing, and controlling the development of a(n) (请作答此空) system at a minimum cost within a specified time frame.
For any systems development project, effective project management is necessary to ensure that the project meets the ( ), is eveloped within an acceptable budget, and fulfills customer expectations and specifications, Project management is a process that starts at the beginning of a project, extends through a project, and doesn't culminate until the project is completed.
The prerequisite for good project management is a well-defined system development process. Process management is an ongoing activity that documents, manages the use of, and improves an organization s chosen methodology (the"process")for system development, Process management is concemed with the activities, deliverables, and quallty standards to be applled to ( ) project(s).
A.perfect
B.acceptable
C.controlle
D.compl
进程的调度算法,不包括以下哪一种?
A.先来先服务
B.优先数调度
C.轮转法
D.最短距离优先算法
以下关于UML部署图的叙述中,正确的是()。
A.因为一条消息总是有某种响应,所以部署组件之间的依赖是双向的
B.部署组件之间的依赖关系类似于包依赖
C.部署图不用于描述代码的物理模块
D.部署图不用于描述系统在不同计算机系统的物理分布
逻辑覆盖法是设计白盒测试用例的主要方法之一,它通过对程序逻辑结构的遍历实现程序的覆盖。针对以下由C语言编写的程序,按要求回答问题。
gz_open (const char*mode)
{
char*p=(char*)mode;//1
charfmode[4];
char*m=fmode;
charsmode= '\0';
char level='\0\';
int strategy=0;
do {
if(*p=='r')//2
smode - 'r';//3
if(*p>='O'&&*p<='9'){//4,5
level=*p-'0';//6
}else if(*p=='f'){//7
strategy=1;//8
}else{//9
*m++=*p;
}
*p++;//10
}while(m!=fmode+sizeof (fmode));//11
} //12
3、请给出满足100%DC(判定覆盖)所需的逻辑条件。(6分)
4、请画出上述程序的控制流图,并计算其控制流图的环路复杂度VG.。(6分)
5、假设函数gz_open的参数mode是由26个小写字母'a'-'z'、数字'0'-'9'以及空格组成的字符串,请使用基本路径测试法构造1个测试用例,使之覆盖所有基本路径。(6分)
联系客服 会员中心
TOP