2014年上半年 信息系统管理工程师 上午试卷 综合知识 软考真题【含答案和答案解析】

1. 并行性是指计算机系统具有可以同时进行运算或操作的特性,它包含()。

A. 同时性和并发性

B. 同步性和异步性

C. 同时性和同步性

D. 并发性和异步性

2. 计算机系统的机构如下图所示,其中,Pui(i=1,……,n)为处理单元,CU为控制部件,MMj(j=1,……,n)为存储部件。该计算机( )

A. 通过时间重叠实现并行性

B. 通过资源重复实现并行性

C. 通过资源共享实现并行性

D. 通过精简指令系统实现并行性

3. 高速缓冲存储器Cache)-主存层次结构中,地址映像以及和主存数据的交换由( )完成。

A. 硬件

B. 中断机构

C. 软件

D. 程序计数器

4. 计算机系统的内存储器主要由( )构成。

A. Flash存储器

B. 只读存储器

C. 辅助存储器

D. 半导体存储器

5. (5)是指CPU一次可以处理的二进制数的位数,它直接关系到计算机的计算精度、速度等指标;运算速度是指计算机每秒能执行的指令条数,通常以(6)为单位来描述。

A. 带宽

B. 主频

C. 字长

D. 存储容量

6. (5)是指CPU一次可以处理的二进制数的位数,它直接关系到计算机的计算精度、速度等指标;运算速度是指计算机每秒能执行的指令条数,通常以(6)为单位来描述。

A. MB

B. HZ

C. MIPS

D. BPS

7. 与高级程序语言相比,用机器语言精心编写的程序的特点是( )。

A. 程序的执行效率低,编写效率低,可读性强

B. 程序的执行效率低,编写效率高,可读性差

C. 程序的执行效率高,编写效率低,可读性强

D. 程序的执行效率高,编写效率低,可读性差

8. 更适合于开发互联网络应用的程序设计语言是()。

A. SQL

B. Java

C. Prolog

D. Fortran

9. 编写源程序时在其中增加注释,是为了( )。

A. 降低存储空间的需求量

B. 提高执行效率

C. 推行程序设计的标准化

D. 提高程序的可读性

10. ( )不属于线性的数据结构

A. 栈

B. 广义表

C. 队列

D. 串

11. 概括来说,算法是解决特定问题的方法,( )不属于算法的5个特性之一。

A. 正确性

B. 有穷性

C. 确定性

D. 可行性

12. 关系模型是采用(12)结构表达实体类型及实体间联系的数据模型。在数据库设计过程中,设计用户外模式属于(13).

A. 树型

B. 网状

C. 线型

D. 二维表格

13. 关系模型是采用(12)结构表达实体类型及实体间联系的数据模型。在数据库设计过程中,设计用户外模式属于(13).

A. 概念结构设计

B. 物理设计

C. 逻辑结构设计

D. 数据库实施

14. 数据库管理系统DBMS)提供的数据定义语言的功能是(14)。某单位开发信息系统要求:员工职称为“工程师”的月基本工资和奖金不能超过5000元;该要求可以通过(15)约束条件来完成。

A. 实现对数据库的检索、插入、修改和删除

B. 描述数据库的结构,为用户建立数据库提供手段

C. 用于数据的安全性控制、完整性控制、并发控制和通信控制

D. 提供数据初始装入、数据转储、数据库恢复、数据库重新组织等手段

15. 数据库管理系统(DBMS)提供的数据定义语言的功能是(14)。某单位开发的信息系统要求:员工职称为“工程师”的月基本工资和奖金不能超过5000元;该要求可以通过(15)约束条件来完成。

A. 用户定义完整性

B. 参照完整性

C. 实体完整性

D. 主键约束完整性

16. 设有一个员工关系EMP(员工号,姓名,部门名,职位,薪资),若需查询不同部门中担任“项目主管”职位的员工平均薪资,则相应的SQL语句为:
SELECT部门名,AVG(薪资) AS平均薪资
FROM EMP
GROUP BY (16)

(17)

A. 员工号

B. 姓名

C. 部门名

D. 薪资

