8.29练习题

软考 软考
📅 2025-08-29 10:44 🔄 2025-08-29 10:44 👤 admin

第1题(单选题)

信息系统的文档是开发人员与用户交流的工具。在系统规划和系统分析阶段,用户与系统分析人员交流所使用的文档不包括(

A.可行性研究报告

B.总体规划报告

C.项目开发计划

D.用户使用手册

第2题(单选题)

以下关于系统原型的叙述中,不正确的是()。

A.可以帮助导出系统需求并验证需求的有效性

B.可以用来探索特殊的软件解决方案

C.可以用来指导代码优化

D.可以用来支持用户界面设计

第3题(单选题)

流水线的吞吐率是指单位时间流水线处理的任务数,如果各段流水的操作时间不同,则流水线的吞吐率是( )的倒数。

A.最短流水段操作时间

B.各段流水的操作时间总和

C.最长流水段操作时间

D.流水段数乘以最长流水段操作时间

第4题(单选题)

常用的函数参数传递方式有传值与传引用两种,()。

A.在传值方式下,形参与实参之间互相传值

B.在传值方式下,实参不能是变量

C.在传引用方式下,修改形参实质上改变了实参的值

D.在传引用方式下,实参可以是任意的变量和表达式

第5题(单选题)

()的保护期限是可以延长的。

A.专利权

B.商标权

C.著作权

D.商业秘密权

第6题(单选题)

移进-归约分析法是编译程序(或解释程序)对高级语言源程序进行语法分析的一种方法,属于()的语法分析方法.。

A.自顶向下(或自上而下)

B.自底向上(或自下而上)

C.自左向右

D.自右向左

第7题(单选题)

Cloud computing is a phrase used to describe a variety of computing concepts that involve a large number of computers (1)

through a realtime communication network such as the lntemet. in science, cloud computing is a (2) for distributed computing

over a network, and means the (3) to run a program or application on many connected computers at the same time.

The architecture of a cloud is developed at three lavers: infrastructure, platform, and application, The infrastructure laver is buil

with virtualized computer, storage, and network resources. The platform laver is for general-purpose and repeated usage of the

collection of soflware resources. The application laver is formed with a collection of all needed software modules for SaaS

applications. The infrastructure layer serves as the (4) for building the platform layer of the cloud. in tum, the platform layer is a

foundation for implementing the (5)layer for SaaS applications.

问题1

A.connected

B.imlemented

C .optimized

D.Virtualized

问题2

A.replacement

B.switch

C.substitute

D.synonym(同义词)

问题3

A.ability

B.applroach

C.function

D.method

问题4

A.network

B.foundation

C software

D.hardware

问题5

A.resoruce

B.service

C.application

D.software

第8题(单选题)

()不能用来描述项目开发的进度安排。在其他三种图中,可用()动态地反映项目开发进展情况。

在软件开发中,

问题1

A.甘特图

B.PERT图

C.PERTICPM图

D.鱼骨图

问题2

A.甘特图

B.PERT图

C.PERTICPM图

D.鱼骨图

第9题(单选题)

现有16枚外形相同的硬币,其中有一枚比真币的重量轻的假币,若采用分治法找出这枚假币,至少比较()次才能够找出该假

币。

A3

B.4

C5

D.6

第10题(单选题)

UNIX系统采用直接、一级、二级和三级间接索引技术访问文件,其索引结点有13个地址项(iaddr{0]~i add{12)。如果每个盘

块的大小为1KB,每个盘块号占48,则进程A访问文件F中第11264字节处的数据时,()

A.可直接寻址

B.需要-次间接寻址

C.需要二次间接寻址

D.需要三次间接寻址