当前位置:首页计算机类软件水平考试中级软件评测师->2021年软件评测师模拟试题1

2021年软件评测师模拟试题1

卷面总分:73分 答题时间:240分钟 试卷题量:73题 练习次数:47次
单选题 (共73题,共73分)
1.

以下测试方法中,不属于典型安全性测试的是( )。

  • A. 安全功能验证
  • B. 漏洞扫描
  • C. 通信加密
  • D. 模拟攻击试验
标记 纠错
2.

Teams are required for most engineering projects. Although some small hardware or software products can be developed by individuals, the scale and complexity of modern systems is such, and the demand for short schedules so great, that it is no longer ( )for one person to do most engineering jobs. Systems development is a team ( ), and the effectiveness of the team largely determines the (请作答此空)of the engineering.Development teams often behave much like baseball or basketball teams. Even though they may have multiple specialties, all the members work toward ( ). However, on systems maintenance and enhancement teams, the engineers often work relatively independently, much like wrestling and track teams.A team is ( )just a group of people who happen to work together. Teamwork takes practice and it involves special skills. Teams require common processes; they need agreed-upon goals; and they need effective guidance and leadership. The methods for guiding and leading such teams are well known, but they are not obvious.

  • A. size
  • B. quality
  • C. scale
  • D. complexity
标记 纠错
3.

在引入自动化测试工具以前,手工测试遇到的问题包括( )。①工作量和时间耗费过于庞大②衡量软件测试工作进展困难③长时间运行的可靠性测试问题④对并发用户进行模拟的问题⑤确定系统的性能瓶颈问题⑥软件测试过程的管理问题

  • A. ①②③④⑤⑥
  • B. ①②③④⑤
  • C. ①②③④
  • D. ①②③
标记 纠错
4.

软件质量保证的主要目标不包括( )。

  • A. 通过预防、检查与改进来保证软件质量
  • B. 保证开发出来的软件和软件开发过程符合相应标准与规程
  • C. 收集软件产品、软件过程中存在的不符合项,在项目总结时进行分析
  • D. 确保项目组制定的计划、标准和规程适合项目需要,同时满足评审和审计需要
标记 纠错
5.

阅读下列流程图:

中级软件设计师,章节练习,系统开发

当用判定覆盖法进行测试时,至少需要设计 ( ) 个测试用例。

  • A. 2
  • B. 4
  • C. 6
  • D. 8
标记 纠错
6.

在执行测试和评价的过程中,会产生较多的文档,()是对文档内容的正确描述。①评价需求的主要内容是描述评价的目标,特别是描述了产品的质量需求。②评价规格说明的主要内容是确定对软件及其部件实行的所有分析和测量,标识要采用的操作规程、测试方法和工具。③评价记录的主要内容是对评价执行过程的详细记载,由评价请求者保留。④评价报告的主要内容是执行测量和分析的结果,以及能被重复和重新评价的必要信息。

  • A. ① ②
  • B. ② ③
  • C. ① ④
  • D. ② ④
标记 纠错
7.

软件评审作为质量控制的一个重要手段,已经被业界广泛使用。评审分为内部评审和外部评审。关于内部评审的叙述,正确的包括( )。①对软件的每个开发阶段都要进行内部评审②评审人员由软件开发组、质量管理和配置管理人员组成,也可邀请用户参与③评审人数根据实际情况确定,比如根据软件的规模等级和安全性等级等指标而定④内部评审由用户单位主持,由信息系统建设单位组织,应成立评审委员会

  • A. ①②④
  • B. ①②③
  • C. ②③④
  • D. ①②③④
标记 纠错
8.

软件测试的对象不包括( )。

  • A. 软件代码
  • B. 软件需求规格说明书
  • C. 软件测试报告
  • D. 软件开发人员
标记 纠错
9.

对于逻辑表达式((a&&b)||c),需要( )个测试用例才能完成条件组合覆盖。

  • A. 2
  • B. 4
  • C. 8
  • D. 16
标记 纠错
10.

Teams are required for most engineering projects.Although some small hardware or software products can be developed by individuals,the scale and complexity of modern systems is such,and the demand for short schedules so great,that it is no longer(请作答此空)for one person to do most engineering jobs.Systems development is a team( ),and the effectiveness of the team largely determines the( )of the engineering.Development teams often behave much like baseball or basketball teams.Even though they may have multiple specialties,all the members work toward( ).However,on systems maintenance and enhancement teams,the engineers often work relatively independently,much like wrestling and track teams.A team is( )just a group of people who happen to work together.Teamwork takes practice and it involves special skills.Teams require common processes;they need agreed-upon goals;and they need effective guidance and leadership.The methods for guiding and leading such teams are well known,but they are not obvious.

  • A. convenient
  • B. existing
  • C. practical
  • D. real