17. 设有一个员工关系EMP(员工号,姓名,部门名,职位,薪资),若需查询不同部门中担任“项目主管”职位的员工平均薪资,则相应的SQL语句为:
SELECT部门名,AVG(薪资) AS平均薪资
FROM EMP
GROUP BY (16)

(17)

A. HAVING职位=‘项目主管’

B. HAVING‘职位=项目主管’

C. WHERE职位=‘项目主管’

D. WHERE‘职位=项目主管’

18. 计算机病毒是一种( )。

A. 软件故障

B. 硬件故障

C. 程序

D. 黑客

19. 通过( )不能减少用户计算机被攻击的可能性。

A. 选用比较长和复杂的用户登录口令

B. 使用防病毒软件

C. 尽量避免开放更多的网络服务

D. 定期使用硬盘碎片整理程序

20. 计算机加电以后,首先应该将( )装入内存并运行,否则,计算机不能做任何事情。

A. 操作系统

B. 编译程序

C. Office系列软件

D. 应用软件

21. 软件开发过程中,常采用甘特(Gantt)图描述进度安排。甘特图以( )。

A. 时间为横坐标、人员为纵坐标

B. 时间为横坐标、任务为纵坐标

C. 任务为横坐标、人员为纵坐标

D. 人数为横坐标、时间为纵坐标

22. (22)不属于DFD(Data Flow Diagram,数据流图)的要素。如果使用DFD对某企业的财务系统进行建模,那么该系统中(23)可以被认定为外部实体

A. 加工

B. 联系

C. 数据流

D. 数据存储

23. (22)不属于DFD(Data Flow Diagram,数据流图)的要素。如果使用DFD对某企业的财务系统进行建模,那么该系统中(23)可以被认定为外部实体。

A. 转账单

B. 转账单输入

C. 接收转账单的银行

D. 财务系统源代码程序

24. 某企业通过对风险进行了识别和评估后,采用买保险来(24)。

A. 避免风险

B. 降低风险

C. 接受风险

D. 转嫁风险

25. 某软件公司举行程序设计竞赛,软件设计师甲、乙针对同一问题,按照规定的技术标准,采用相同的程序设计语言,利用相同的开发环境完成了程序设计。两个程序相似,软件设计师甲先提交,软件设计师乙的构思优于甲。此情形下, (25) 享有软件著作权

A. 软件设计师甲

B. 软件设计师甲、乙都

C. 软件设计师乙

D. 软件设计师甲、乙都不

26. 在我国商标专用权保护对象是指 (26)。

A. 商标

B. 商品

C. 已使用商标

D. 注册商标

27. 利用(27)可以保护软件的技术信息、经营信息。

A. 著作权

B. 专利权

C. 商业秘密权

D. 商标权

28. 《GB 8567-88 计算机软件产品开发文件编制指南》是( )标准,违反该标准而造成不良后果时,将依法根据情节轻重受到行政处罚或追究刑事责任。

A. 强制性国家

B. 强制性软件行业

C. 推荐性国家

D. 推荐性软件行业

29. 以下媒体中,(29)是表示媒体,30)是表现媒体

A. 图像

B. 图像编码

C. 电磁波

D. 鼠标

30. 以下媒体中,(29)是表示媒体,30)是表现媒体。

A. 图像

B. 图像编码

C. 电磁波

D. 鼠标

31. ( )是表示显示器在横向(行)上具有的像素点数目指标。

A. 显示分辨率

B. 水平分辨率

C. 垂直分辨率

D. 显示深度

32. 可用于因特网信息服务器远程管理的是(32)。

A. SMTP

B. RAS

C. FTP

D. Telnet

33. 给定URL为:http://www.xxx.com.cn/index.htm,其中index.htm表示(33);顶级域名是(34)。

A. 使用的协议

B. 查看的文档

C. 网站的域名

D. 邮件地址

34. 给定URL为:http://www.xxx.com.cn/index.htm,其中index.htm表示(33);顶级域名是(34)。

A. www

B. http

C. cn

D. htm

35. 企业IT管理可分为战略规划系统管理、技术管理及支持三个层次,其中战略规划工作主要由公司的( )完成。

