查看全部128种考试
软件水平考试
 考试动态 报考指南 历年真题 模拟试题 复习资料 心得技巧 专业英语 技术文章 软考论坛 考试用书
 程序员 软件设计师 网络管理员 网络工程师 系统分析师 数据库系统工程师
1
2
3
4
5
6
7
8
9
10
xihuyu2000  
【字体: 1988年高级程序员上午试题
1988年高级程序员上午试题
spks.exam8.com 来源:考试吧(Exam8.com) 更新:2005-4-10 7:52:00 软件水平考试 考试论坛

试题7

从供选择的答案中选出应填入下列叙述中的__?__内的正确答案,把编号写在答卷的对应栏内

将十进制数 0.7109375 转换成二进制数是__(A)__。

用ASCII码( 7位 )表示字符 5 和 7 是__(B)__。

浮点数的阶码可用补码或增码(移码)表示,数的表示范围__(C)__。在浮点表示方法中__(D)__是隐含的

用 8 位补码表示整数 -126 的机器码算术右移一位后的结果是 __(E)__。

供选择的答案

A: (1) 0.1011001 (2) 0.0100111 (3) 0.1011011 (4) 0.1010011
B: (1) 1100101 和 1100111 (2) 1010011 和 0110111 (3) 1000101 和 1000111 (4) 0110101 和 0110111
C: (1) 二者相同 (2) 前者大于后者 (3) 前者小于后者
D: (1) 位数 (2) 基数 (3) 阶码 (4) 尾数
E: (1) 10000001 (2) 01000001 (3) 11000001 (4) 11000010

试题8

从供选择的答案中选出应填入下列叙述中的__(?)__内的正确答案,把编号写在答卷的对应栏内

一排队线路, 输入为 A、B、C, 其输出分别为 FA、FB、FC, 在同一时间内只能有一个信号通过. 如果同时有两个以上的输入信号出现时, 则按 __A__,__B__,__C__的顺序输出。例如,A=B=C=1, 则 FA=1,FB=FB=0。那么,FB 和 FC 的表达式:

FB= __(A)__,FC= __(B)__。

设 X=X1X2 和 Y=Y1Y2 是二个二进制的正整数. 则

判断 “X>Y”的逻辑表达式 F1=__(C)__;判断“X<>Y”的逻辑表达式 F2=__(D)__;判断“X<=Y”的逻辑表达式 F3=__(E)__。

供选择的答案

A、B: (1) A+B+C (2) A+B+C (3) NOT(A+B) (4) A+B C
(5) NOT(A+B+C) (6) NOT(A+A B)
C~E: (1) X1X2+Y1Y2+X1Y2+X2Y1 (2) X1Y1+X2Y1Y2+X1X2Y2
(3) X1Y1X1X1Y2X1Y1Y2 (4) X1Y1+X1X1Y2+X2Y2
(5) Y1Y1+X1Y1X2X1X2X1Y1X1Y1Y2 (6) X1Y1+X2Y1Y1+X1X2Y2X1Y1X1X2Y2X2Y1Y2

试题9

从下列叙述中选出 5 条正确的叙述。

① 磁盘存储器的主要技术指标有存储容量,查找时间,传输速率和记录密度等。

② 磁盘转速提高一倍,平均查找时间缩小一半

③ 磁盘存储器的数据传输速率决定于磁头定位时间,旋转等待时间和单位时间内读出或写入的字节数。

在单总线结构的计算机系统中,I/O设备与主机之间传送数据的方式一般有程序查询,程序中断和 DMA 三种方式

⑤ 对个人计算机进行二次开发后, 可以作为多用户主机的仿真终端。 这样个人计算机既可以作为独立的计算机使用,又可以在必要时共享主机的资源。

⑥ DMA 方式的地址修改,传送字节计数等完全由硬件电路来实现

⑦ DMA 用于传送成组数据,因此不能每传送一个字节就由 DMA 控制器提出一次总线请求。

⑧ 通常每个外部设备都用一个接口电路于主机联接。因此,主机只能用一个唯一的地址来访问一个外部设备。

⑨ 在计算机中处理汉字和处理西文的方法是类似的。因此,在西文计算机上扩充汉字处理功能后,原有的西文终端都可用作汉字终端。