标记 纠错
11.

下列叙述中,( ) 是正确的。

  • A. 白盒测试又称为逻辑驱动测试
  • B. 穷举路径测试可以查出程序中因遗漏路径而产生的错误
  • C. 一般而言,黑盒测试对结构的覆盖比白盒测试高
  • D. 必须根据软件需求说明文档生成用于白盒测试的测试用例
标记 纠错
12.

黑盒测试不能发现( )。

  • A. 功能错误或者遗漏
  • B. 输入输出错误
  • C. 执行不到的代码
  • D. 初始化和终止错误
标记 纠错
13.

以下关于边界值测试法的叙述中,不正确的是( )。

  • A. 边界值分析法不仅重视输入域边界,而且也必须考虑输出域边界
  • B. 边界值分析法是对等价类划分方法的补充
  • C. 发生在输入输出边界上的错误比发生在输入输出范围的内部的错误要少
  • D. 测试数据应尽可能选取边界上的值,而不是等价类中的典型值或任意值
标记 纠错
14.

以下所示程序控制流程图中有( )条线性无关的基本路径。

中级软件评测师,章节练习,测试用例设计方法

  • A. 1
  • B. 2
  • C. 3
  • D. 4
标记 纠错
15.

以下几种白盒覆盖测试中,覆盖准则最强的是()。

  • A. 语句覆盖
  • B. 判定覆盖
  • C. 路径覆盖
  • D. 条件组合覆盖
标记 纠错
16.

( )方法根据输出对输入的依赖关系设计测试用例。

  • A. 路径测试
  • B. 等价类
  • C. 因果图
  • D. 边界值
标记 纠错
17.

对于逻辑表达式( (b1&b2)||in),需要( )个测试用例才能完成条件组合覆盖。

  • A. 2
  • B. 4
  • C. 6
  • D. 8
标记 纠错
18.

白盒测试不能发现()。

  • A. 代码路径中的错误
  • B. 死循环
  • C. 逻辑错误
  • D. 功能错误
标记 纠错
19.

根据说明,描述出程序的基本流及各项备选流;根据基本流和各项备选流生成不同的场景的方法是()。

  • A. 等价类划分法
  • B. 因果图法
  • C. 正交实验法
  • D. 场景法
标记 纠错
20.

一个程序的控制流图中有8个节点、10条边,在测试用例数最少的情况下,确保程序中每个可执行语句至少执行一次所需测试用例数的上限是( )。

  • A. 2
  • B. 4
  • C. 6
  • D. 8
标记 纠错
21.

以下属于网络测试的测试指标的是()。① 吞吐量 ② 丢包率 ③ 延时 ④ 背靠背性能

  • A. ①②③④
  • B. ①②③
  • C. ①③④
  • D. ①②④
标记 纠错
22.

以下不属于网络测试的测试指标的是( )。

  • A. 吞吐量
  • B. 内存占用率
  • C. 背靠背性能
  • D. 丢包率
标记 纠错
23.

以下不属于易用性测试的是( ) 。

  • A. 安装测试
  • B. 容量测试
  • C. 辅助系统测试
  • D. 界面测试
标记 纠错
24.

以下不属于网络测试的测试指标的是()。

  • A. 延时
  • B. CPU使用率
  • C. 背靠背性能
  • D. 丢包率
标记 纠错
25.

为预测某Web系统可支持的最大在线用户数,应进行( )。

  • A. 负载测试
  • B. 压力测试
  • C. 疲劳强度测试
  • D. 大数据量测试
标记 纠错
26.

对于提升磁盘I/O性能问题,以下表述正确的是 ( ) 。

  • A. 数据库对象在物理设备上的合理分布能改善系统读写性能
  • B. 磁盘镜像可以提高磁盘读写的速度
  • C. 建议把数据库、回滚段、日志放在同一块设备上,以提高数据读写的性能
  • D. 将磁盘升级到更大容量可提高磁盘I/O速度
标记 纠错
27.