A. 高层管理人员

B. IT部门员工

C. 一般管理人员

D. 财务人员

36. 信息资源管理(IRM)工作层上最重要的角色是( )。

A. 企业领导

B. 数据管理员

C. 数据处理人员

D. 项目组组长

37. 在企业IT预算中其软件维护故障处理方面的预算属于( )。

A. 技术成本

B. 服务成本

C. 组织成本

D. 管理成本

38. 数据处理系统管理信息系统再到决策支持系统,信息系统的开发是把计算机科学、数学、管理科学和运筹学的理论研究工作和应用的实践结合起来,并注重社会学、心理学的理论与实践成果。这种方法从总体和全面的角度把握信息系统工程。在信息系统工程中我们把这种研究方法称为( )。

A. 技术方法

B. 社会技术系统方法

C. 行为方法

D. 综合分析法

39. 某企业使用的电子数据处理系统主要用来进行日常业务的记录、汇总、综合、分类。该系统输入的是原始单据,输出的是分类或汇总的报表,那么该系统应该是( )。

A. 面向作业处理的系统

B. 面向管理控制的系统

C. 面向决策计划的系统

D. 面向数据汇总的系统

40. 在系统分析阶段,需要再全面掌握现实情况、分析用户信息需求的基础上才能提出新系统的( )。

A. 战略规划

B. 逻辑模型

C. 物理模型

D. 概念模型

41. 以下( )能够直接反映企业中各个部门的职能定位、管理层次和管理幅度。

A. 数据流程图

B. 信息关联图

C. 业务流程图

D. 组织结构图

42. 系统分析过程中,编写数据字典时各成分的命名和编号必须依据( )。

A. 数据流图

B. 决策表

C. 数据结构

D. U/C矩阵

43. 信息系统总体设计阶段的任务包括( )。

A. 软件总体结构设计、数据库设计和网络配置设计

B. 软件总体结构设计、代码设计和网络配置设计

C. 用户界面设计、数据库设计和代码设计

D. 用户界面设计、数据库设计和软件总体结构设计

44. 确定存储信息的数据模型和所用数据库管理系统,应在( )。

A. 系统规划阶段

B. 系统设计阶段

C. 系统分析阶段

D. 系统实施阶段

45. 系统抵御各种外界干扰、正常工作的能力称为系统的( )。

A. 正确性

B. 可靠性

C. 可维护性

D. 稳定性

46. 企业信息化建设中,业务流程重组是对企业原有业务流程进行( )。

A. 改良调整

B. 循序渐进的修改

C. 局部构造

D. 重新构造

47. 现代企业对信息处理不仅要求及时,而且要准确反映实际情况。所以,信息准确性还包括的另一层含义是( )。

A. 信息的统一性

B. 信息的共享性

C. 信息的概括性

D. 信息的自动化

48. 系统开发的特点中,“质量要求高”的含义是( )。

A. 系统开发的结果不容许有任何错误,任何一个语法错误或语义错误,都会使运行中断或出现错误的处理结果

B. 系统开发一般都要耗费大量的人力、物力和时间资源

C. 系统开发的结果是无形的

D. 系统开发的结果只要在规定的误差范围内就算是合格品

49. 结构化设计的思想编制应用程序时,最重要的是( )。

A. 贯彻系统设计的结果

B. 避免出现系统或逻辑错误

C. 具有丰富的程序设计经验

D. 必须具有系统的观点

50. 系统测试中发现的子程序调用错误属于( )。

A. 功能错误

B. 系统错误

C. 数据错误

D. 编程错误

51. 某企业的信息中心要自行开发一套信息管理系统,在系统设计阶段需要完成的主要任务有( )。

A. 逻辑模型设计、物理模型设计、数据模型

B. 系统总体设计、系统详细设计、编写系统设计报告

C. 系统可行性分析、系统测试设计、数据库设计

D. 数据库系统设计、系统切换设计、代码设计

52. 为提高软件系统可重用性可扩充性可维护性,目前较好的开发方法是( )。

A. 生命周期法

B. 面向对象方法

C. 原型法

