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

0
收藏   分享
  • 卷面总分:100分
  • 试卷类型:模拟考试
  • 测试费用:免费
  • 答案解析:是
  • 练习次数:25次
  • 作答时间:150分钟
试卷简介
2011年软件设计师考试考前密卷(五)-上午试题:1.2011年软件设计师考试全真模拟试卷-上午试题,考前复习的好帮手!2. 每道题都配有答案解析,强化复习效果
试卷预览
1

●MIMD systems c

  • an
  • be
  • classifie
  • d into(71)oriented systems,highavailability systems and responseoriented systems.The goal of(71).orlented multiprocessing is to obtain high(71)(72)minimal computing cost.The techniques employed by multiprocessor operating systems to achieve this goal t
5

●考查下列文法:G(VT,VN,E,P)

其中:VT={+,*,(,),i}

VN={E,T,F}

E是开始符号

P:

E→E+T|T

T→T*F|F

F→(E)|i

F*F+T是该文法的一个句型,其中, (61) 是句柄, (62) 是素短语。 (63) 是该句型的直接推导, (64) 是该句型的最左推导。 (65) 是该文法的一个句子。

(61)

  • A.F    &n
  • bsp;  B.F*F    
  • C.F+T    
  • D.F*F+,T    (62) A.F
  • B.F*F
  • C.F+T
  • D.F*F+T    (63) A.F*F+i
  • B.F*F+T*F
  • C.F*F+F*F
  • D.i*i+T    (64) A.F*F+T*F
11

●Prior to the UML,there w

  • as no clearleading&n
  • bsp;(66) language.Users had to
  • choose from among many similar mo
  • deling languages with minor differences in overall (67) power.Most of the modeling languages shared a set of commonly accepted concepts that are expressed slightly differently in various languages.This lack of (68) discouraged new user
  • B.modeling
  • C.formal
  • D.intelligent    (67) A.control
  • B.expressive
  • C.conductive
  • D.interactive    (68) A.agreement
1

●多媒体音频处理中,人所敏感的声频最高为 (51) (Hz),因此数字音频文件中对音频的采样频率为 (52) (Hz)。对一个双声道的立体声,保持1秒钟声音,波形文件所需的字节数为 (53) ,这里假设每个采样点的量化数为8位。MIDI文件是最常用的数字音频文件之一,MIDI是一种 (54) ,它是该领域国际上的一个 (55) 。

(51)

  • A.50k    &n
  • bsp;  B.10k    
  • C.22k    
  • D.44k    (52) A.44.1k
  • B.20.05k
  • C.10k
  • D.88k    (53) A.22050
  • B.88200
  • C.176400
  • D.44100    (54) A.语音数字接口
5

对长度为n的顺序表进行顺序查找的时间复杂度为 () 。

  • A.O(n)
  • B.O([log<sub>2</sub>n])
  • C.O([log<sub>2</sub>](n+1))
  • D.O(n<sup>2</sup>)
5

●对于一个线性表既要求能够进行较快的插入和删除,又要求存储结构能够反应数据之间的逻辑关系,则应该用 (42) 。

(42)

  • A.顺序方式存储&nbsp;&nbsp;&nbsp;&nbsp;&n
  • bsp;&nbsp;&nbsp;B.链接方式存储&nbsp;&nbsp;&nbsp;&nbsp;
  • C.散列方式存储&nbsp;&nbsp;&nbsp;&nbsp;
  • D.以上方式均可