mcq 队列_MCQ | 软件生命周期模型

mcq 队列

Q1. Which of the following models is best suited when the requirements of the software are not decided and also the user is not sure about how he wants the user interface to look like?

Q1。 当不确定软件的需求并且用户不确定自己希望用户界面看起来如何时,以下哪种模型最合适?

  1. Classical waterfall model

    古典瀑布模型

  2. Prototyping model

    原型模型

  3. Evolutionary model

    进化模型

  4. None of the above

    以上都不是

Answer: b. Prototyping model

答案: b。 原型模型

Explanation:

说明:

It is recommended to use prototyping model in the following situations:

在以下情况下,建议使用原型模型:

  1. Customer requirements are not clear and complete.

    客户要求不明确且不完整。

  2. The Design is not clear, i.e. how the software must look like.

    设计不清楚,即软件外观如何。



Q2. Which of the following software lifecycle model is able to manage all the risks that may appear while software development?

Q2。 以下哪个软件生命周期模型能够管理软件开发过程中可能出现的所有风险?

  1. Spiral Waterfall model

    螺旋瀑布模型

  2. Iterative waterfall model

    迭代瀑布模型

  3. Spiral model

    螺旋模型

  4. All of the above

    上述所有的

Answer: c. Spiral model

答: c。 螺旋模型

Explanation:

说明:

The spiral model is a model that has the capability of handling the maximum amount of risks that may occur while developing any software as this model holds the components of almost every other software lifecycle model.

螺旋模型是一种能够处理开发任何软件时可能发生的最大风险的模型,因为该模型包含几乎所有其他软件生命周期模型的组件。



Q3. Which of the following software lifecycle model deals with the incremental development of the software through different versions of the software?

Q3。 以下哪个软件生命周期模型通过不同版本的软件来处理软件的增量开发?

  1. Spiral model

    螺旋模型

  2. Classical waterfall model

    古典瀑布模型

  3. Iterative waterfall model

    迭代瀑布模型

  4. None of the above

    以上都不是

Answer: d. None of the above

答案: d。 以上都不是

Explanation:

说明:

The evolutionary model is the one that deals with the incremental development of the software through releasing its different versions.

演化模型是通过发布不同版本来处理软件增量开发的模型。



Q4. Which of the following statements is true?

Q4。 下面哪个描述是正确的?

  1. In the classical waterfall model, we do not have the scope of risk management as we can only proceed to different phases in the downward manner.

    在经典瀑布模型中,我们没有风险管理的范围,因为我们只能以向下的方式进入不同的阶段。

  2. The iterative model is an enhanced version of the classical waterfall model and it provides us the scope of managing risks in the software.

    迭代模型是经典瀑布模型的增强版本,它为我们提供了在软件中管理风险的范围。

  1. Only i is true

    只有我是真的

  2. Only ii is true

    只有ii为真

  3. Both i and ii are true

    我和我都是真的

  4. None of them is true

    他们都不是真的

Answer: c. Both i and ii is true

答: c。 我和我都是真的

Explanation:

说明:

Both the given statements are true.

给定的两个陈述都是正确的。



Q5. In which of the following models is the user feedback considered the most valuable?

Q5。 在以下哪个模型中,用户反馈被认为是最有价值的?

  1. Classical waterfall model

    古典瀑布模型

  2. Prototyping model

    原型模型

  3. Evolutionary model

    进化模型

  4. None of the above

    以上都不是

Answer: b. Prototyping model

答案: b。 原型模型

Explanation:

说明:

The prototyping model follows the build and update cycle until the user is completely satisfied with the prototype of the model. And this happens through the feedback and review that the user gives for the prototype of the software. Thus, in this model, the user feedback is considered of topmost priority.

原型模型遵循构建和更新周期,直到用户对模型的原型完全满意为止。 这是通过用户对软件原型提供的反馈和审阅来实现的。 因此,在此模型中,用户反馈被认为是最高优先级。



翻译自: https://www.includehelp.com/basics/mcq-software-lifecycle-models.aspx

mcq 队列

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/377672.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

十、纺织品库存管理系统全部功能展示

一、系统主页面—Form1 系统运行加载页面,主要包含三个功能,①登录、②注册、③退出系统 程序运行图: 登录功能,跳转到登录页面 注册功能,跳转到注册页面 退出系统,程序结束运行 代码如下: …

leetcode 376. 摆动序列 思考分析

目录题目思路分析代码总结题目 如果连续数字之间的差严格地在正数和负数之间交替,则数字序列称为摆动序列。第一个差(如果存在的话)可能是正数或负数。少于两个元素的序列也是摆动序列。 例如, [1,7,4,9,2,5] 是一个摆动序列&am…

