●Extreme Programming (XP) is a discipline of software development with (71) of simplicity,

题目

●Extreme Programming (XP) is a discipline of software development with (71) of simplicity, communication,feedback and courage. Successful software development is a team effort-not just the development team, but the larger team consisting of customer, management and developers. XP is a simple process that brings these people together and helps them to succeed together. XP is aimed primarily at object-oriented projects using teams of a dozen or fewer programmers in one location. The principles of XP apply to any (72) project that needs to deliver quality software rapidly and flexibly.

An XP project needs a (73) customer to provide guidance. Customers, programmers,managers, are all working (74) to build the system that's needed. Customers - those who have software that needs to be developed - willlearn simple, effective ways to (75) what they need, to be sure that they are getting what they need, and to steer the project to success.

(71)

A.importance

B.keys

C.roles

D.values

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

● Software (71) refers to that the software to meet the specification must be produced.

(71)

A. test

B. support

C. development

D. process


正确答案:C

第2题:

Structured programming practices(71)rise to Pascal, in which constructs were introduced to make programs more readable and better(72)C provided a combination of assembly and high -level structure to create a general -purpose language that could be used from system to(73)programming. Next came object orientation, which is(74)of a metrology and design philosophy than a language issue. This is(75)by the addition of so - called OO extensions to current language, such as C++.

A.giving

B.given

C.gave

D.gives


正确答案:C

第3题:

以下四个程序中,完全正确的是

A)

#include <stdio.h>

main();

{/*programming*/

printf("programming!\n");}

B)

#include <stdio.h>

main()

{/*/ programming /*/

printf("programming!\n");}

C)

#include <stdio.h>

main()

{/*/*programming*/*/

printf("programming!\n");}

D)

include

<stdio.h> main()

{/*programming*/

printf("programming!\n");}


正确答案:B
(18)B) 解析 : 选项 A)main(); 的分号是错误的 , 不能有分号 ; 选项 C) 的注释语句多了两个 * 号 ; 选项 D)include 前面没有 # 。

第4题:

以下4个程序中,完全正确的是

A.#include <stdio.h> main(); {/*programming*/ printf("programming!\n");}

B.#include <stdio.h> main(); {/*/ programming /*/ printf("programming!\n");}

C.#include <stdio.h> main() {/*/*programming*/*/ printf("programming!\n");}

D.include <stdio.h> main() {/*programming*/ printf("programming!\n");}


正确答案:B
解析:选项A)main();的分号是错误的,不能有分号;选项C)的注释语句多了两个*号;选项D)include前面没有#。

第5题:

Computer systems consist of two very different types of elements: Hardware, which includes all the physical things that can be touched and(71)which tells the hardware how to do.

A.Operating system

B.I/O devices

C.Courseware

D.Software


正确答案:D
解析:计算机系统由两种完全不同类型的部分组成:硬件(我们能触摸到的所有物体)和软件(告诉硬件怎样做)。

第6题:

In(71)programming, the user determines the sequence of instructions to be executed, not programmer。

A.structure

B.event-driven

C.top-down

D.data-driven


正确答案:B
解析:在事件驱动的程序设计中,由用户而不是程序员来确定指令的执行顺序。

第7题:

In(71)programming,the user determines the sequence of instructions to be executed,not the programmer.

A.top-down

B.structure

C.data-driven

D.event-driven


正确答案:D
解析:在事件驱动的程序中,由用户而不是程序员决定将被执行的指令的序列。

第8题:

Structured programming practices(71)rise to Pascal,in which constructs were introduced to make programs more readable and better(72). C provided a combination of assembly language and high-level Structure to create a general-purpose language that could be used from system to(73)programming. Next came object orientation,which is(74)of a methodology and design philosophy than a language issue.This is(75)by the addition of so-called OO extensions to current languages,such as C.

A.giving

B.given

C.gave

D.gives


正确答案:C

第9题:

WebSQL is a SQL-like ( 71 ) language for extracting information from the web.Its capabilities for performing navigation of web ( 72 ) make it a useful tool for automating several web-related tasks that require the systematic processing of either ail the links in a (73), all the pages that can be reached from a given URL through (74) that match a ' pattern, or a combination of both.WebSQL also provides transparent access to index servers that can be queried via the Common (75) Interface.

A.query

B.transaction

C.communication

D.programming


正确答案:A
WebSQL是一种类似于SQL的查询语言,用于从Web中提取信息。它能够在Web超文本中巡航,这使得它成为自动操作一个页面中有关链接的有用工具,或是作为搜索从一个给定的URL可以到达的、所有匹配某种模式的页面的有用工具。WebSQL也提供透明地访问索引服务器的手段,这种服务器可以通过公共网关接口进行查询。

第10题:

Software engineering is the study and an application of engineering to the design,development,and(71)of software.

A.maintenance
B.service
C.running
D.deployment

答案:A
解析:
翻译:软件工程是研究工程的设计、开发和维护的学科及应用。 A、维护 B、服务 C、运行 D、开发