一、单选题
1、一个Web信息系统所需要进行的测试包括______。
①功能测试 ②性能测试 ③可用性测试 ④客户端兼容性测试 ⑤安全性测试
A、①②
B、①②③
C、①②③④
D、①②③④⑤
2、以下不属于网络测试的测试指标的是______。
A、吞吐量
B、延时
C、并发用户数
D、丢包率
3、防火墙不具备______功能。
A、包过滤
B、查毒
C、记录访问过程
D、代理
4、对于基于用户名/口令的用户认证机制来说,_____不属于增强系统安全性所应使用的防范措施。
A、应对本地存储的口令进行加密
B、在用户输入的非法口令达到规定的次数之后,应禁用相应账户
C、建议用户使用英文单词或姓名等容易记忆的口令
D、对于关键领域或安全性要求较高的系统,应该当保证使用过的用户删除或停用后,保留该用户记录,且新用户不能与该用户同名
5、对于防病毒系统的测试是系统安全测试的重要内容,下列不属于防病毒系统安全测试基本测试点的是______。
A、能否提供对病毒特征库与检测引擎的定期在线更新服务
B、能否在不更新特征库的前提下对新的未知病毒进行有效查杀
C、能否支持多种平台的病毒防范
D、能否支持对电子邮件附件的病毒防治
6、1976年Diffie与Hellman首次公开提出______的概念与结构,采用两个独立的密钥对数据分别进行加密与解密,且加密过程基于数学函数,从而带来了加密领域的革命性进步。
A、公钥加密
B、对称加密
C、单向Hash函数
D、RSA加密
7、CPU是在______结束时响应DMA请求的。
A、一条指令执行
B、一段程序
C、一个时钟周期
D、一个总线周期
8、虚拟存储体系由______两级存储器构成。
A、主存-辅存
B、寄存器-Cache
C、寄存器-主存
D、Cache-主存
9、浮点数能够表示的数的范围是由其______的位数决定的。
A、尾数
B、阶码
C、数符
D、阶符
10、在机器指令的地址字段中,直接指出操作数本身的寻址方式称为______。
A、隐含寻址
B、寄存器寻址
C、立即寻址
D、直接寻址
11、内存按字节编址从B3000H到DABFFH的区域其存储容量为______。
A、123kB
B、159kB
C、163kB
D、194kB
12、编译器和解释器是两种基本的高级语言处理程序。编译器对高级语言源程序的处理过程可以划分为词法分析、语法分析、语义分析、中间代码生成、代码优化、目标代码生成等阶段,其中,______并不是每个编译器都必需的。
A、词法分析和语法分析
B、语义分析和中间代码生成
C、中间代码生成和代码优化
D、代码优化和目标代码生成
13、表达式采用逆波兰式表示时,利用______进行求值。
A、栈
B、队列
C、符号表
D、散列表
14、某企业的生产流水线上有2名工人P1和P2,1名检验员P3。P1将初步加工的半成品放入半成品箱B1;P2从半成品箱B1取出继续加工,加工好的产品放入成品箱B2;P3从成品箱B2取出产品检验。假设B1可存放n件半成品,B2可存放m件产品,并设置6个信号量S1、S2、S3、S4、S5和S6,且S3和S6的初值都为0。采用PV操作实现P1、P2和P3的同步模型如下图所示,则信号量S1和S5___1___;S2、S4的初值分别为___2___。1、____
A、分别为同步信号量和互斥信号量,初值分别为0和1
B、都是同步信号量,其初值分别为0和0
C、都是互斥信号量,其初值分别为1和1
D、都是互斥信号量,其初值分别为0和1
15、某企业的生产流水线上有2名工人P1和P2,1名检验员P3。P1将初步加工的半成品放入半成品箱B1;P2从半成品箱B1取出继续加工,加工好的产品放入成品箱B2;P3从成品箱B2取出产品检验。假设B1可存放n件半成品,B2可存放m件产品,并设置6个信号量S1、S2、S3、S4、S5和S6,且S3和S6的初值都为0。采用PV操作实现P1、P2和P3的同步模型如下图所示,则信号量S1和S5___1___;S2、S4的初值分别为___2___。2、____
A、n、0
B、m、0
C、m、n
D、n、m
16、在支持多线程的操作系统中,假设进程P创建了若干个线程,那么______是不能被这些线程共享的。
A、该进程中打开的文件
B、该进程的代码段
C、该进程中某线程的栈指针
D、该进程的全局变量
17、软件设计师王某在其公司的某一综合信息管理系统软件开发工作中承担了大部分程序设计工作。该系统交付用户,投入试运行后,王某辞职离开公司,并带走了该综合信息管理系统的源程序,拒不交还公司。王某认为,综合信息管理系统源程序是他独立完成的,他是综合信息管理系统源程序的软件著作权人。王某的行为______。
A、侵犯了公司的软件著作权
B、未侵犯公司的软件著作权
C、侵犯了公司的商业秘密权
D、不涉及侵犯公司的软件著作权
18、颜色深度是表达图像中单个像素的颜色或灰度所占的位数(bit)。若每个像素具有8位的颜色深度,则可表示______种不同的颜色。
A、8
B、64
C、256
D、512
19、视觉上的颜色可用亮度、色调和饱和度三个特征来描述。其中饱和度是指颜色的______。
A、种数
B、纯度
C、感觉
D、存储量
20、______不属于主动攻击。
A、流量分析
B、重放
C、IP地址欺骗
D、拒绝服务
21、如下图所示,从输出的信息中可以确定的信息是______。
A、本地主机正在使用的端口号是公共端口号
B、192.168.0.200正在与128.105.129.30建立连接
C、本地主机与202.100.112.12建立了安全连接
D、本地主机正在与100.29.200.110建立连接
22、数据库系统通常采用三级模式结构:外模式、模式和内模式。这三级模式分别对应数据库的______。
A、基本表、存储文件和视图
B、视图、基本表和存储文件
C、基本表、视图和存储文件
D、视图、存储文件和基本表
23、在数据库逻辑设计阶段,若实体中存在多值属性,那么将E-R图转换为关系模式时,______,得到的关系模式属于4NF。
A、将所有多值属性组成一个关系模式
B、使多值属性不在关系模式中出现
C、将实体的码分别和每个多值属性独立构成一个关系模式
D、将多值属性和其他属性一起构成该实体对应的关系模式
24、在分布式数据库中有分片透明、复制透明、位置透明和逻辑透明等基本概念,其中:___1___是指局部数据模型透明,即用户或应用程序无须知道局部使用的是哪种数据模型;___2___是指用户或应用程序不需要知道逻辑上访问的表具体是怎么分块存储的。
1、____
A、分片透明
B、复制透明
C、位置透明
D、逻辑透明
25、在分布式数据库中有分片透明、复制透明、位置透明和逻辑透明等基本概念,其中:___1___是指局部数据模型透明,即用户或应用程序无须知道局部使用的是哪种数据模型;____2__是指用户或应用程序不需要知道逻辑上访问的表具体是怎么分块存储的。
2、_____
A、分片透明
B、复制透明
C、位置透明
D、逻辑透明
26、设有关系模式R(A1,A2,A3,A4,A5,A6),其中:函数依赖集F={A1→A2,A1A3→A4,A5A6→A1,A2A5→A6,A3A5→A6},则___1___是关系模式R的一个主键,R规范化程度最高达到__2____。
1、____
A、A1A4
B、A2A4
C、A3A5
D、A4A5
27、设有关系模式R(A1,A2,A3,A4,A5,A6),其中:函数依赖集F={A1→A2,A1A3→A4,A5A6→A1,A2A5→A6,A3A5→A6},则___1___是关系模式R的一个主键,R规范化程度最高达到___2___。
2、_____
A、1NF
B、2NF
C、3NF
D、BCNF
28、POP3协议采用___1___模式,客户端代理与POP3服务器通过建立__2____连接来传送数据。
1、____
A、Browser/Server
B、Client/Server
C、Peer to Peer
D、Peer to Server
29、POP3协议采用___1___模式,客户端代理与POP3服务器通过建立___2___连接来传送数据。
2、____
A、TCP
B、UDP
C、P2P
D、IP
30、如果在查找路由表时发现有多个选项匹配,那么应该根据___1___原则进行选择。假设路由表有4个表项如下所示,那么与地址139.17.179.92匹配的表项是__2____。
1、_____
A、包含匹配
B、恰当匹配
C、最长匹配
D、最短匹配
31、如果在查找路由表时发现有多个选项匹配,那么应该根据__1____原则进行选择。假设路由表有4个表项如下所示,那么与地址139.17.179.92匹配的表项是__2____。
2、_____
A、139.17.145.32
B、139.17.145.64
C、139.17.147.64
D、139.17.177.64
32、在层次化局域网模型中,下列关于核心层的描述中,正确的是______。
A、为了保障安全性,对分组要进行有效性检查
B、将分组从一个区域高速地转发到另一个区域
C、由多台二、三层交换机组成
D、提供多条路径来缓解通信瓶颈
33、集线器与网桥的区别是______。
A、集线器不能检测发送冲突,而网桥可以检测冲突
B、集线器是物理层设备,而网桥是数据链路层设备
C、网桥只有两个端口,而集线器是一种多端口网桥
D、网桥是物理层设备,而集线器是数据链路层设备
34、算术表达式a+b-c*d的后缀式是______(-、+、*表示算术的减、加、乘运算,运算符的优先级和结合性遵循惯例)。
A、ab+cd*-
B、abc+-d*
C、abcd+-*
D、ab+c-d*
35、函数f()、g()的定义如下所示,已知调用f时传递给其形参x的值是10,若以传值方式调用g,则函数f的返回值为______。
A、10
B、15
C、25
D、30
36、当用户需求不清晰、需求经常发生变化、系统规模不太大时,最适宜采用的软件开发方法是______。
A、结构化
B、原型
C、面向对象
D、敏捷
37、在结构化分析方法中,利用分层数据流图对系统功能建模。以下关于分层数据流图的叙述中,不正确的是___1___。采用数据字典为数据流图中的每个数据流、文件、加工以及组成数据流或文件的数据项进行说明,其条目不包括__2____。
1、______
A、顶层数据流图只有一个加工,即要开发的软件系统
B、在整套分层数据流图中,每个数据存储应该有加工对其进行读操作,有加工对其进行写操作
C、一个加工的输入数据流和输出数据流可以同名
D、每个加工至少有一个输入数据流和一个输出数据流
38、在结构化分析方法中,利用分层数据流图对系统功能建模。以下关于分层数据流图的叙述中,不正确的是__1____。采用数据字典为数据流图中的每个数据流、文件、加工以及组成数据流或文件的数据项进行说明,其条目不包括___2___。
2、_____
A、数据流
B、外部实体
C、数据项
D、基本加工
39、下图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,则完成该项目的最少时间为___1___天。活动BD最多可以晚开始___2___天而不会影响整个项目的进度。1、_____
A、15
B、21
C、22
D、24
40、下图是一个软件项目的活动图,其中顶点表示项目里程碑,连接顶点的边表示包含的活动,则完成该项目的最少时间为__1____天。活动BD最多可以晚开始__2____天而不会影响整个项目的进度。2、_____
A、2
B、3
C、5
D、9
41、______开发过程模型以用户需求为动力,以对象作为驱动,适合于面向对象的开发方法。
A、瀑布
B、原型
C、螺旋
D、喷泉
42、以下关于极限编程XP的叙述中,不正确的是______。
A、由价值观、原则、实践和行为四个部分组成
B、每一个不同的项目都需要一套不同的策略、约定和方法论
C、有四个价值观,即沟通、简单性、反馈和勇气
D、有五大原则,即快速反馈、简单性假设、逐步修改、提倡更改和优质工作
43、以下关于分层体系结构的叙述中,不正确的是______。
A、可以很好地表示软件系统的不同抽象层次
B、对每一个层的修改通常只影响相邻的两层
C、将需求定义到多层上很容易
D、有利于开发任务的分工
44、以下关于模块耦合关系的叙述中,耦合程度最低的是__1____,其耦合类型为___2___耦合。
1、_____
A、模块M2根据模块M1传递如标记量的控制信息来确定M2执行哪部分语句
B、模块M2直接访问模块M1内部
C、模块M1和模块M2用公共的数据结构
D、模块M1和模块M2有部分代码是重叠的
45、以下关于模块耦合关系的叙述中,耦合程度最低的是__1____,其耦合类型为___2___耦合。
2、_____
A、数据
B、标记
C、控制
D、内容
46、堆是一种数据结构,分为大顶堆和小顶堆两种类型。大(小)顶堆要求父元素大于等于(小于等于)其左右孩子元素。则____1__是一个大顶堆结构,该堆结构用二叉树表示,其高度(或层数)为___2___。
1、_____
A、94,31,53,23,16,27
B、94,53,31,72,16,23
C、16,53,23,94,31,72
D、16,31,23,94,53,72
47、堆是一种数据结构,分为大顶堆和小顶堆两种类型。大(小)顶堆要求父元素大于等于(小于等于)其左右孩子元素。则__1____是一个大顶堆结构,该堆结构用二叉树表示,其高度(或层数)为___2___。
2、_____
A、2
B、3
C、4
D、5
48、(第1版知识点)在ISO/IEC软件质量模型中,功能性是与一组功能及其指定的性质的存在有关的一组属性,其子特性不包括______。
A、适应性
B、准确性
C、安全性
D、成熟性
49、程序质量评审通常是从开发者的角度进行评审,其内容不包括______。
A、功能结构
B、功能的通用性
C、模块层次
D、与硬件的接口
50、在面向对象分析和设计中,用类图给出系统的静态设计视图,其应用场合不包括___1___。下图是一个UML类图,其中类University和类School之间是___2___关系,类Person和类PersonRecord之间是___3___关系,表示Person与Person Record___4___。1、_____
A、对系统的词汇建模
B、对简单的协作建模
C、对逻辑数据库模式建模
D、对系统的需求建模
51、在面向对象分析和设计中,用类图给出系统的静态设计视图,其应用场合不包括__1____。下图是一个UML类图,其中类University和类School之间是___2___关系,类Person和类PersonRecord之间是__3____关系,表示Person与Person Record___4___。2、____
A、依赖
B、关联
C、聚集
D、泛化
52、在面向对象分析和设计中,用类图给出系统的静态设计视图,其应用场合不包括____1__。下图是一个UML类图,其中类University和类School之间是__2____关系,类Person和类PersonRecord之间是___3___关系,表示Person与Person Record___4___。3、_____
A、依赖
B、关联
C、聚集
D、泛化
53、在面向对象分析和设计中,用类图给出系统的静态设计视图,其应用场合不包括____1__。下图是一个UML类图,其中类University和类School之间是__2____关系,类Person和类PersonRecord之间是___3___关系,表示Person与Person Record__4____。4、____
A、之间的语义关系,其中PersonRecord发生变化会影响Person的语义
B、之间的一种结构关系,描述了一组链,即对象之间的连接
C、是整体和部分的关系
D、是一般和特殊的关系
54、软件复杂性是指理解和处理软件的难易程度,其度量参数不包括______。
A、规模
B、类型
C、结构
D、难度
55、对现有软件系统中一些数据处理的算法进行改进,以提高效率,从而更快地响应用户的服务要求。这种行为属于______维护。
A、正确性
B、适应性
C、完善性
D、预防性
56、软件测试的对象包括______。
①需求规格说明书 ②概要设计文档 ③软件测试报告 ④软件代码 ⑤用户手册 ⑥软件开发人员
A、①②③④⑤⑥
B、①②③④⑤
C、①②④
D、①②③④
57、以下不属于系统测试的是______。
①单元测试 ②集成测试 ③安全性测试 ④可靠性测试 ⑤确认测试 ⑥验收测试
A、①②③④⑤⑥
B、①②③④
C、①②⑤⑥
D、①②④⑤⑥
58、以下关于软件测试原则的叙述中,不正确的是______。
A、测试阶段在实现阶段之后,因此实现完成后再开始进行测试
B、测试用例需要完善和修订
C、发现错误越多的地方应进行更多的测试
D、测试用例本身也需要测试
59、一条Bug记录应包括______。
①编号 ②Bug描述 ③Bug级别 ④Bug所属模块 ⑤发现人
A、①②
B、①②③
C、①②③④
D、①②③④⑤
60、______不属于使用软件测试工具的目的。
A、帮助测试寻找问题
B、协助问题的诊断
C、节省测试时间
D、替代手工测试
61、以下关于验收测试的叙述中,不正确的是______。
A、验收测试由开发方主导,用户参与
B、验收测试也需要制定测试计划
C、验收测试之前需要先明确验收方法
D、验收测试需要给出验收通过或者不通过的结论
62、以下关于黑盒测试的测试方法选择的叙述中,不正确的是______。
A、在任何情况下都要采用边界值分析法
B、必要时用等价类划分法补充测试用例
C、可以用错误推测法追加测试用例
D、如果输入条件之间不存在组合情况,则应采用因果图法
63、以下关于等价类划分法的叙述中,不正确的是______。
A、如果规定输入值string1必须以'\0'结束,那么得到两个等价类,即有效等价类{string1|string1以'\0'结束},无效等价类{string1|string1不以'\0'结束}
B、如果规定输入值int1取值为1,-1两个数之一,那么得到3个等价类,即有效等价类{int1|int1=1}、{int1|int1=-1},无效等价类{int1|int1≠1并且int1≠-1}
C、如果规定输入值int2的取值范围为-10~9,那么得到两个等价类,即有效等价类{int2|-10<=int2<=9},无效等价类{int2|int2<=-10或者int2>9}
D、如果规定输入值int3为质数,那么得到两个等价类,即有效等价类{int3|int3是质数},无效等价类{int3|int3不是质数}
64、以下关于白盒测试的叙述中,不正确的是______。
A、满足判定覆盖一定满足语句覆盖
B、满足条件覆盖一定满足判定覆盖
C、满足判定条件覆盖一定满足条件覆盖
D、满足条件组合覆盖一定满足判定条件覆盖
65、对于逻辑表达式((a||(b&c))||(c&&d)),需要______个测试用例才能完成条件组合覆盖。
A、4
B、8
C、16
D、32
66、为了解系统在何种服务级别下会崩溃,应进行______。
A、负载测试
B、压力测试
C、大数据量测试
D、疲劳强度测试
67、兼容性测试的测试范围包括______。
①硬件兼容性测试 ②软件兼容性测试 ③数据兼容性测试 ④平台兼容性测试
A、①②③④
B、①②③
C、①②
D、①
68、以下不能作为测试结束标准的是______。
A、测试超过了预定时间
B、执行完了所有测试用例但没有发现新的故障
C、单位时间内查出的故障数目低于预定值
D、测试人员或者其他资源不足
69、以下属于静态测试方法的是_____。
A、代码审查
B、判定覆盖
C、路径覆盖
D、语句覆盖
70、单元测试的测试内容包括______。
①模块接口 ②局部数据结构 ③模块内路径 ④边界条件 ⑤错误处理 ⑥系统性能
A、①②③④⑤⑥
B、①②③④⑤
C、①②③④
D、①②③
71、In a world where it seems we already have too much to do, and too many things to think about, it seems the last thing we need is something new that we have to learn. But use cases do solve a problem with requirements: with __1__ declarative requirements it's hard to describe steps and sequences of events. Use cases, stated simply, allow description of sequences of events that, taken together, lead to a system doing something useful. As simple as this sounds, this is important. When confronted only with a pile of requirements, it's often __2__ to make sense of what the authors of the requirements really wanted the system to do. In the preceding example, use cases reduce the ambiguity of the requirements by specifying exactly when and under what conditions certain behavior occurs; as such, the sequence of the behaviors can be regarded as a requirement. Use cases are particularly well suited to capturing these kind of requirements. Although this may sound simple, the fact is that __3__ requirement capture approaches, with their emphasis on declarative requirements and "shall" statements, completely fail to capture the __4__ of the system's behavior. Use cases are a simple yet powerful way to express the behavior of the system in way that all stakeholders can easily understand. But, like anything, use cases come with their own problems, and as useful as they are, they can be __5__. The result is something that is as bad, if not worse, than the original problem. Therein it's important to utilize use cases effectively without creating a greater problem than the one you started with.
1、_____
A、plenty
B、loose
C、extra
D、strict
72、In a world where it seems we already have too much to do, and too many things to think about, it seems the last thing we need is something new that we have to learn. But use cases do solve a problem with requirements: with __1__ declarative requirements it's hard to describe steps and sequences of events. Use cases, stated simply, allow description of sequences of events that, taken together, lead to a system doing something useful. As simple as this sounds, this is important. When confronted only with a pile of requirements, it's often __2__ to make sense of what the authors of the requirements really wanted the system to do. In the preceding example, use cases reduce the ambiguity of the requirements by specifying exactly when and under what conditions certain behavior occurs; as such, the sequence of the behaviors can be regarded as a requirement. Use cases are particularly well suited to capturing these kind of requirements. Although this may sound simple, the fact is that __3__ requirement capture approaches, with their emphasis on declarative requirements and "shall" statements, completely fail to capture the __4__ of the system's behavior. Use cases are a simple yet powerful way to express the behavior of the system in way that all stakeholders can easily understand. But, like anything, use cases come with their own problems, and as useful as they are, they can be __5__. The result is something that is as bad, if not worse, than the original problem. Therein it's important to utilize use cases effectively without creating a greater problem than the one you started with.
2、_____
A、impossible
B、possible
C、sensible
D、practical
73、In a world where it seems we already have too much to do, and too many things to think about, it seems the last thing we need is something new that we have to learn. But use cases do solve a problem with requirements: with __1__ declarative requirements it's hard to describe steps and sequences of events. Use cases, stated simply, allow description of sequences of events that, taken together, lead to a system doing something useful. As simple as this sounds, this is important. When confronted only with a pile of requirements, it's often __2__ to make sense of what the authors of the requirements really wanted the system to do. In the preceding example, use cases reduce the ambiguity of the requirements by specifying exactly when and under what conditions certain behavior occurs; as such, the sequence of the behaviors can be regarded as a requirement. Use cases are particularly well suited to capturing these kind of requirements. Although this may sound simple, the fact is that __3__ requirement capture approaches, with their emphasis on declarative requirements and "shall" statements, completely fail to capture the __4__ of the system's behavior. Use cases are a simple yet powerful way to express the behavior of the system in way that all stakeholders can easily understand. But, like anything, use cases come with their own problems, and as useful as they are, they can be __5__. The result is something that is as bad, if not worse, than the original problem. Therein it's important to utilize use cases effectively without creating a greater problem than the one you started with.
3、____
A、modem
B、conventional
C、different
D、formal
74、In a world where it seems we already have too much to do, and too many things to think about, it seems the last thing we need is something new that we have to learn. But use cases do solve a problem with requirements: with __1__ declarative requirements it's hard to describe steps and sequences of events. Use cases, stated simply, allow description of sequences of events that, taken together, lead to a system doing something useful. As simple as this sounds, this is important. When confronted only with a pile of requirements, it's often __2__ to make sense of what the authors of the requirements really wanted the system to do. In the preceding example, use cases reduce the ambiguity of the requirements by specifying exactly when and under what conditions certain behavior occurs; as such, the sequence of the behaviors can be regarded as a requirement. Use cases are particularly well suited to capturing these kind of requirements. Although this may sound simple, the fact is that __3__ requirement capture approaches, with their emphasis on declarative requirements and "shall" statements, completely fail to capture the __4__ of the system's behavior. Use cases are a simple yet powerful way to express the behavior of the system in way that all stakeholders can easily understand. But, like anything, use cases come with their own problems, and as useful as they are, they can be __5__. The result is something that is as bad, if not worse, than the original problem. Therein it's important to utilize use cases effectively without creating a greater problem than the one you started with.
4、_____
A、statics
B、nature
C、dynamics
D、originals
75、In a world where it seems we already have too much to do, and too many things to think about, it seems the last thing we need is something new that we have to learn. But use cases do solve a problem with requirements: with __1__ declarative requirements it's hard to describe steps and sequences of events. Use cases, stated simply, allow description of sequences of events that, taken together, lead to a system doing something useful. As simple as this sounds, this is important. When confronted only with a pile of requirements, it's often __2__ to make sense of what the authors of the requirements really wanted the system to do. In the preceding example, use cases reduce the ambiguity of the requirements by specifying exactly when and under what conditions certain behavior occurs; as such, the sequence of the behaviors can be regarded as a requirement. Use cases are particularly well suited to capturing these kind of requirements. Although this may sound simple, the fact is that __3__ requirement capture approaches, with their emphasis on declarative requirements and "shall" statements, completely fail to capture the __4__ of the system's behavior. Use cases are a simple yet powerful way to express the behavior of the system in way that all stakeholders can easily understand. But, like anything, use cases come with their own problems, and as useful as they are, they can be __5__. The result is something that is as bad, if not worse, than the original problem. Therein it's important to utilize use cases effectively without creating a greater problem than the one you started with.
5、_____
A、misapplied
B、applied
C、used
D、powerful
喵呜刷题:让学习像火箭一样快速,快来微信扫码,体验免费刷题服务,开启你的学习加速器!