以下不属于文档测试的测试范围的是()。

  • A. 软件测试计划
  • B. 概要设计说明书
  • C. 前台开发脚本
  • D. 操作手册
标记 纠错
28.

( )不属于测试人员编写的文档。

  • A. 缺陷报告
  • B. 测试环境配置文档
  • C. 缺陷修复报告
  • D. 测试用例说明文档
标记 纠错
29.

为检验某Web系统在什么条件下系统性能处于失效状态,应进行( )。

  • A. 负载测试
  • B. 压力测试
  • C. 疲劳强度测试
  • D. 大数据量测试
标记 纠错
30.

通过逐步增加系统负载,测试系统性能的变化,并最终确定在满足性能指标的情况下,系统所能承受的最大负载量的情况,应进行()。

  • A. 负载测试
  • B. 压力测试
  • C. 疲劳强度测试
  • D. 大数据量测试
标记 纠错
31.

下图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,则完成该项目的最少时间为( )天。活动E->H的松弛时间为(请作答此空)天。

中级软件评测师,章节练习,软件工程知识

  • A. 3
  • B. 4
  • C. 5
  • D. 6
标记 纠错
32.

以下不属于软件项目风险的是( )。

  • A. 团队成员离职
  • B. 团队成员可以进行良好沟通
  • C. 团队成员缺乏某方面培训
  • D. 招不到符合项目技术要求的团队成员
标记 纠错
33.

下图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,则完成该项目的最少时间为(请作答此空)天。活动E->H的松弛时间为( )天。

中级软件评测师,章节练习,软件工程知识

  • A. 17
  • B. 19
  • C. 20
  • D. 22
标记 纠错
34.

下图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,则完成该项目的最少时间为(请作答此空)天。若活动0->2完成后, 停止()天开始活动2->6,则完成整个项目的最少时间不变。

中级软件评测师,章节练习,软件工程知识

  • A. 52
  • B. 53
  • C. 55
  • D. 35
标记 纠错
35.

以下测试内容中,属于系统测试的是( )。

①单元测试 ②集成测试 ③安全性测试

④可靠性测试 ⑤兼容性测试 ⑥可用性测试

  • A. ①②③④⑤⑥
  • B. ②③④⑤⑥
  • C. ③④⑤⑥
  • D. ④⑤⑥
标记 纠错
36.

测试记录包括( ) 。①测试计划或包含测试用例的测试规格说明。②测试期间出现问题的评估与分析。③与测试用例相关的所有结果,包括在测试期间出现的所有失败。④测试中涉及的人员身份。

  • A. ①②③
  • B. ①③④
  • C. ②③
  • D. ①②③④
标记 纠错
37.

以下关于测试方法的叙述中,正确的是( )。

  • A. 根据是否需要执行被测试代码可分为系统测试和单元测试
  • B. 黑盒测试也叫做结构测试,针对代码本身进行测试
  • C. 动态测试主要是对软件的逻辑、功能等方面进行评估
  • D. 白盒测试把被测试代码当成透明的盒子,完全不可见
标记 纠错
38.

以下关于测试的叙述中,正确的是( )。

  • A. 实际上可以采用穷举测试来发现软件中的所有错误。
  • B. 错误很多的程序段在修改后错误一般会非常少。
  • C. 测试可以用来证明软件没有错误。
  • D. 白盒测试技术中路径覆盖法往往能比语言覆盖法发现更多的错误。
标记 纠错
39.

在编码阶段对系统执行的测试类型主要包括单元测试和集成测试,以下不属于单元测试内容的是( )。

  • A. 边界测试
  • B. 局部数据结构测试
  • C. 模块间时序测试
  • D. 路径测试
标记 纠错
40.

以下测试内容中,属于系统测试的是( )。①验收测试②安装测试③安全测试④性能测试⑤兼容性测试⑥易用性测试

  • A. ①②③④⑤⑥
  • B. ②③④⑤⑥
  • C. ①③④⑤⑥
  • D. ①④⑤⑥
标记 纠错
41.

在编码阶段对系统执行的测试类型主要包括单元测试和集成测试,以下不属于单元测试内容的是( )。

  • A. 模块接口测试
  • B. 错误处理测试
  • C. 性能测试
  • D. 路径测试
标记 纠错
42.

为验证和确认系统是否达到其原始目标,而对集成的硬件和软件系统进行的测试的是()。

  • A. 单元测试
  • B. 集成测试
  • C. 确认测试
  • D. 系统测试
标记 纠错
43.

