2019年5月 软件设计师 上午题之二十四
作者:wx6225b14cdec172023-11-28 01:00:14
备考咨询 刷题指导
添加专属学姐
2024上半年软考备考资料+考试大纲
下载
摘要:对于【软件设计师】软考考试而言,真题无疑是最重要的学习资料之一。在软考备考过程中,吃透真题、掌握真题所考知识点、熟悉真题的出题思路,对我们提升分数的效果是最明显的,通过对真题的反复练习,还可以查漏补缺。今天,给大家带来【2019年5月 软件设计师 上午题】部分真题的详解,一起来看看吧~1、对于有序表(8,15,19,23,26,31,40,65,91),用二分法进行查找
摘要:对于【软件设计师】软考考试而言,试题无疑是最重要的学习资料之一。在软考备考过程中,吃透试题、掌握试题所考知识点、熟悉试题的出题思路,对我们提升分数的效果是最明显的,通过对试题的反复练习,还可以查漏补缺。今天,给大家带来【2019年5月 软件设计师 上午题】部分试题的详解,一起来看看吧~
1、对于有序表(8,15,19,23,26,31,40,65,91),用二分法进行查找时,可能的关键字比较顺序为()。
A、 26,23,19
B、 26,8,19
C、 26,40,65
D、 26,31,40
答案:C
答题解析:
2、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 eveloped 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 concemed with the activities, deliverables, and quallty standards to be applled to ( ) project(s).
A、 task
B、 work
C、 sequence
D、 activity
答案:C
答题解析:
3、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 eveloped 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 concemed with the activities, deliverables, and quallty standards to be applled to ( ) project(s).
A、 specifica
B、 rules
C、 estimates
D、 designs
答案:A
答题解析:
1、对于有序表(8,15,19,23,26,31,40,65,91),用二分法进行查找时,可能的关键字比较顺序为()。
A、 26,23,19
B、 26,8,19
C、 26,40,65
D、 26,31,40
答案:C
答题解析:
将有序表放入数组如下:
根据二分法的查找过程:
(1) 第一轮比较对象(0+8)/2=4,即与序号为4的关键字26进行比较;
(2) 第二轮如果选择左侧较小列,则下一个比较对象应该为(0+3)/2=1(向下取整),即与序号为1的关键字15比较,没有对应的选项;
(3) 第二轮如果选择右侧较大列,则下一个比较对象应该为(5+8)/2=6(向下取整),即与序号为6的关键字40进行比较。
所以应该选择C选项
2、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 eveloped 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 concemed with the activities, deliverables, and quallty standards to be applled to ( ) project(s).
A、 task
B、 work
C、 sequence
D、 activity
答案:C
答题解析:
小编正在快马加鞭来的路上哦
3、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 eveloped 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 concemed with the activities, deliverables, and quallty standards to be applled to ( ) project(s).
A、 specifica
B、 rules
C、 estimates
D、 designs
答案:A
答题解析:
小编正在快马加鞭来的路上哦
查看完整试题>>>
软考资料: 2024年软考论文范文> 软考考试核心重点难点汇总> 查看更多>
备考刷题:章节练习+每日一练> 软考历年试题+模拟题>查看更多>