2011年上半年软考软件设计师上午试卷(参考答案+解析版)

0
收藏   分享
  • 卷面总分:75分
  • 试卷类型:真题考试
  • 测试费用:免费
  • 答案解析:是
  • 练习次数:38次
  • 作答时间:150分钟
试卷简介
本套试卷针对考点内容,精选大量试题进行练习,让考生在熟练掌握和反复演练之后,对知识点有比较准确的把握,并借此了解自身知识的缺漏,同时让考生形成系统有效的解题思路,进而掌握解题技巧,实现解题能力的飞跃。
试卷预览
1

●“三网合一”的三网是指 (69)  。

(69)

  • A.电信网、广播电视网、互联网     
  • B.物联网、广播电视网、电信网
  • C.物联网、广播电视网、互联网     
  • D.物联网、电信网、互联网
5

●R

  • avi, like many project&n
  • bsp;  (71)   ,had studied the waterfall model of software development as the primary software life-
  • cycle     (72)    .He was all set to use it for an upcoming project, his first assignment. However, Ravi foun
  • d that the waterfall model could not be used because the customer wanted the software delivered in stages, something that implied that the system had to be delivered and built in   (73)  and not as  (74)  &nbsp
  • development process, even after tailoring, generally cannot handle change requests. To accommodate change requests without losing control of the project, you must supplement the development process with a  requirement change management proc
6

●下面关于集线器与交换机的描述中,错误的是 (68)  。

(68)

  • A.交换机是一种多端口网桥
  • B.交换机的各个端口形成一个广播域
  • C.集线器的所有端口组成一个冲突域
  • D.集线器可以起到自动寻址的作用
5

●ARP 协议属于(66)   协议,它的作用是 (67)。

(66)

  • A.物理层     
  • B.数据链路层     
  • C.网络层     
  • D.传输层    (67)
  • A.实现MAC地址与主机名之间的映射
  • B.实现IP 地址与MAC地址之间的变换
  • C.实现IP 地址与端口号之间的映射
  • D.实现应用进程与物理地址之间的变换
9

●用插入排序和归并排序算法对数组<3,1,4,1,5,9,6,5>进行从小到大排序,则分别需要进行 (65) 次数组元素之间的比较。

(65)

  • A.12,14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  • B.10,14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  • C.12,16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  • D.10,16
1

●分治算法设计技术 (63)。

(63)

  • A.一般由三个步骤组成:问题划分、递归求解、合并解
  • B.一定是用递归技术来实现
  • C.将问题划分为k个规模相等的子问题
  • D.划分代价很小而合并代价很大