[EF在VS2010中应用Entity framework与MySQL

在VS2010中应用Entity framework与MySQL 罗朝辉 (http://www.cnblogs.com/kesalin/) 本文遵循“署名-非商业用途-保持一致”创作公用协议本文讲述了在VS2010中使用EF与MySQL的一个简单示例。 工具安装: 1,MySQL MySQL Community Server Connector/NET 6…

c++ cdi+示例_C ++“和”关键字示例

c cdi示例"and" is an inbuilt keyword that has been around since at least C98. It is an alternative to && (Logical AND) operator and it mostly uses with the conditions. “ and”是一个内置关键字,至少从C 98起就存在。 它是&&am…

Python上个手

Python,由吉多范罗苏姆(Guido van Rossum)在1989打发圣诞节放假时间的一门“课余”编程项目,至今已有二十多年的历史,语法简洁清晰,深受喜爱; 小窥 # 查看版本 python -V # 输出 print "he…

十、美化界面

一、背景图片 二、透明化处理 BackColor—web—Transparent 三、数据库建表语句 数据库 USE [fiber_yy] GO /****** Object: Table [dbo].[yy_user_record] Script Date: 06/20/2022 18:54:48 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADD…

如何写出优美的代码(二)

(本文思想基本来自于经典著作《重构》一书) 上一篇 http://www.cnblogs.com/ceys/archive/2012/03/05/2379842.html#commentform 上一篇文章主要讲了怎么给函数整容。现在我们大家基本上都使用面向对象语言,什么样的“对象”才是优美的呢&…

转:链表相交问题 详解

源地址:http://blog.163.com/bbluesnow126/blog/static/27784545201251051156817/ 链表相交问题 2012-06-10 17:15:37| 分类: 算法 | 标签:微软面试题 |字号 订阅 1、如何判断一个单链表有环 2、如何判断一个环的入口点在哪里 3、如何知…

VS 如何修改C++编译标准

第一步,打开项目资源管理器的属性页面 第二步,选择配置属性->C/C>语言->C语言标准 第三步,选择合适的标准,一般来说选最新即可

维吉尼亚密码和一次性密码本_密码学中的一次性密码

维吉尼亚密码和一次性密码本The One-time Pad cipher is almost similar to the Vernam cipher, as, like the vernam cipher, this cipher technique also encrypts the plain text by working on the binary level of the text. The only difference between the two is that…

十一、纺织面料下架功能的实现

一、数据库 数据库仍用yy_textile表,前几篇博文都叙述过这里就不再叙述 在fiber_yy数据库下创建yy_textile表 初始数据库信息 二、页面 admin_undercarriage 三、代码实现 admin_undercarriage using System; using System.IO; using System.Data; using S…

svg和canvas的应用场景分析【转载】

原文地址:http://blogs.msdn.com/b/weizhong/archive/2011/07/16/canvas-svg.aspx 思考什么时候使用Canvas 和SVG wzhong 15 Jul 2011 9:07 PM 0HTML5 Canvas 和 SVG 是 IE9 中引入的两项令人激动的图形功能。上周在拉斯维加斯举办的 MIX11 大会对这两个功能进行了介…

【C++grammar】文件系统以及path类使用

目录1.文件系统概述1、关于路径2、如何将某个路径下的所有文件递归地找出来?2.路径类及操作1、path类的成员函数2、path类的非成员函数示例1:展示C17中的path对象的用法示例2:展示Path类中用于分解路径成分的函数示例3:展示path相…

scala hashmap_如何在Scala中将Hashmap转换为Map?

scala hashmapLets first understand what are maps and hashmaps? 首先让我们了解什么是map和hashmap ? map in Scala is a collection that stores its elements as key-value pairs, like a dictionary. Scala中的map是一个集合,将其元素存储为键值…

十二、所有功能实现效果演示

一、系统项目架构 Ⅰ,fiber_yy数据库下有五张表 yy_admin:管理员登录账号和密码 yy_textile:纺织面料数据信息 yy_textile_record:用户购买纺织面料信息所存储的面料流水信息 yy_user:用户登录注册信息 yy_user_reco…

行业软件之PTV微观软件VISSIM4.3 5.0 5.1 5.2 5.3 5.4下载和相关资料

他是干什么的:http://baike.baidu.com/view/3656765.htm 中国代理销售的公司的网址:辟途威交通科技(上海)有限公司 官网:http://www.ptvchina.cn/ 看看视频中软件的运行效果:http://v.youku.com/v_show/id_XMzExMjg1MDEy.html 如何…

一、单个神经元网络构建

一、本人使用编译器为Jupyter Notebook,tensorflow版本为1.13.1 import tensorflow as tf print(tf.__version__) """ 1.13.1 """二、训练单个神经元网络 x为-1.0, 0.0, 1.0, 2.0, 3.0, 4.0 y为-3.0, -1.0, 1.0, 3.0, 5.0, 7.0 人用…

ruby 生成随机字符串_Ruby程序生成随机数

ruby 生成随机字符串产生随机数 (Generating random number) The task is to generate and print random number. 任务是生成并打印随机数。 Generating random numbers means that any number can be provided to you which is not dependent on any pre-specified condition…

leetcode 322. 零钱兑换 思考分析

目录1、题目2、思路分析3、参考链接1、题目 给定不同面额的硬币 coins 和一个总金额 amount。编写一个函数来计算可以凑成总金额所需的最少的硬币个数。如果没有任何一种硬币组合能组成总金额,返回 -1。 你可以认为每种硬币的数量是无限的。 提示: 1 …

linux上的英文字体monospace可以在windows用吗?

linux的字体都是开源的,应该可以官方下载本地下载转载于:https://www.cnblogs.com/52linux/archive/2012/03/14/2396103.html