⑩ CRC 校验码的生成或校验可用由移位寄存器,半加器和简单门电路构成的电路来实现。

试题10

从供选择的答案中选出应填入下列叙述中的__(?)__内的正确答案,把编号写在答卷的对应栏内。

在计算机的指令系统中,通常同时采用多种确定操作数的方式。当操作数直接由指令给出时,操作数称为 __(A)__。当操作数的地址由某个指定的变址器的内容于位移量相加得到时, 称为 __(B)__,如果操作数的地址是主存中于该指令地址无关的存贮单元的内容, 则称为 __(C)__。是否进行 __(C)__,用指令中的某个特征位指定。把 __(D)__看做变址器进行 __(B)__,称为 __(E)__。

供选择的答案

A~C、E: (1) 间接寻址 (2) 相关寻址 (3) 相对寻址 (4) 单纯寻址
(5) 变址寻址 (6) 直接数 (7) 低位数 (8) 堆栈寻址
D: (1) 地址寄存器 (2) 指令计数器 (3) 数据寄存器 (4) 缓冲寄存器

试题11

从供选择的答案中选出应填入下面英文中的__(?)__中的正确答案,把编号写在答卷的对应栏内

Since the time of John von Neumann, the basic conceptual model used to think about computers and programs has __(A)__ unchanged, in __(B)__ of many advances in both hardware and software technology. In the __(C)__ that von Neumann proposed, the basic instruction cycle is for the processor to fetch the instruction pointed at by the program counter, __(D)__ the program counter, and then execute the instruction.

Because instructions are executed strictly sequentially, there is little inherent parallelism, and __(E)__ opportunity to employ large numbers of processors to gain speed.

供选择的答案

A~E: (1) small (2) big (3) add (4) little (5) model
(6) remained (7) style (8) increase (9) stead (10) spite
(11) already (12) period (13) formula (14) decrease (15) not

试题12

选出应填入下面一段英语中__?__内的正确答案,把编号写在答卷的对应栏内

In a computer program, an entity that possesses a value and is known to program by a name: __(A)__.

An ordered set which contains a fixed number of elements: __(B)__.

To submit a program to a computer for execution: __(C)__.

A secret code used to deny access to unauthorized users: __(D)__.

A large collection of data in support of a set of data processing tasks: __(E)__.

供选择的答案

A~E: (1) data base (2) password (3) keyword (4) array
(5) procedure (6) run (7) data entry (8) variable
(9) vector (10) access (11) user name (12) copy

试题13

从下列英语叙述中,选出5条正确的叙述,把编号依次写在答卷的对应栏内.

(1)When the electricity is switched off, the ROM is cleared of its contents, the RAM is not.

(2) IF-THEN-ELSE structures in a programming language provide selection.

(3) A program in its original form is known as an object program, and the translated version is known as a source program.

(4) The CPU is the most important piece of hardware in the entire system and yet one of the simplest.

(5) The lowercase letters come after the uppercase letters in the ASCII table.

(6) Queue insertions and deletions are made at the same end of the queue.

(7) Improvements in software quality are necessary to reduce program maintenance costs.

(8) A recursive procedure is one that activates itself during its activations.

(9) A floppy diskette machine is an example of a direct access storage device.

(10) Comments specify actions for a computer to perform when a program is run.

试题14~试题16 略(日语)

试题17~试题16 略(计算机应用知识)

上一页  [1] [2] 

转帖于:软件水平考试_考试吧
文章搜索  
看了本文的网友还看了:
软件水平考试权威辅导教材: 订书电话:010-62168566  更多>>>
网友评论
昵 称: *  评 分: 1分 2分 3分 4分 5分
标题:   匿名发表    (共有条评论)查看全部评论>>
版权声明 -------------------------------------------------------------------------------------
  如果软件水平考试网所转载内容不慎侵犯了您的权益,请与我们联系,我们将会及时处理。如转载本软件水平考试网内容,请注明出处。
关于本站  网站声明  广告服务  联系方式  付款方式  站内导航  客服中心  友情链接  考试论坛  网站地图
Copyright © 2004-2008 考试吧软件水平考试网 All Rights Reserved    
中国科学院研究生院权威支持(北京) 电 话:010-62168566 传 真:010-62192699
百度大联盟黄金认证  十佳网络教育机构  经营许可证号:京ICP060677