网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
The spiral model is a software development model combining elements of both ( ) and prototyping-in-stages, so it's a healthy mix of top-down and bottom-up concepts。
A.design
B.progam
C.coding
D.plan
B.progam
C.coding
D.plan
参考答案
参考解析
解析:螺旋模型是结合了设计和阶段原型开发原理的一种软件开发模型,因此是一种自上而下和自下而上概念的良好结合。
更多 “The spiral model is a software development model combining elements of both ( ) and prototyping-in-stages, so it's a healthy mix of top-down and bottom-up concepts。A.design B.progam C.coding D.plan ” 相关考题
考题
Approaches towards reading and listening are __________.
A.the bottom-up model and the top-down modelB.the bottom-up model and the interactive modelC.the bottom-up modelD.the top-down model and the interactive model
考题
The following three concepts are essential to the OSI model: service, interface andA.networksB.applicationsC.protocolsD.layers
考题
The following three concepts are essential to the OSI model:service,interface andA. networksB.applicationsC.protocolsD.layers
考题
假定一个工程由一个窗体文件Form1和两个标准模块文件Model1及Model2组成。Model1代码如下:Public x As IntegerPublic y As IntegerSub S1()x =1S2End SubSub S2()y=10Form1.ShowEnd ShowModel2的代码如下:Sub Main()S1End Sub其中Sub Main被设置为启动过程。程序运行后,各模块的执行顺序是( )。A.Form1→Model1→Model2B.Model1→Model2→Form1C.Model2→Model1→Form1D.Model2→Form1→Model1
考题
Three concepts are central to the OSI model: Service, Interface andA.LayersB.applicationsC.ProtocolsD.Networks
考题
假定一个工程由一个窗体文件Form1和两个标准模块文件Model1代码如下:Public X As IntegerPublic Y As IntegerSub S1( )x=1S2End SubSub S2( )y=10Form1.ShowEnd SubModel2的代码如下:Sub Main( )S1End Sub其中Sub Main被设置为启动过程。程序运行后,各模块的执行顺序是( )。A.Form1→Model1→Model2B.Model1→Model2→Form1C.Model2→Model1→Form1D.Model2→Form1→Model1
考题
System analysis is traditionally done top-down using structured analysis based on( ). Object-oriented analysis focuses on creation of models. The three types of theanalysis model are( ). There are two substages of object-oriented analysis.( )focuses on real-world things whose semantics the application captures. The object constructedin the requirement analysis shows the( )of the real-world system and organizes it intoworkable pieces.( )addresses the computer aspects of the application that are visible tousers. The objects are those which can be expected to vary from time to time quite rapidly.A.functional decomposition B.object abstraction C.data inheritance D.information generalization A.function model,class model and state model B.class model,interaction model and state model C.class model,interaction model and sequence model D.function model,interaction model and state model A.Static analysis B.Semantic analysis C.Scope analysis D.Domain analysis A.static structure B.system components C.data flows D.program procedures A.Program analysis B.Function requirement C.Application analysis D.Physical model
考题
For neady ten years,the Unified Modeling Language(UML)has been the industry standardfor visualizing,specifying,constructing,and documenting the【S1】of a software-intensivesystem.As the【S2】standard modeling language,the UML facilitates communication andreduces confusion among project【S3】.The recent standardization of UML 2.0 has furtherextended the language’s scope and viability.Its inherent expressiveness allows users to【S4】everything from enterprise information systems and distributed Web·-based applications to real-timeembedded systems.The UML is not limited to modeling software.In fact,it is expressive enough to model【S5】systems,such as workflow in the legal system,the structure and behavior. of a patienthealthcare system,software engineering in aircraft combat systems,and the design of hardware.To understand the UML,you need to form. a conceptual model of the language,and this re—quires learning three major elements:the UML's basic building blocks,the rules that dictate howthose building blocks may be put together,and some common mechanisms that apply throughout theUML.【S1】A.classesB.componentsC.sequencesD.artifacts
考题
● System analysis is traditionally done top-down using structured analysis based on (71). Object-oriented analysis focuses on creation of models. The three types of theanalysis model are (72). There are two substages of object-oriented analysis. (73) focuses on real-world things whose semantics the application captures. The object constructedin the requirement analysis shows the (74) of the real-world system and organizes it intoworkable pieces.(75)addresses the computer aspects of the application that are visible tousers. The objects are those which can be expected to vary from time to time quite rapidly.(71)A. functional decompositionB. object abstractionC. data inheritanceD. information generalization(72)A. function model,class model and state modelB. class model,interaction model and state modelC. class model,interaction model and sequence modelD. function model,interaction model and state model(73)A. Static analysisB. Semantic analysisC. Scope analysisD. Domain analysis(74)A. static structureB. system componentsC. data flowsD. program procedures(75)A. Program analysisB. Function requirementC. Application analysisD. Physical model
考题
commonly, two approaches are frequently used to describe different processes of listening. they are _____________.
A. bottom-up model and top-down modelB. before-class model and after-class modelC. pre-listening model and post-listening modelD. pre-listening model and while-listening model
考题
I realize you’ve got a full agenda so I intend to briefly run through the four P’s for the new videophone model --- the product, the place, the price and the promotion.
考题
commonly, two approaches are frequently used to describe different processes of listening. they are ______.
A、pre-listening model and post-listening modelB、bottom-up mo del and top-down modelC、pre-listening model and while-listening modelD、before- class model and after-class model
考题
For nearly ten years, the Unified Modeling Language (UML) has been the industry standard for visualizing, specifying, constructing, and documenting the(71) of a software-intensive system. As the(72) standard modeling language, the UML facilitates communication and reduces confusion among project(73) . The recent standardization of UML 2.0 has further extended the language's scope and viability. Its inherent expressiveness allows users to(74) everything from enterprise information systems and distributed Web-based applications to real-time embedded systems.The UML is not limited to modeling software. In fact, it is expressive enough to model(75) systems, such as workflow in the legal system, the structure and behavior. of a patient healthcare system, software engineering in aircraft combat systems, and the design of hardware.To understand the UML, you need to form. a conceptual model of the language, and this requires learning three major elements: the UML's basic building blocks, the rules that dictate how those building blocks may be put together, and some common mechanisms that apply throughout the UML.A.classesB.componentsC.sequencesD.artifacts
考题
假定一个工程由一个窗体文件Form1和两个标准模块文件Model1及Model2 组成。 Model1代码如下: Public X As Integer Public Y As Integer Sub S1( ) x=1 S2 End Sub Sub S2( ) y=10 Form1.Show End Sub Model2的代码如下: Sub Main( ) S1 End Sub 其中Sub Main被设置为启动过程。程序运行后,各模块的执行顺序是( )。A.Form1→Model1→Model2B.Model1→Model2→Form1C.Model2→Model1→Form1D.Model2→Form1→Model1
考题
The spiral model is a software development model combining elements of both(73)and prototyping-in-stages, so it's a healthy mix of top-down and bottom-up concepts。A.designB.progamC.codingD.plan
考题
假定一个工程由一个窗体文件Form1和两个标准模块文件Model1及Model2 组成。Model1代码如下:Public X As IntegerPublic Y As IntegerSub S1( )x=1S2End SubSub S2( )y=10Form1.ShowEnd SubModel2的代码如下:Sub Main( )S1End Sub其中Sub Main被设置为启动过程。程序运行后,各模块的执行顺序是( )。A.Form1→Model1→Model2B.Model1→Model2→Form1C.Model2→Model1→Form1D.Model2→Form1→Model1
考题
(72)A.function model,class model and state modelB.class model,interaction model and state modelC.class model,interaction model and sequence modelD.function model,interaction model and state model
考题
For nearly ten years,the Unified Modeling Language(UML)has been the industry standard for visualizing,specifying,constructing,and documenting the(1)of a software-intensive system.As the(2)standard modeling language,the UML facilitates communication and reduces confusion among project(3).The recent standardization of UML 2.0 has further extended the language's scope and viability.Its inherent expressiveness allows users to(4)everything from enterprise information systems and distributed Web-based applications to real-time embedded systems.The UML is not limited to modeling software.In fact,it is expressive enough to model(5)systems,such as workflow in the legal system,the structure and behavior of a patient healthcare system,software engineering in aircraft combat systems,and the design of hardware.To understand the UML,you need to form a conceptual model of the language,and this requires learning three major elements:the UML's basic building blocks,the rules that dictate how those building blocks may be put together,and some common mechanisms that apply throughout the UML.
(5)____A.non-hardware
B.non-software
C.hardware
D.software
考题
System analysis is traditionally done top-down using structured analysis based on( ).Object-oriented analysis focuses on creation of models.The three types of theanalysis model are(请作答此空).There are two substages of object-oriented analysis.( )focuses on real-world things whose semantics the application captures.The object constructedin the requirement analysis shows the( )of the real-world system and organizes it intoworkable pieces.( )addresses the computer aspects of the application that are visible tousers.The objects are those which can be expected to vary from time to time quite rapidly.A.function model,class model and state model
B.class model,interaction model and state model
C.class model,interaction model and sequence model
D.function model,interaction model and state model
考题
System analysis is traditionally done top-down using structured analysis based on____.Object-oriented analysis focuses on creation of models.The three types of the analysis model are__请作答此选项__.There are two substages of object-oriented analysis.____focuses on real-world things whose semantics the application captures.The object constructed in the requirement analysis shows the____of the real-world system and organizes it into workable pieces.____addresses the computer aspects of the application that are visible to users.The objects are those which can be expected to vary from time to time quite rapidly.A.function model,class model and state model
B.class model,interaction model and state model
C.class model,interaction model and sequence model
D.function model,interaction model and state model
考题
The latest car model 【embodies】 the new research development.A.lists
B.includes
C.borrows
D.broadens
考题
The __请作答该选项__ is a general description of the architecture of a workflow management system used by the WFMC, in which the main components and the associated interfaces are summarizeD.The workflow enactment service is the heart of a workflow system which consists of several ____.A.waterfall model
B.workflow reference model
C.evolutionary model
D.spiral model
考题
The _____ is a general description of the architecture of a workflow management system used by the WFMC,in which the main components and the associated interfaces are summarized. A.waterfall model
B.workflow reference model
C.evolutionary model
D.spiral model
考题
Using the CMYK color model, the color purple is produced by combining cyan and which other color?()A、GreenB、MagentaC、YellowD、Black
考题
单选题Ravi, like many project (1) , had studied the waterfall model of software development as the primary software life-cycle (2) . He has 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 situation, 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.
空白(2)处应选择()A
activityB
procedureC
processD
progress
热门标签
最新试卷