D. 结构化分析方法

53. 在信息时代,企业将一些不具备竞争优势或效率相对低下的业务内容外包虚拟化的改革创新行为称为( )。

A. 业务流程重组

B. 供应链管理

C. 虚拟企业

D. 电子商务

54. 现有一部分U/C矩阵如下表所示,则下列描述不正确的是( )。

A. 成品库存信息是在库存控制功能中产生的

B. 材料供应信息是在库存控制功能中产生的

C. 材料供应信息是在材料需求功能中产生的

D. 库存控制功能要应用材料供应信息

55. 绘制数据流程图时,系统中的全系统共享的数据存储常花在( )。

A. 任意层次数据流程图

B. 扩展数据流程图

C. 低层次数据流程图

D. 顶层数据流程图

56. 建立系统平台、培训管理人员及基础数据的准备等工作所属阶段为( )。

A. 系统分析

B. 系统设计

C. 系统实施

D. 系统维护

57. 系统安全性保护措施包括物理安全控制、人员及管理控制和( )。

A. 存取控制

B. 密码控制

C. 用户控制

D. 网络控制

58. 原型开发信息系统,先要提供一个原型,再不断完善,原型是( )。

A. 系统的逻辑模型

B. 系统的物理模型

C. 系统工程概念模型

D. 可运行模型

59. 在决定管理信息系统应用项目之前,首先要做好系统开发的( )。

A. 详细调查工作

B. 可行性分析

C. 逻辑设计

D. 物理设计

60. ( )是由管理信息系统计算机辅助设计系统以及计算机辅助制造系统结合在一起形成的。

A. 计算机集成制造系统

B. 决策支持系统

C. 业务处理系统

D. 业务控制系统

61. 信息系统的功能集中于为管理者提供信息和支持决策时,这种信息系统就发展为( )。

A. 信息报告系统

B. 专家系统

C. 决策支持系统

D. 管理信息系统

62. ( )是开发单位与用户间交流的桥梁,同时也是系统设计的基础和依据。

A. 系统分析报告

B. 系统开发计划书

C. 可行性分析报告

D. 系统设计说明书

63. 管理信息系统成熟的标志是( )。

A. 计算机系统普遍应用

B. 广泛采用数据库技术

C. 可以满足企业各个管理层次的要求

D. 普遍采用联机响应方式装备和设计应用系统

64. 在信息中心的人口资源管理中,对县级以上的城市按人口多少排序,其序号为该城市的编码,如上海为001,北京为002,天津为003。这种编码方式属于( )。

A. 助忆码

B. 尾数码

C. 顺序码

D. 区间码

65. 若想了解一个组织内部处理活动的内容与工程流程的图表,通常应该从( )着手。

A. 系统流程图

B. 数据流程图

C. 程序流程图

D. 业务流程图

66. 通常,在对基础设施进行监控中会设置相应的监控阀值(如监控吞吐量、响应时间等),这些阀值必须低于( )中规定的值,以防止系统性能进一步恶化。

A. 服务级别协议(SLA)

B. 性能最大值的30%

C. 性能最大值的70%

D. 性能最大值

67. 对监控数据进行分析主要针对的问题是( )。
①服务请求的突增
②低效的应用逻辑设计
③资源争夺(数据、文件、内存CPU等)

A. ①③

B. ①②

C. ②③

D. ①②③

68. 系统响应时间是衡量计算机系统负载和工作能力的常用指标。小赵在某台计算机上安装了一套三维图形扫描系统,假设小赵用三维图扫描系统完成一项扫描任务所占用的计算机运行时间Tuser=100s;而启动三维图形扫描系统需要运行时间Tsys=30s,那么该系统对小赵这次扫描任务的响应时间应该是( )。

A. 100s

B. 30s

C. 130s

D. 70s

69. 信息系统建成后,根据信息系统的特点、系统评价的要求与具体评价指标体系的构成原则,可以从三个方面对信息系统进行评价,这些评价一般不包括( )。

A. 技术性能评价

B. 管理效益评价

C. 经济效益评价

D. 社会效益评价

