试题详情

试题内容

Ravi, like many project (1) , had studied the waterfall model of software development as the primary software life-cycle (2). He was all set to use it for an upcoming project, his first assignment. However, Ravi found that the waterfall model could not be used because the customer wanted the software delivered in stages, something that implied that the system had to be delivered and built in (3) and not as (4).
The situation in many other projects is not very different. The real world rarely presents a problem in which a standard process, or the process used in a previous project, is the best choice. To be the most suitable, an existing process must be (5) to the new problem.
A development process, even after tailoring, generally cannot handle change requests. To accommodate change requests without losing control of the project, you must supplement the development process with a requirement change management process.
(1) A. customers
B. managers 
C. users  
D. administrators
(2)A. activity   
B. procedure 
C. process   
D. progress
(3) A. parts 
B. modules  
C. software  
D. a whole
(4) A. parts
B. modules  
C. software  
D. a whole
(5) A. modified 
B. used 
C. suited
D. tailored

查看答案

软题库参考答案:B、C、A、D、D(仅供参考)

软题库解析:正在加载....

你可能感兴趣的试题

27题:

采用McCabe度量法计算图2-4所示程序图的环路复杂性为()。



A.2
B.3
C.4
D.5

38题:

不同的对象收到同一消息可以产生完全不同的结果,这一现象叫做 (1)  。绑定是一个把过程调用和响应调用所需要执行的代码加以结合的过程。在一般的程序设计语言中,绑定在编译时进行,叫做 (2)  ;而 (3)  则在运行时进行,即一个给定的过程调用和执行代码的结合直到调用发生时才进行。
(1)A、继承
B、多态
C、动态绑定
D、静态绑定
(2)A、继承
B、多态
C、动态绑定
D、静态绑定
(3)A、继承
B、多态
C、动态绑定
D、静态绑定

42题:

下图所示为一个有限自动机(其中,A是初态、C是终态),该自动机可识别()。



A.0000
B.1111
C.0101
D.1010

18题:以下程序设计语言中, ( ) 更适合用来进行动态网页处理。
A.HTML
B.LISP
C.PHP
D.JAVA/C++
28题:

某一确定有限自动机(DFA) 的状态转换图如下图所示,该DFA接受的字符串集是(1),与之等价的正规式是(2) 。

(1)A、以1开头的二进制代码串组成的集合
B、以1结尾的二进制代码串组成的集合
C、包含偶数个0的二进制代码串组成的集合
D、包含奇数个0的二进制代码串组成的集合
(2)A、1*0(0|1)*
B、((0|1*0)*1*)*
C、1*((0|1)0)*
D、(1*(01*0)*)*

71题:

The Rational Unified Process (RUP) is a software engineering process, which captures many of best practices in modern software development. The notions of  (1)  and scenarios have been proven to be an excellent way to capture function requirements. RUP can be described in two dimensions – time and content. In the time dimension, the software lifecycle is broken into cycles. Each cycle is divided into four consecutive  (2)  which is concluded with a well-defined  (3)