针对软件程序模块进行正确性检验的测试工作的是()。

  • A. 单元测试
  • B. 集成测试
  • C. 确认测试
  • D. 系统测试
标记 纠错
44.

以下不属于软件编码规范评测内容的是( )。

  • A. 源程序文档化
  • B. 数据说明方法
  • C. 语句结构
  • D. 算法逻辑
标记 纠错
45.

以下关于测试时机的叙述中,不正确的是( )。

  • A. 应该尽可能早地进行测试
  • B. 软件中的错误暴露得越迟,则修复和改正错误所花费的代价就越高
  • C. 应该在代码编写完成后开始测试
  • D. 项目需求分析和设计阶段需要测试人员参与
标记 纠错
46.

以下关于软件测试原则的叙述中,不正确的是( )。

  • A. 测试贯穿于全部软件生命周期,并不是实现完成后才开始
  • B. 测试用例本身不需要测试
  • C. 测试用例需要逐步完善、不断修订
  • D. 当缺陷成群集中出现时,测试时应该更多关注这些缺陷群
标记 纠错
47.

以下关于软件测试分类定义的叙述,正确的是( )。

  • A. 软件测试可分为单元测试、集成测试、确认测试、系统测试和性能测试
  • B. 确认测试是在模块测试完成的基础上将所有的程序模块进行组合并验证其是否满足用户需求的过程
  • C. 软件测试按照研发阶段可分为白盒测试和黑盒测试
  • D. 软件测试按照测试实施组织划分:开发方测试、用户测试和第三方测试。
标记 纠错
48.

以下关于软件测试分类定义的叙述,不正确的是( )。

  • A. 软件测试可分为单元测试、集成测试、确认测试、系统测试和验收测试
  • B. 软件测试按照测试方式划分静态测试和动态测试
  • C. 软件测试按照研发阶段可分为白盒测试和黑盒测试
  • D. 软件测试按照测试实施组织划分:开发方测试、用户测试和第三方测试。
标记 纠错
49.

以下关于测试方法的叙述中,正确的是( )。

  • A. 根据是否需要执行被测试代码可分为静态测试和动态测试
  • B. 黑盒测试也叫做结构测试,针对代码本身进行测试
  • C. 按照阶段划分,系统测试先于单元测试进行
  • D. 白盒测试把被测试代码当成透明的盒子,完全不可见
标记 纠错
50.

软件测试的对象不包括()

  • A. 软件程序
  • B. 开发文档
  • C. 测试数据
  • D. 开发过程
标记 纠错
51.

A project is a [temporary] ( ) of unique, complex, and connected activities having one goal or purpose and that must be completed by a specific time, within budget, and according to (请作答此空 ). Project management is the process of scoping, planning, staffing, organizing, directing, and controlling the development of a(n) ( ) system at a minimum cost within a specified time frame. For any systems development project, effective project management is necessary to ensure that the project meets the ( ), is developed within an acceptable budget, and fulfills customer expectations and specifications, Project management is a process that starts at the beginning of a project, extends through a project, and doesn't culminate until the project is completed. The prerequisite for good project management is a well-defined system development process. Process management is an ongoing activity that documents, manages the use of, and improves an organization s chosen methodology (the “process”) for system development, Process management is concerned with the activities, deliverables, and quality standards to be applied to ( ) project(s).

  • A. specification
  • B. rules
  • C. estimates
  • D. designs
标记 纠错
52.

Creating a clear map of where the project is going is an important first step. It lets you identify risks, clarify objectives, and determine if the project even makes sense. The only thing more important than the release plan is not to take it too seriously.Release planning is creating a game plan for your Web project ( ) what you think you want your Web site to be. The plan is a guide for the content, design elements, and functionality of a Web site to be released to the public, to partners, or internally. It also (请作答此空 ) how long the project will take and how much it will cost. What the plan is not is a functional ( )that defines the project in detail or that produces a budget you can take to the bank.Basically you use a release Plan to do an initial sanity check of the project's ( ) and worthiness. Release Plans are useful road maps, but don't think of them as guides to the interstate road system. Instead, think of them as the ( ) used by early explorers-half rumor and guess and half hope and expectation.It's always a good idea to have a map of where a project is headed.

  • A. defines
  • B. calculates
  • C. estimates
  • D. knows
标记 纠错
53.