70. 企业信息化建设需要大量的资金投入,成本支出项目多且数额大。在企业信息化建设成本支出项目中,系统切换费用属于( )。

A. 设备购置费用

B. 设施费用

C. 开发费用

D. 系统运行维护费用

71. Information systems planners in accordance with the specific information system planning methods developed information architecture.Information Engineering follow(71)approach,in which specific information systems from a wide range of information needs in the understanding derived from(for example,we need about customers,products,suppliers,sales and processing of the data center),rather than merging many detailed information requested(orders such as a screen or in accordance with the importation of geographical sales summary report).Top-down planning will enable developers(72)information system,consider system components provide an integrated approach to enhance the information system and the relationship between the business objectives of the understanding,deepen their understanding of information systems throughout the organization in understanding the impact.
Information Engineering includes four steps:(73),(74),design and implementation. The planning stage of project information generated inforamtion system architecture,(75)enterprise data model.

A. Down-top planning

B. sequence planning

C. Top-down planning

D. parallel planning

72. Information systems planners in accordance with the specific information system planning methods developed information architecture.Information Engineering follow(71)approach,in which specific information systems from a wide range of information needs in the understanding derived from(for example,we need about customers,products,suppliers,sales and processing of the data center),rather than merging many detailed information requested(orders such as a screen or in accordance with the importation of geographical sales summary report).Top-down planning will enable developers(72)information system,consider system components provide an integrated approach to enhance the information system and the relationship between the business objectives of the understanding,deepen their understanding of information systems throughout the organization in understanding the impact.
Information Engineering includes four steps:(73),(74),design and implementation. The planning stage of project information generated inforamtion system architecture,(75)enterprise data model.

A. to plan more comprehensive

B. to study more comprehensive

C. to analysis more comprehensive

D. to plan more unilateral

73. Information systems planners in accordance with the specific information system planning methods developed information architecture.Information Engineering follow(71)approach,in which specific information systems from a wide range of information needs in the understanding derived from(for example,we need about customers,products,suppliers,sales and processing of the data center),rather than merging many detailed information requested(orders such as a screen or in accordance with the importation of geographical sales summary report).Top-down planning will enable developers(72)information system,consider system components provide an integrated approach to enhance the information system and the relationship between the business objectives of the understanding,deepen their understanding of information systems throughout the organization in understanding the impact.
Information Engineering includes four steps:(73),(74),design and implementation. The planning stage of project information generated inforamtion system architecture,(75)enterprise data model.

A. studying

B. planning

C. researching

D. considering

74. Information systems planners in accordance with the specific information system planning methods developed information architecture.Information Engineering follow(71)approach,in which specific information systems from a wide range of information needs in the understanding derived from(for example,we need about customers,products,suppliers,sales and processing of the data center),rather than merging many detailed information requested(orders such as a screen or in accordance with the importation of geographical sales summary report).Top-down planning will enable developers(72)information system,consider system components provide an integrated approach to enhance the information system and the relationship between the business objectives of the understanding,deepen their understanding of information systems throughout the organization in understanding the impact.
Information Engineering includes four steps:(73),(74),design and implementation. The planning stage of project information generated inforamtion system architecture,(75)enterprise data model.

A. consider

B. study

C. plan

D. analysis

75. Information systems planners in accordance with the specific information system planning methods developed information architecture.Information Engineering follow(71)approach,in which specific information systems from a wide range of information needs in the understanding derived from(for example,we need about customers,products,suppliers,sales and processing of the data center),rather than merging many detailed information requested(orders such as a screen or in accordance with the importation of geographical sales summary report).Top-down planning will enable developers(72)information system,consider system components provide an integrated approach to enhance the information system and the relationship between the business objectives of the understanding,deepen their understanding of information systems throughout the organization in understanding the impact.
Information Engineering includes four steps:(73),(74),design and implementation. The planning stage of project information generated inforamtion system architecture,(75)enterprise data model.

A. including

B. excepting

C. include

D. except

获取标准答案和详细的答案解析请阅读全文

未经允许不得转载!2014年上半年 信息系统管理工程师 上午试卷 综合知识 软考真题【含答案和答案解析】