题目网 >职业资格类 >软考 >试题列表
软件系统的安全性是信息安全的一个重要组成部分,针对程序和数据的安全性测试与评估是软件安全性测试的重要内容,()不属于安全性测试与评估的基本内容。
A.用户认证机制
B.加密机制
C.系统能承受的并发用户量
D.数据备份与恢复手段
对于初始为空的栈S,入栈序列为a、b、c、d、e,且每个元素进栈、出栈各1次。则不合法的出栈序列为()
A.abcde
B.edcba
C.edabc
D.acbed
针对程序段:IF(X>10)AND(Y<20)THENW=W/A,对于(X,Y)的取值,以下()组测试用例能够满足判定覆盖的要求。
A.(30,15)(40,10)
B.(3,0)(30,30)
C.(5,25)(10,20)
D.(20,10)(1,100)
一个故障已经被发现,而且也被排除了,为了检查修改是否引起了其他故障,这时应该进行()。
A.程序走查
B.退化测试
C.软件评审
D.接收测试
能够主动采集信息,分析网络攻击行为和误操作的实时保护策略是指()。
A.安全日志
B.入侵检测
C.隔离防护
D.防火墙
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.multiple objectives
B.different objectives
C.a single objective
D.independent objectives
UML中关联是一个结构关系,描述了一组链两个类之间(40)关联。
A.不能有多个
B.可以有多个由不同角色标识的
C.可以有任意多个
D.的多个关联必须聚合成一个
以下关于极限编程XP的叙述中,不正确的是()。
A.由价值观,原则,实践和行为四个部分组成
B.每个不同的项目都需要一套不同的策略,约定和方法论
C.有四个价值观,即沟通,简单性,反馈和勇气
D.有五大原则,即快速反馈,简单性假设,逐步修改,提倡更改和优质工作
____不属于使用软件测试工具的目的。
A.帮助测试寻找问题
B.协助问题的诊断
C.节省测试时间
D.替代手工测试
假定X为整数类型变量,X>=1并且X
刘某完全利用任职单位的实验材料、实验空和不对外公开的技术资料完成了一项发明。以下关于该发明的权利归属的叙述中,正确的是()
A.无论刘某与单位有无特别约定,该项成果都属于单位
B.原则上应归单位所有,但若单位与刘某对成果的归属有特别约定时遵从约定
C.取决于该发明是否是单位分派给刘某的
D.无论刘某与单位有无特别约定,该项成果都属于刘某
编译和解释是实现高级语言翻译的两种基本方式,相对应的程序分别称为编译器和解释器。与编译器相比,解释器()。编译器对高级语言源程序的处理过程可以划分为词法分析、语法分析、语义分析、中间代码生成、代码优化、目标代码生成等几个阶段:其中,代码优化和(请作答此空)并不是每种编译器都必需的。词法分析的作用是识别源程序中的()。
A.语法分析
B.语义分析
C.中间代码生成
D.标代码生成
计算机执行程序时,在一个指令周期的过程中,为了能够从内存中读指令操作码,首先是将()的内容送到地址总线上。
A.程序计数器PC
B.指令寄存器IR
C.状态寄存器SR
D.通用寄存器GR
测试所报告的软件缺陷与错误中通常包含其严重性和优先级的说明,以下理解不正确的是()
A.测试员通过严重性和优先级对软件缺陷进行分类,以指出其影响及修改的优先次序
B.严重性划分应体现出所发现的软件缺陷所造成危害的恶劣程度
C.优先级划分应体现出修复缺陷的重要程序与次序
D.在软件的不同部分,同样的错误或缺陷的严重性和优先级必须相同
某个应用中,需要对输入数据进行排序,输入数据序列基本有序(如输入为1,2,5,3,4,6,8,7)。在这种情况下,采用(请作答此空)排序算法最好,时间复杂度为()。
A.插入
B.归并
C.堆
D.快速
安全防护策略是软件系统对抗攻击的主要手段,安全防护策略不包括()。
A.安全日志
B.入侵检测
C.漏洞扫描
D.数据备份与恢复
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
某公司销售数据库的商品、仓库关系模式及函数依赖集F1、F2如下:
商品(商品号,商品名称,生产商,单价),F1={商品号→商品名称,商品号→生产商,商品号→单价)},商品关系的主键是()。仓库(仓库号,地址,电话,商品号,库存量),F2={仓库号→(地址,电话),(仓库号,商品号)→库存量}。仓库关系的主键是(),外键是(请作答此空)。
仓库关系模式(),为了解决这一问题,需要将仓库关系分解为()。
A.仓库号
B.地址
C.电话
D.商品号
Object-oriented analysis(OOA.is a semiformal specification technique for the object-oriented paradigm.Object-oriented analysis consists of three steps.The first step is( ).It determines how the various results are computed by the product and presents this information in the form of a(请作答此空)and associated scenarios.The second is( ),which determines the classes and their attributes.Then determine the interrelationships and interaction among the classes.The last step is( ),which determines the actions performed by or to each class or subclass and presents this information in the form of( ).
A.collaboration diagram
B.sequence diagram
C.use-case diagram
D.activity diagram
关于软件著作权产生的时间,表述正确的是()。
A.自软件首次公开发表时
B.自开发者有开发意图时
C.自软件得到国家著作权行政管理部门认可时
D.自软件完成创作之日起
联系我们 用户中心
返回顶部