Creating a clear map of where the project is going is an important first step. It lets you identify risks, clarify objectives, and determine if the project even makes sense. The only thing more important than the release plan is not to take it too seriously.Release planning is creating a game plan for your Web project ( ) what you think you want your Web site to be. The plan is a guide for the content, design elements, and functionality of a Web site to be released to the public, to partners, or internally. It also ( ) how long the project will take and how much it will cost. What the plan is not is a functional ( )that defines the project in detail or that produces a budget you can take to the bank.Basically you use a release Plan to do an initial sanity check of the project's (请作答此空) and worthiness. Release Plans are useful road maps, but don't think of them as guides to the interstate road system. Instead, think of them as the ( ) used by early explorers-half rumor and guess and half hope and expectation.It's always a good idea to have a map of where a project is headed.

  • A. correctness
  • B. modifiability
  • C. feasibility
  • D. traceability
标记 纠错
54.

以下几种白盒覆盖测试中,覆盖准则最强的是( )

  • A. 语句覆盖
  • B. 判定覆盖
  • C. 条件覆盖
  • D. 条件组合覆盖
标记 纠错
55.

软件的易用性包括( )。

①易理解性②易学习性③易操作性④吸引性⑤依从性

  • A. ①②
  • B. ①②③
  • C. ①②③④
  • D. ①②③④⑤
标记 纠错
56.

( )analysis emphasizes the drawing of pictorial system models to document and validate both existing and/or proposed systems.Ultimately,the system models become the( )for designing and constructing an improved system.( )is such a technique.The emphasis in this technique is process-centered.Systems analysts draw a series of process models called( )、(请作答此空)is another such technique that integrates data and process concerns into constructs called objects.

  • A. Structured analysis
  • B. Information Engineering
  • C. Discovery Prototyping
  • D. Object-Oriented analysis
标记 纠错
57.

( )analysis emphasizes the drawing of pictorial system models to document and validate both existing and/or proposed systems.Ultimately,the system models become the(请作答此空)for designing and constructing an improved system.( )is such a technique.The emphasis in this technique is process-centered.Systems analysts draw a series of process models called( )、( )is another such technique that integrates data and process concerns into constructs called objects.

  • A. image
  • B. picture
  • C. layout
  • D. blueprint
标记 纠错
58.

( )analysis emphasizes the drawing of pictorial system models to document and validate both existing and/or proposed systems.Ultimately,the system models become the( )for designing and constructing an improved system.( )is such a technique.The emphasis in this technique is process-centered.Systems analysts draw a series of process models called(请作答此空)、( )is another such technique that integrates data and process concerns into constructs called objects.

  • A. PERT
  • B. DFD
  • C. ER
  • D. UML
标记 纠错
59.

Cloud computing is a phrase used to describe a variety of computing concepts that involve a large number of computers_( )__through a real-time communication network such as the Internet.In science,cloud computing is a_( )__for distributed computing over a network,and means the_( )_to run a program or application on many connected computers at the same time.The architecture of a cloud is developed at three layers:infrastructure,platform,and application.The infrastructure layer is built with virtualized compute,storage,and network resources.The platform layer is for general-purpose and repeated usage of the collection of software resources.The application layer is formed with a collection of all needed software modules for SaaS applications.The infrastructure layer serves as the_( )__for building the platform layer of the cloud.In turn,the platform layer is foundation for implementing the_(请作答此空)__layer for SaaS application.

  • A. resource
  • B. service
  • C. application
  • D. software
标记 纠错
60.

A project is a[temporary](请作答此空)of unique,complex,and connected activities having one goal or purpose and that must be completed by a specific time,within budget,and according to( ).Project management is the process of scoping,planning,staffing,organizing,directing,and controlling the development of a(n)( )system at a minimum cost within a specified time frame.For any systems development project,effective project management is necessary to ensure that the project meets the( ),is developed within an acceptable budget,and fulfills customer expectations and specifications,Project management is a process that starts at the beginning of a project,extends through a project,and doesn't culminate until the project is completed.The prerequisite for good project management is a well-defined system development process.Process management is an ongoing activity that documents,manages the use of,and improves an organization s chosen methodology(the“process”)for system development,Process management is concerned with the activities,deliverables,and quality standards to be applied to( )project(s).

  • A. task
  • B. work
  • C. sequence
  • D. activity
标记 纠错
61.

