2011年软件设计师考试考前密卷(二)-上午试题

0
收藏   分享
  • 卷面总分:75分
  • 试卷类型:模拟考试
  • 测试费用:免费
  • 答案解析:是
  • 练习次数:34次
  • 作答时间:150分钟
试卷简介
这套试卷是考试编写组精心编写而成。本书在研究往年真题的基础上,充分把握考试难度,精选相关的试题编辑成书,内容全面,使考生能够从做题中得到更全面的知识和提升,以真正满足考生的考试需求。
试卷预览
8

●Soon,more of the inform

  • ation we receive via the Internet could come(71)in digital wrappers.    Wrappers are made up(72)software code that's targeted to do specific things with the data(73)within them,such as helping to define queries for search engines.They
  • bsp; B.pa
  • ckage
  • d  C.packages  D.packaging    (72)A.of       B.off       C.on        D.out    (73)A.c
5

●Developing reli

  • able software on time and within&n
  • bsp;(66) represents a diffi
  • culten
  • deavor for many organizations.    Usually business solutions have three main aspects:people, (67) ,and technology.Themaion reason for failing software projects has little to do with technology and tools,and much to dowith lac
  • B.preparation
  • C.budget
  • D.economy    (67) A.process
  • B.skill
  • C.organization
  • D.interface    (68) A.law
11

●假设一个有n个顶点和e条弧的有向图用邻接表表示,则删除与某个顶点vi相关的所有弧的时间复杂度是 (55) 。

(55)

  • A.O(n)    &n
  • bsp;  B.O(e)    
  • C.O(n+e)    
  • D.O(n*e)
5

●国际标准:MPEG-II采用了分层的编码体系,提供了4种技术,它们是(56)。数字音频采样和量化过程所用的主要硬件是(57)。

  • AC-3数字音频编码提供了5个声道的频率范围是(58)。    要把一台普通的计算机变成多媒体计算机要解决的关键技术是(59)。    Ⅰ.视频音频信号的获取Ⅱ.多媒体数据压编码和解码技术    Ⅲ.视频音频数据的实时处理和特技Ⅴ.视频音频数据的输出技术    请根据多媒体的特性判断以下哪些属于多媒体的范畴?(60)。  &nb
  • B.时间可扩充性、空间可扩展性、硬件扩展技术、软件扩展技术
  • C.数据分块技术、空间可扩展性、信噪比可扩充性、框架技术
  • D.空间可扩展性、时间可扩充性、信噪比可扩充性、数据分块技术
5

●高度为h的堆中,最多有 (52) 个元素,最少有 (53) 个元素,在大根堆中,关键字最小的元素可能存放在堆的 (54) 地方。

 (52) ,(53)

  • A.2<SUP>h</SUP>-1&nbsp;&nbsp;&nbsp;&nbsp;
  • B.2<SUP>h-1&nbsp;&nbsp;&nbsp;&nbsp;</SUP>&nbsp;&nbsp;&nbsp;
  • C.2<SUP>h</SUP>&nbsp;&nbsp;&nbsp;&nbsp;
  • D.2<SUP>h</SUP>+1&nbsp;&nbsp;&nbsp;&nbsp;(54) A.2<SUP>h-1</SUP>≤w≤2<SUP>h</SUP>-1
  • B.2<SUP>h</SUP>≤w≤2<SUP>h</SUP>+1
  • C.2<SUP>h+1</SUP>≤w≤2<SUP>h</SUP>-1
  • D.不确定
8

●若文件初态是反序的,则直接插入、直接选择和冒泡排序中 (51) 更好。

(51)

  • A.直接插入&nbsp;&nbsp;&nbsp;&nbsp;&n
  • bsp;&nbsp;&nbsp;B.直接选择&nbsp;&nbsp;&nbsp;&nbsp;
  • C.冒泡排序&nbsp;&nbsp;&nbsp;&nbsp;
  • D.快速排序
5

●设散列地址空间为0…m-1,k为关键字,假定散列函数为h(k)=k%p,为了减少冲突,一般应取p为 (50) 。

(50)

  • A.小于m的最大奇数&nbsp;&nbsp;&nbsp;&nbsp;&n
  • bsp;&nbsp;&nbsp;B.小于m的最大素数&nbsp;&nbsp;&nbsp;&nbsp;
  • C.小于m的最大偶数&nbsp;&nbsp;&nbsp;&nbsp;
  • D.小于m的最大合数