Observe that for the programmer,as for the chef,the urgency of the patron(顾客)may govern the scheduled completion of the task,but it cannot govern the actual completion. An omelette(煎蛋),promised in two minutes,may appear to be progressing nicely. But when it has not set in two minutes,the customer has two choices—waits or eats it raw. Software customers have had( )choices.Now I do not think software( )have less inherent courage and firmness than chefs,nor than other engineering managers. But false( )to match the patron’s desired date is much more common in our discipline than elsewhere in engineering. It is very( 请作答此空 )to make a vigorous,plausible,and job risking defense of an estimate that is derived by no quantitative method,supported by little data,and certified chiefly by the hunches of the managers.Clearly two solutions are needed. We need to develop and publicize productivity figures,bug-incidence figures,estimating rules,and so on. The whole profession can only profit from( )such data. Until estimating is on a sounder basis,individual managers will need to stiffen their backbones and defend their estimates with the assurance that their poor hunches are better than wish derived estimates.
- A.easy
- B.difficult
- C.simple
- D.painless
正确答案及解析
正确答案
解析
表示“困难”意思。附(参考翻译):观察一下编程人员,你可能会发现,同厨师一样,某项任务计划进度,可能受限于顾客要求紧迫程度,但紧迫程度无法控制实际完成情况。就像约好在两分钟内完成一个煎蛋,看上去可能进行得非常好。但当它无法在两分钟内完成时,顾客只能选择等待或者生吃煎蛋。软件顾客情况类似。我现在并不认为软件经理内在勇气和坚持不如厨师,或者不如其他工程经理。但为了满足顾客期望日期而造成不合理进度安排,在软件领域中却比其他任何工程领域要普遍得多。而且,非量化方法采用,少得可怜数据支特,加上完全借助软件经理直觉,这样方式很难生产出健壮可靠和规避风险估计。显然我们需要两种解决方案。开发并推行生产率图表、缺陷率、估算规则等,整个组织最终会从这些数据共享上获益。或者在基于可靠基础估算出现之前,项目经理需要挺直腰杆并坚持他们估计,确信自己经验和直觉总比从期望得出估计要强得多。
你可能感兴趣的试题
E-mail地址由分隔符“()”分为前后两部分,分别指明用户名及邮件
-
- A.//
- B.\\
- C.@
- 查看答案
某 html 文档中有如下代码,则在浏览器中打开该文档时显示为( )。
<form>
Listl:
<input type="text" name="List1" />
<br / >
List2:
<input type="text" name="List 2 " />
< /form>
-
- A.见图A
- B.见图B
- C.见图C
- D.见图D
- 查看答案
设有商品关系P(商品名,条形码,供应商号,价格,数量), “条形码”唯一标识关系P中的每一个元组,商品名不能为空,供应商号是关系P的外键。另有供应商关系S(供应商号,供应商名,地址,电话)。关系 P 中的商品名是唯一的。建立商品关系 P 的 SQL语句如下所示:
CREATE TABLE P( 商品名CHAR(30)( ),
条形码CHAR(30) ( ) ,
供应商号 CHAR(5) ,
价格 CHAR(20) ,
数量CHAR(20)
( )(供应商号) REFERENCES S(供应商号));
查询供应商及价格小于等于 2500 元且大于等于 1280 元的“电冰箱”的数量的SQL语句为:
SELECT商品名,供应商名,价格,数量
FROM P
WHERE商品名= ’电冰箱’ AND ( ) ;
将供应商号“12021”所供应的商品价格上涨3%的SQL语句为:
UPDATE P
( )
WHERE 供应商号= ’12021’;
查询供应商地址包含“西安”的供应商名及电话的SQL语句为:
SELECT供应商名,电话
FROM S
WHERE ( );
-
- A.NULL
- B.UNIQUE
- C.NOT NULL
- D.NOT NULL UNIQUE
- 查看答案
函数f()、g()的定义如下所示。已知调用f时传递给其形参x的值是1,若以传值方式调用g,则函数f的返回值为( );若以传引用方式调用g,则函数f的返回值为( )。
-
- A.3
- B.4
- C.6
- D.7
- 查看答案
-
- A.见图A
- B.见图B
- C.见图C
- D.见图D
- 查看答案