Cloud computing is a phrase used to describe a variety of computing concepts that involve a large number of computers_( )__through a real-time communication network such as the Internet.In science,cloud computing is a_( )__for distributed computing over a network,and means the_( )_to run a program or application on many connected computers at the same time.The architecture of a cloud is developed at three layers:infrastructure,platform,and application.The infrastructure layer is built with virtualized compute,storage,and network resources.The platform layer is for general-purpose and repeated usage of the collection of software resources.The application layer is formed with a collection of all needed software modules for SaaS applications.The infrastructure layer serves as the_(请作答此空)__for building the platform layer of the cloud.In turn,the platform layer is foundation for implementing the_( )__layer for SaaS application.

  • A. foundation
  • B. hardware
  • C. software
  • D. network
标记 纠错
62.

Creating a clear map of where the project is going is an important first step.It lets you identify risks,clarify objectives,and determine if the project even makes sense.The only thing more important than the release plan is not to take it too seriously.Release planning is creating a game plan for your Web project( )what you think you want your Web site to be.The plan is a guide for the content,design elements,and functionality of a Web site to be released to the public,to partners,or internally.It also( )how long the project will take and how much it will cost.What the plan is not is a functional(请作答此空)that defines the project in detail or that produces a budget you can take to the bank.Basically you use a release Plan to do an initial sanity check of the project's( )and worthiness.Release Plans are useful road maps,but don't think of them as guides to the interstate road system.Instead,think of them as the( )used by early explorers-half rumor and guess and half hope and expectation.It's always a good idea to have a map of where a project is headed.

  • A. specification
  • B. structure
  • C. requirement
  • D. implementation
标记 纠错
63.

对于逻辑表达式(a&b)||c||d,需要( )个测试用例才能完成条件组合覆盖。

  • A. 16
  • B. 8
  • C. 4
  • D. 2
标记 纠错
64.

以下关于白盒测试的叙述中,正确的是( )。

  • A. 满足语句覆盖则一定满足判定覆盖
  • B. 满足条件覆盖则一定满足判定覆盖
  • C. 满足判定/条件覆盖则一定满足条件覆盖
  • D. 满足条件覆盖则一定满足条件组合覆盖
标记 纠错
65.

一个程序的控制流图中有5个节点、8条边,在测试用例数最少的情况下,确保程序中每个可执行语句至少执行一次所需测试用例数的上限是( )。

  • A. 2
  • B. 3
  • C. 5
  • D. 7
标记 纠错
66.

对于逻辑表达式(((a&b)‖(c&d),需要( )个测试用例才能完成条件组合覆盖。

  • A. 16
  • B. 18
  • C. 4
  • D. 2
标记 纠错
67.

对于逻辑表达式(((a‖b)‖(c>2))&&d<0),需要( )个测试用例才能完成条件组合覆盖。

  • A. 16
  • B. 8
  • C. 4
  • D. 2
标记 纠错
68.

压力测试不会使用到以下哪种测试手段( )。

  • A. 重复
  • B. XSS
  • C. 增加量级
  • D. 并发
标记 纠错
69.

web信息系统所需要的进行的测试包括( )。①功能测试②压力测试③安装测试④兼容性测试⑤安全性测试

  • A. ①②③④⑤
  • B. ①②③⑤
  • C. ①②③④
  • D. ①③④⑤
标记 纠错
70.

压力测试不会使用到以下哪种测试手段( )。

  • A. 重复
  • B. SQL注入
  • C. 增加量级
  • D. 并发
标记 纠错
71.

在编码阶段对系统执行的测试类型主要包括单元测试和集成测试,以下不属于单元测试内容的是( )。

  • A. 模块接口测试
  • B. 错误处理测试
  • C. 安全测试
  • D. 路径测试
标记 纠错
72.

图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,则里程碑( )没有按时完成会影响整个项目的进度。若活动0→2完成后,停止3天才开始活动2→6,则完成整个项目的最少时间是(请作答此空)天。

中级软件评测师,模拟考试,2021年软件评测师模拟试题1

  • A. 53
  • B. 55
  • C. 56
  • D. 57
标记 纠错
73.

图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,则里程碑(请作答此空)没有按时完成会影响整个项目的进度。若活动0→2完成后,停止3天才开始活动2→6,则完成整个项目的最少时间是( )天。

中级软件评测师,模拟考试,2021年软件评测师模拟试题1

  • A. 1
  • B. 2
  • C. 3
  • D. 4
标记 纠错

答题卡(剩余 道题)

单选题
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
00:00:00
暂停
交卷