02年系统设计师(高级程序员)上午试题3
出处:日期2004-03-17

            (46) A.3个且初值等于1

            B.2个且初值等于0

            C.2个且初值等于1

            D.3个且初值等于0

           

            多媒体应用需要对庞大的数据进行压缩,常见的压缩编码方法可分为两大类,一类是无损压缩法,另一类是有损压缩法,也称__(47)__。__(48)__属于无损压缩法。

 

            (47) A. 熵编码

            B. 熵压缩法

            C. MPEG压缩法

            D. JPEG压缩法

            (48) A. MPEG压缩

            D.子带编码

            C. Huffman编码

            D. 模型编码

            ● 若每个像素具有 8 位的颜色深度,则可表示__(49)__种不同的颜色,若某个图像具有 640X480

            个像素点,其未压缩的原始数据需占用__(50)__字节的存储空间。

            (49) A. 8

            B. 128

            C. 256

            D. 512

            (50) A. 1024

            B. 19200

            C. 38400

            D. 307200

            ● 声音的三要素为音调、音强和音色,其中音色是由混入基音的__(51)__决定的。

            若对声音以 22.05kHZ 的采样频率、8 位采样深度进行采样,则 10 分钟双声道立体声的存储量为__(52)__字节。

            (51) A. 响度

            B. 泛音

            C. 高音

            D. 波形声音

            (52) A. 26460000

            B. 441000

            C. 216000000

            D. 108000000

            ● 一般来说,Cache 的功能__(53)__。某 32 位计算机的 cache 容量为 16KB,cache 块的大小为

            16B,若主存与 cache 的地址映射采用直接映射方式,则主存地址为 1234E8F8(十六进制)的单元装入的 cache

            地址为__(54)__。在下列 cache 替换算法中,平均命中率最高的是__(55)__。

            (53) A.全部由软件实现

            B.全部由硬件实现

            C.由硬件和软件相结合实现

            D.有的计算机由硬件实现,有的计算机由软件实现

            (54) A. 00 0100 0100 1101 (二进制)

            B. 01 0010 0011 0100 (二进制)

            C. 10 1000 1111 1000 (二进制)

            D. 11 0100 1110 1000 (二进制)

            (55) A.先入后出(FILO)算法

            B.随机替换(RAND)算法

            C.先入先出(FIFO)算法

            D.近期最少使用(LRU)算法

            ●设某流水线计算机主存的读/写时间为 lOOns,有一个指令和数据合一的 cache,已知该 cache 的读/写时间为

            lOns,取指令的命中率为 98%,取数的命中率为 95%。在执行某类程序时,约有 1/5

            指令需要存/取一个操作数。假设指令流水线在任何时候都不阻塞,则设置 cache 后,每条指令的平均访存时间约为__(56)__。

            (56) A.12 ns

            B. 15 ns

            C.18 ns

            D.120 ns

            ●相联存储器的访问方式是__(57)__。

            (57)A.先入先出访问

            B.按地址访问

            C.按内容访问

            D.先入后出访问

            ● 假设一个有 3 个盘片的硬盘,共有 4 个记录面,转速为 7200 转/分,盘面有效记录区域的外直径为 30cm,内直径为

            lOcm,记录位密度为 250位/mm,磁道密度为 8道/mm,每磁道分16个扇区,每扇区

            512字节,则该硬盘的非格式化容量和格式化容量约为__(58)__,数据传输率约为__(58)__若一个文件超出一个磁道容量,剩下的部分__(60)__。

 

            (58) A.120MB和1OOMB

            B.30MB和25MB

            C. 60MB和50MB

            D.22.5MB 和 25MB

            (59) A.2356KB/s

            B.3534KB/s

            C.7069KB/s

            D.1178KB/s

            (60) A.存于同一盘面的其它编号的磁道上

            B.存于其它盘面的同一编号的磁道上

            C.存于其它盘面的其它编号的磁道上

            D.存放位置随机

           

            数字签名是一种网络安全技术,利用这种技术,接收者可以确定发送者的身份是否真实,同时发送者不能__(61)__发送的消息,接收者也不能__(62)__接收的消息。Kerberos

            是一种分布式环境下的__(63)__系统。为了防止重放攻击(Replay),它使用了一次性的__(64)__和时间戳。在公钥加密的情况下,用户必须警惕用于加密的公钥是否属于真正的接收者,为此必须使用数字证书;常用的数字证书格式有__(65)__证书和

            X.509 证书。

            (61) A. 泄露

            B. 隐藏

            C. 篡改

            D.否认

            (62) A. 泄露

            B. 否认

            C. 篡改

            D.隐藏

            (63) A. 数字签名

            B. 身份认证

            C. 数字证书

            D.公钥加密

            (64) A. Key

            B. Certs

            C. MAC

            D.Ticket

            (65) A. PGP

            B. SSL

            C. SHTTP

            D.SOCKS

            ● A typical __(66)__ language contains an applicative sub-language

            which approximates the mathematical abstractions of "timeless"

            functions applied to 'spaceless'values, where the actual operation

            sequences and use of storage space during expression evaluation are

            organized behind the __(67)__ .In this setting, values are data

            structures of low volume, typically a few computer words or less,

            which means that an illusion of spacelessness can be realized by

            having __(68)__ results during expression evalution stored at the

            discretion of the

            language implementation, and effecting parameter __(69)__ and

            __(70)__ operations through value copying.

            (66) A. imperative

            B. mandatory

            C. compulsory

            D. voluntary

            (67) A. foreground

            B. background

            C. screen

            D. scenes

            (68) A. middle

            B. intermediate

            C. previous

            D. final

            (69) A. tranverse

            B. transportation

            C. transmmision

            D. translation

            (70) A. assignment

            B. design

            C. value

            D. dispatch

            ● Most computer systems are __(71)__ to two different groups of

            attacks:

            Insider attacks and outsider attacks. A system that is known to be

            __(72)__ to an outsider attack by preventing __(73)__ from outside

            can still be vulnerable to the insider attacks accomplished by

            abusive usage of __(74)__ users. Detecting such abusive usage as

            well as attacks by outsides not only provides information on damage

            assessment, but also helps to prevent future attacks. These attacks

            are usually __(75)__ by tools referred to as Intrusion Detection

            Systems.

            (71) A. vulnerable

            B. week

            C. sensitively

            D. helpless

            (72) A. reliable

            B. secure

            C. indestructible

            D. steady

            (73) A. visit

            B. access

            C. I/O

            D. read/write

            (74) A. power

            B. rights

            C. authorized

            D. common

            (75) A. searched

            B. checked

            C. tested

            D. detected

百灵编辑:宝葵

  • 02年系统设计师(高级程序员)下午试题2 ( 2004-03-17 )
  • 02年系统设计师(高级程序员)下午试题1 ( 2004-03-17 )
  • 02年系统设计师(高级程序员)上午试题2 ( 2004-03-17 )
  • 02年系统设计师(高级程序员)上午试题1 ( 2004-03-17 )
  • 推荐
    计算机专业技术资格(水平)考试12日起报名
    名师详解2004年高考考试大纲
    04考研调剂、复试及录取指南
    04同等学力申硕考试5日起报名
    两会:教育振兴 国运所系
    2004年度注册会计师全国统一考试报名简章
    2004考研成绩查询指南
    关注高中课程改革