当前位置:首页计算机类软件水平考试中级软件设计师->2021年《软件设计师》上午押题密卷1

2021年《软件设计师》上午押题密卷1

卷面总分:75分 答题时间:240分钟 试卷题量:75题 练习次数:100次
单选题 (共75题,共75分)
1.

设机器字长为8,则-0 的( )表示为11111111。

  • A. 反码
  • B. 补码
  • C. 原码
  • D. 移码
标记 纠错
2.

以下关于CPU的叙述中,正确的是( )。

  • A. CPU中的运算单元、控制单元和寄存器组通过系统总线连接起来
  • B. 在 CPU 中,获取指令并进行分析是控制单元的任务
  • C. 执行并行计算任务的 CPU 必须是多核的
  • D. 单核 CPU 不支持多任务操作系统而多核CPU支持
标记 纠错
3.

将某高级语言程序翻译为汇编语言形式的目标程序,该过程称为()。

  • A. 编译
  • B. 解释
  • C. 汇编
  • D. 解析
标记 纠错
4.

软件过程是制作软件产品的一组活动以及结果,这些活动主要由软件人员来完成,主要包括(请作答此空 )。软件过程模型是软件开发实际过程的抽象与概括,它应该包括构成软件过程的各种活动。软件过程有各种各样的模型,其中,()的活动之间存在因果关系,前一阶段工作的结果是后一段阶段工作的输入描述。

  • A. 软件描述、软件开发和软件测试
  • B. 软件开发、软件有效性验证和软件测试
  • C. 软件描述、软件设计、软件实现和软件测试
  • D. 软件描述、软件开发、软件有效性验证和软件进化
标记 纠错
5.

System analysis is traditionally done top-down using structured analysis based on( ). Object-oriented analysis focuses on creation of models. The three types of theanalysis model are(请作答此空). There are two substages of object-oriented analysis.( )focuses on real-world things whose semantics the application captures. The object constructedin the requirement analysis shows the( )of the real-world system and organizes it intoworkable pieces.( )addresses the computer aspects of the application that are visible tousers. The objects are those which can be expected to vary from time to time quite rapidly.

  • A. function model,class model and state model
  • B. class model,interaction model and state model
  • C. class model,interaction model and sequence model
  • D. function model,interaction model and state model
标记 纠错
6.

System analysis is traditionally done top-down using structured analysis based on( ). Object-oriented analysis focuses on creation of models. The three types of theanalysis model are( ). There are two substages of object-oriented analysis.(请作答此空) focuses on real-world things whose semantics the application captures. The object constructedin the requirement analysis shows the( )of the real-world system and organizes it intoworkable pieces.( )addresses the computer aspects of the application that are visible tousers. The objects are those which can be expected to vary from time to time quite rapidly.

  • A. Static analysis
  • B. Semantic analysis
  • C. Scope analysis
  • D. Domain analysis
标记 纠错
7.

以下关于风险管理的叙述中,不正确的是( )。

  • A. 仅根据风险产生的后果来对风险排优先级
  • B. 可以通过改变系统性能或功能需求来避免某些风险
  • C. 不可能去除所有风险,但可以通过采取行动来降低或者减轻风险
  • D. 在项目开发过程中,需要定期地评估和管理风险
标记 纠错
8.

System analysis is traditionally done top-down using structured analysis based on( ). Object-oriented analysis focuses on creation of models. The three types of theanalysis model are( ). There are two substages of object-oriented analysis.( ) focuses on real-world things whose semantics the application captures. The object constructedin the requirement analysis shows the(请作答此空)of the real-world system and organizes it intoworkable pieces.( )addresses the computer aspects of the application that are visible tousers. The objects are those which can be expected to vary from time to time quite rapidly.

  • A. static structure
  • B. system components
  • C. data flows
  • D. program procedures
标记 纠错
9.

( )has become a fact of modern life, with millions of people now shopping on-line.

  • A. E-mail
  • B. E-commerce
  • C. E-learning
  • D. E-communication
标记 纠错
10.

软件设计时需要遵循抽象、模块化、信息隐蔽和模块独立原则。在划分软件系统模块时,应尽量做到 ( )

  • A. 高内聚高耦合
  • B. 高内聚低耦合
  • C. 低内聚高耦合
  • D. 低内聚低耦合
标记 纠错
11.

软件产品的Alpha测试和Beta测试属于( )。

  • A. 回归测试
  • B. 性能测试
  • C. 集成测试
  • D. 确认测试
标记 纠错
12.

假设磁盘块与缓冲区大小相同,每个盘块读入缓冲区的时间为 16us, 由缓冲区送至用户区的时间是 5us,在用户区内系统对每块数据的处理时间为 1us.若用户需要将大小为 10 个磁盘 块的 Doc1 文件逐块从磁盘读入缓冲区,并送至用户区进行处理,那么采用单缓冲区需要花费的时间为 ( )us: 采用双缓冲区需要花费的时间为(请作答此空)us.

  • A. 160
  • B. 161
  • C. 166
  • D. 211
标记 纠错
13.

为了优化系统的性能,有时需要对系统进行调整。对于不同的系统,其调整参数也不尽相同。例如,对于数据库系统,主要包括CPU/内存使用状况、( )、进程/线程使用状态、日志文件大小等;对于应用系统,主要包括应用系统的可用性、响应时间、(请作答此空)、特定应用资源占用等。

  • A. 并发用户数
  • B. 支持协议和标准
  • C. 最大连接数
  • D. 时延抖动
标记 纠错
14.

计算机系统的性能一般包括两个大的方面,一个方面是处理能力,这又可分为三类指标,第一类指标是吞吐率,第二类指标是响应时间,第三类指标是( ),即在给定时间区间中,各种部件被使用的时间与整个时间之比。

  • A. 可靠性
  • B. 资源利用率
  • C. 系统负载
  • D. 吞吐量
标记 纠错
15.

为了优化系统的性能,有时需要对系统进行调整。对于不同的系统,其调整参数也不尽相同。例如,对于数据库系统,主要包括CPU/内存使用状况、(请作答此空)、进程/线程使用状态、日志文件大小等;对于应用系统,主要包括应用系统的可用性、响应时间、( )、特定应用资源占用等。

  • A. 数据丢包率
  • B. 端口吞吐量
  • C. 数据处理速率
  • D. 查询语句性能
标记 纠错
16.

以下关于RISC和CISC的叙述中,不正确的是( )

  • A. RISC通常比CISC的指令系统更复杂
  • B. RISC通常会比CISC配置更多的寄存器
  • C. RISC编译器的子程序库通常要比CISC编译器的子程序库大得多
  • D. RISC比CISC更加适合VLSI工艺的规整性要求
标记 纠错
17.

某系统由下图所示的冗余部件构成。若每个部件的千小时可靠度都为 R ,则该系 统的千小时可靠度为( )。

高级系统分析师,模拟考试,2021年《系统分析师》模拟试卷1

  • A. (1-R3)(1-R2)
  • B. (1-(1-R)3)(1-(1-R)2)
  • C. (1-R3)+(1-R2)
  • D. (1-(1-R)3)+(1-(1-R)2)
标记 纠错
18.

The main reason we tend to focus on the( )rather than the human side of work is not because it’s more( ),but because it’s easier to do. Getting the new disk drive installed is positively trivial compared to figurine out why Horace is in a blue funk(恐惧)or why Susan is dissatisfied with the company aver only a few months. Human interactions are complicated and never very crisp(干脆的,干净利落的)and clean in their effects, but they matter more than any other aspect of the work. If you find yourself concentrating on the( )rather than the(请作答此空 ).you’re like the vaudeville character (杂耍人物)who loses his Keys on a dark street and looks for them on the adjacent street because,as he explains,“The light is better there!”

  • A. technology
  • B. sociology
  • C. physiology
  • D. astronomy
标记 纠错
19.

( ) 是计算机进行运算和数据处理的基本信息单位。

  • A. 字长
  • B. 主频
  • C. 存储速度
  • D. 存取容量
标记 纠错
20.

按照( ),可将计算机分为RISC(精简指令集计算机)和CISC(复杂指令集计算机)。

  • A. 规模和处理能力
  • B. 是否通用
  • C. CPU的指令系统架构
  • D. 数据和指令的表示方式
标记 纠错
21.

编译和解释是实现高级语言翻译的两种基本方式,相对应的程序分别称为编译器和解释器。与编译器相比,解释器(请作答此空)。编译器对高级语言源程序的处理过程可以划 分为词法分析、语法分析、语义分析、中间代码生成、代码优化、目标代码生成等几个阶段:其中,代码优化和( )并不是每种编译器都必需的。词法分析的作用是识 别源程序中的( )。

  • A. 不参与用户程序的运行控制,用户程序执行的速度更慢
  • B. 参与用户程序的运行控制,用户程序执行的速度更慢
  • C. 参与用户程序的运行控制,用户程序执行的速度更快
  • D. 不参与用户程序的运行控制,用户程序执行的速度更快
标记 纠错
22.

十六进制数CC 所对应的八进制数为( )。

  • A. 314
  • B. 630
  • C. 1414
  • D. 3030
标记 纠错
23.

下面说法正确的是( )。

  • A. 解释程序将源程序翻译成目标语言程序,然后在计算机上运行目标程序
  • B. 编译程序直接解释或翻译成中间代码。不生成独立的目标程序
  • C. 语法分析器检查每条语句是否有正确的逻辑结构
  • D. 语义分析阶段分析表达式、赋值、循环、表达式的除数是否为零等
标记 纠错
24.

指令寄存器的位数取决于( )。

  • A. 存储器的容量
  • B. 指令字长
  • C. 数据总线的宽度
  • D. 地址总线的宽度
标记 纠错
25.

算术表达式a*(b-c)+d的后缀式是( )。

  • A. abc-*d+
  • B. abcd-*+
  • C. ab-*cd+
  • D. ab-c+d*
标记 纠错
26.

由字符a、b构成的字符串中,若每个a后至少跟一个b,则该字符串集合可用正规式表示为( )。

  • A. (b|ab)*
  • B. (ab*)*
  • C. (a*b*)*
  • D. (a|b)
标记 纠错
27.

在ISO制定并发布的MPEG系列标准中, ( )标准中不包含音、视频压缩编码技术。

  • A. MPEG-1
  • B. MPEG-2
  • C. MPEG-4
  • D. MPEG-7
标记 纠错
28.

编译程序分析源程序的阶段依次是( )。

  • A. 词法分析、语法分析、语义分析
  • B. 语法分析、词法分析、语义分析
  • C. 语义分析、语法分析、词法分析
  • D. 语义分析、词法分析、语法分析
标记 纠错
29.

以下关于程序错误的叙述中,正确的是( )。

  • A. 编译正确的程序必然不包含语法错误
  • B. 编译正确的程序必然不包含语义错误
  • C. 除数为0的错误可以在语义分析阶段检查出来
  • D. 除数为0的错误可以在语法分析阶段检查出来
标记 纠错
30.

System analysis is traditionally done top-down using structured analysis based on( )Object-oriented analysis focuses on creation of models. The three types of the analysis model are ( )There are two substages of object-oriented analysis. (请作答次选项)focuses on real-world things whose semantics the application captures. The object constructed in the requirement analysis shows the ( ) of the real-world system and organizes it into workable pieces. ( )addresses the computer aspects of the application that are visible to users. The objects are those which can be expected to vary from time to time quite rapidly.

  • A. Static analysis
  • B. Semantic analysis
  • C. Scope analysis
  • D. Domain analysis
标记 纠错
31.

以下文件格式中,属于视频文件格式的是 ( )

  • A. RTF
  • B. WAV
  • C. MPG
  • D. JPG
标记 纠错
32.

The main reason we tend to focus on the( )rather than the human side of work is not because it’s more( 请作答此空 ),but because it’s easier to do. Getting the new disk drive installed is positively trivial compared to figurine out why Horace is in a blue funk(恐惧)or why Susan is dissatisfied with the company aver only a few months. Human interactions are complicated and never very crisp(干脆的,干净利落的)and clean in their effects, but they matter more than any other aspect of the work. If you find yourself concentrating on the( )rather than the( ).you’re like the vaudeville character (杂耍人物)who loses his Keys on a dark street and looks for them on the adjacent street because,as he explains,“The light is better there!”

  • A. trivial
  • B. crucial
  • C. minor
  • D. insignificant
标记 纠错
33.

编译和解释是实现高级语言翻译的两种基本方式,相对应的程序分别称为编译器和解释器。与编译器相比,解释器( )。编译器对高级语言源程序的处理过程可以划 分为词法分析、语法分析、语义分析、中间代码生成、代码优化、目标代码生成等几个阶段:其中,代码优化和( )并不是每种编译器都必需的。词法分析的作用是识 别源程序中的(请作答此空)。

  • A. 常量和变量
  • B. 数据类型
  • C. 记号
  • D. 语句
标记 纠错
34.

( )不属于脚本语言。

  • A. COBOL
  • B. Python
  • C. PHP
  • D. JavaScript
标记 纠错
35.

已知函数f1、f2的定义如下,调用f1时为传值调用,调用f2时为引用调用。设有函数调用t=f1(5),那么调用执行后t的值为( )。

中级软件设计师,章节练习,计算机基础

  • A. 1
  • B. 5
  • C. 6
  • D. 7
标记 纠错
36.

函数f()、g()的定义如下所示。已知调用f时传递给其形参x的值是1,若以传值方式调用g,则函数f的返回值为(请作答此空);若以传引用方式调用g,则函数f的返回值为( )。

中级软件设计师,章节练习,计算机基础

  • A. 3
  • B. 4
  • C. 6
  • D. 7
标记 纠错
37.

函数f()、g()的定义如下所示。已知调用f时传递给其形参x的值是1,若以传值方式调用g,则函数f的返回值为( );若以传引用方式调用g,则函数f的返回值为(请作答此空)。

中级软件设计师,章节练习,计算机基础

  • A. 3
  • B. 4
  • C. 6
  • D. 7
标记 纠错
38.

若计算机存储数据采用的是双符号位(00表示正号、11表示负号),两个符号相同的数相加时,如果运算结果的两个符号位经( )运算得1,则可断定这两个数相加的结果产生了溢出。

  • A. 逻辑与
  • B. 逻辑或
  • C. 逻辑同或
  • D. 逻辑异或
标记 纠错
39.

以下叙述中,正确的是( )。

  • A. 编译正确的程序不包含语义错误
  • B. 编译正确的程序不包含语法错误
  • C. 除数为0的情况可以在语义分析阶段检查出来
  • D. 除数为0的情况可以在语法分析阶段检查出来
标记 纠错
40.

海明码利用奇偶性检错和纠错,通过在n个数据位之间插入k个检验位,扩大数据编码的码距。若n=32,则k应为 () 。

  • A. 4
  • B. 5
  • C. 6
  • D. 7
标记 纠错
41.

以编译方式翻译C/C++源程序的过程中,判断表达式的除数是否为零是( )的任务。

  • A. 词法分析
  • B. 语义分析
  • C. 语法分析
  • D. 目标代码生成
标记 纠错
42.

设32位浮点数格式如下。以下关于浮点数表示的叙述中,正确的是( )。若阶码采用补码表示,为8位(含1位阶符),尾数采用原码表示,为24位(含1位数符),不考虑规格化,阶码的最大值为(请作答此空)。

中级软件设计师,章节练习,计算机基础

  • A. 255
  • B. 256
  • C. 127
  • D. 128
标记 纠错
43.

设指令由取指、分析、执行3个子部件完成,并且每个子部件的时间均为△t。若采用常规标量单流水线处理机(即该处理机的度为1),连续执行12条指令,共需 (请作答此空) △t。若采用度为4的超标量流水线处理机,连续执行上述12条指令,只需 ( ) △t。

  • A. 12
  • B. 14
  • C. 16
  • D. 18
标记 纠错
44.

设32位浮点数格式如下。以下关于浮点数表示的叙述中,正确的是(请作答此空)。若阶码采用补码表示,为8位(含1位阶符),尾数采用原码表示,为24位(含1位数符),不考虑规格化,阶码的最大值为( )。

中级软件设计师,章节练习,计算机基础

  • A. 浮点数的精度取决于尾数M的位数,范围取决于阶码E的位数
  • B. 浮点数的精度取决于阶码E的位数,范围取决于尾数M的位数
  • C. 浮点数的精度和范围都取决于尾数M的位数,与阶码E的位数无关
  • D. 浮点数的精度和范围都取决于阶码E的位数,与尾数M的位数无关
标记 纠错
45.

下列活动,()不属于需求开发活动的范畴。

  • A. 跟据系统需求识别和确认系统功能
  • B. 将所收集的用户需求编写成文档和模型
  • C. 针对系统特点,考虑并确定系统开发平台与程序设计语言
  • D. 了解实际用户任务和目标以及这些任务所支持的业务需求
标记 纠错
46.

在进行需求开发的过程中,( )可能会给项目带来风险。

  • A. 对于每项需求的可行性均进行分析,以确定是否能按计划实现
  • B. 使用模型和原型描述一些模糊的需求
  • C. 评估每项新需求的优先级,并与已有工作对比,做出相应的决策
  • D. 采用最新的技术、工具或平台实现关键需求
标记 纠错
47.

在系统开发中,原型可以划分为不同的种类。从原型是否实现功能来分,可以分为水平原型和垂直原型;从原型最终结果来分,可以分为抛弃式原型和演化式原型。以下关于原型的叙述中,正确的是 () 。

  • A. 水平原型适合于算法较为复杂的项目
  • B. 垂直原型适合于Web项目
  • C. 抛弃式原型适合于需求不确定、不完整、含糊不清的项目
  • D. 演化式原型主要用于界面设计
标记 纠错
48.

能力成熟度集成模型CMMI是CMM模型的最新版本,它有连续式和阶段式两种表示方式。基于连续式表示的CMMI共有6个(0~5)能力等级,每个能力等级对应到一个一般目标以及一组一般执行方法和特定方法,其中能力等级()主要关注过程的组织标准化和部署。

  • A. 1
  • B. 2
  • C. 3
  • D. 4
标记 纠错
49.

软件开发模型用于指导软件开发。演化模型是在快速开发一个 ( ) 的基础上,逐步演化成最终的软件。螺旋模型综合了 (请作答此空) 的优点,并增加了 ( ) 。喷泉模型描述的是面向 ( ) 的开发过程,反映了该开发过程的 ( ) 特征。

  • A. 瀑布模型和演化模型
  • B. 瀑布模型和喷泉模型
  • C. 演化模型和喷泉模型
  • D. 原型和喷泉模型
标记 纠错
50.

以下关于白盒测试方法的叙述中,错误的是()。

  • A. 语句覆盖要求设计足够多的测试用例,使程序中每条语句至少被执行一次
  • B. 与判定覆盖相比,条件覆盖增加对符合判定情况的测试,增加了测试路径
  • C. 判定/条件覆盖准则的缺点是未考虑条件的组合情况
  • D. 组合覆盖要求设计足够多的测试用例,使得每个判定中条件结果的所有可能组合最多出现一次
标记 纠错
51.

以下关于进度管理工具Gantt图的叙述中,正确的是 () 。

  • A. 无法清晰地表达每个任务的开始时间、结束时间和持续时间
  • B. 不能清晰地表达任务之间的并行关系
  • C. 能清晰地确定任务之间的依赖关系
  • D. 不能清晰地确定影响进度的关键任务
标记 纠错
52.

下列关于项目估算方法的叙述不正确的是()。

  • A. 专家判断方法受到专家经验和主观性影响
  • B. 启发式方法(如COCOMO模型)的参数难以确定
  • C. 机器学习方法难以描述训练数据的特征和确定其相似性
  • D. 结合上述三种方法可以得到精确的估算结果
标记 纠错
53.

在软件维护中,由于企业的外部市场环境和管理需求的变化而导致的维护工作,属于()维护

  • A. 正确性
  • B. 适应性
  • C. 完善性
  • D. 预防性
标记 纠错
54.

在白盒测试法中,()是最弱的覆盖准则。

  • A. 语句
  • B. 条件
  • C. 判定
  • D. 路径
标记 纠错
55.

以下关于软件测试的叙述中,正确的是()。

  • A. 软件测试不仅能表明软件中存在错误,也能说明软件中不存在错误
  • B. 软件测试活动应从编码阶段开始
  • C. 一个成功的测试能发现至今未发现的错误
  • D. 在一个被测程序段中,若已发现的错误越多,则残存的错误数越少
标记 纠错
56.

不属于黑盒测试技术的是()。

  • A. 错误猜测
  • B. 逻辑覆盖
  • C. 边界值分析
  • D. 等价类划分
标记 纠错
57.

( )是系统分析阶段结束后得到的工作产品,(请作答此空)是系统测试阶段完成后的工作产品。

  • A. 验收测试计划
  • B. 测试标准
  • C. 系统测试计划
  • D. 操作手册
标记 纠错
58.

看门狗(Watch Dog)是嵌入式系统中一种常用的保证系统可靠性的技术,( )会产生看门狗中断。

  • A. 软件喂狗
  • B. 处理器温度过高
  • C. 外部中断
  • D. 看门狗定时器超时
标记 纠错
59.

软件开发模型用于指导软件开发。演化模型是在快速开发一个 ( ) 的基础上,逐步演化成最终的软件。螺旋模型综合了 ( ) 的优点,并增加了 (请作答此空) 。喷泉模型描述的是面向 ( ) 的开发过程,反映了该开发过程的 ( ) 特征。

  • A. 质量评价
  • B. 进度控制
  • C. 版本控制
  • D. 风险分析
标记 纠错
60.

软件测试的对象不包括( )。

  • A. 软件代码
  • B. 软件需求规格说明书
  • C. 软件测试报告
  • D. 软件开发人员
标记 纠错
61.

以下关于敏捷方法的叙述中,不正确的是( )。

  • A. 相对于过程和工具,更强调个人和交互
  • B. 相对于严格的文档,更重视可工作的软件
  • C. 相对于与客户的合作,更注重合同谈判
  • D. 相对于遵循计划,更专注于对变化的响应
标记 纠错
62.

()在用LOC为自变量的函数计算软件开发工作量的基础上,再用涉及产品、硬件、人员、项目等方面属性的影响因素来调整工作量的估算。

  • A. PERT
  • B. 基本COCOMO
  • C. 中级COCOMO
  • D. 详细COCOMO
标记 纠错
63.

Teams are required for most engineering projects.Although some small hardware or software products can be developed by individuals,the scale and complexity of modern systems is such,and the demand for short schedules so great,that it is no longer(请作答此空)for one person to do most engineering jobs.Systems development is a team( ),and the effectiveness of the team largely determines the( )of the engineering.Development teams often behave much like baseball or basketball teams.Even though they may have multiple specialties,all the members work toward( ).However,on systems maintenance and enhancement teams,the engineers often work relatively independently,much like wrestling and track teams.A team is( )just a group of people who happen to work together.Teamwork takes practice and it involves special skills.Teams require common processes;they need agreed-upon goals;and they need effective guidance and leadership.The methods for guiding and leading such teams are well known,but they are not obvious.

  • A. convenient
  • B. existing
  • C. practical
  • D. real
标记 纠错
64.

下图是一个软件项目的活动图,其中顶点表示项目里程碑,边表示包含的活动,边上的权重表示活动的持续时间,则里程碑( )在关键路径上。中级软件设计师,押题密卷,2021年《软件设计师》上午押题密卷1

  • A. 1
  • B. 2
  • C. 3
  • D. 4
标记 纠错
65.

已知函数f( )、g( )的定义如下所示,调用函数f时传递给形参x的值是5。若g(a)采用引用调用(callbyreference)方式传递参数,则函数f的返回值为( );若g(a)采用值调用(callbyvalue)的方式传递参数,则函数f的返回值(请作答此空)。其中,表达式“x>>1”的含义是将x的值右移1位,相当于x除以2。

中级软件设计师,押题密卷,2021年《软件设计师》上午押题密卷1

  • A. 35
  • B. 32
  • C. 11
  • D. 7
标记 纠错
66.

对下图所示的程序流程图进行语句覆盖测试和路径覆盖测试,至少需要( )个测试用例。中级软件设计师,押题密卷,2021年《软件设计师》上午押题密卷1

  • A. 2和3
  • B. 2和4
  • C. 2和5
  • D. 2和6
标记 纠错
67.

敏捷开发强调以人为本,与用户紧密协作,面对面沟通,尽早发布增量,小而自主的开发团队,实现敏捷开发有多种方式,其中( )是高效、低风险、测试先行(先写测试代码,再编写程序)。

  • A. xp极限编程
  • B. Cockburn水晶方法
  • C. FDD功用驱动方法
  • D. 开放式源码
标记 纠错
68.

敏捷开发强调以人为本,与用户紧密协作,面对面沟通,尽早发布增量,小而自主的开发团队,实现敏捷开发有多种方式,( )强调不同项目,不同策略。

  • A. xp极限编程
  • B. Cockburn水晶方法
  • C. FDD功用驱动方法
  • D. 开放式源码
标记 纠错
69.

某计算机系统中有一个CPU、一台输入设备和一台输出设备,假设系统中有四个作业T1、T2、T3和T4,系统采用优先级调度,且T1的优先级>T2的优先级>T3的优先级>T4的优先级。每个作业具有三个程序段:输入Ii、计算Ci和输出Pi(i=1,2,3,4),其执行顺序为Ii→Ci→Pi。这四个作业各程序段并发执行的前驱图如下所示。图中④、⑤、⑥分别为( )。

中级软件设计师,押题密卷,2021年《软件设计师》上午押题密卷1

  • A. C2、C4、P4
  • B. I2、I3、C4
  • C. I3、P3、P4
  • D. C4、P3、P4
标记 纠错
70.

通常可以将计算机系统中执行一条指令的过程分为取指令,分析和执行指令3步。若取指令时间为5Δt,分析时间为3Δt。执行时间为2Δt,按顺序方式从头到尾执行完600条指令所需时间为2000Δt;若按照执行第i条,分析第i+1条,读取第i+2条重叠的流水线方式执行指令,则从头到尾执行完200条指令所需时间为( )Δt。

  • A. 1400
  • B. 1800
  • C. 1000
  • D. 1005
标记 纠错
71.

通常可以将计算机系统中执行一条指令的过程分为取指令,分析和执行指令3步。若取指令时间为5Δt,分析时间为3Δt。执行时间为2Δt,按顺序方式从头到尾执行完600条指令所需时间为( )Δt

  • A. 2400
  • B. 2000
  • C. 3600
  • D. 5400
标记 纠错
72.

Why Have Formal Documents?Finally, writing the decisions down is essential. Only when one writes do the gaps appear and the ( ) protrude(突出). The act of writing turns out to require hundreds of mini-decisions, and it is the existence of these that distinguishes clear, exact policies from fuzzy ones.Second, the documents will communicate the decisions to others. The manager will be continually amazed that policies he took for common knowledge are totally unknown by some member of his team. Since his fundamental job is to keep everybody going in the ( ) direction, his chief daily task will be communication, not decision-making, and his documents will immensely ( ) this load.Finally, a manager’s documents give him a data base and checklist. By reviewing them ( ) he sees where he is, and he sees what changes of emphasis or shifts in direction are needed.The task of the manager is to develop a plan and then to realize it. But only the written plan is precise and communicable. Such a plan consists of documents on what, when, how much, where, and who. This small set of critical documents (请作答此空) much of the manager’s work. If their comprehensive and critical nature is recognized in the beginning, the manager can approach them as friendly tools rather than annoying busywork. He will set his direction much more crisply and quickly by doing so..

  • A. DECIDES
  • B. ENCAPSULATES
  • C. REALIZES
  • D. RECOGNIZES
标记 纠错
73.

Why Have Formal Documents?Finally, writing the decisions down is essential. Only when one writes do the gaps appear and the (请作答此空) protrude(突出). The act of writing turns out to require hundreds of mini-decisions, and it is the existence of these that distinguishes clear, exact policies from fuzzy ones.Second, the documents will communicate the decisions to others. The manager will be continually amazed that policies he took for common knowledge are totally unknown by some member of his team. Since his fundamental job is to keep everybody going in the ( ) direction, his chief daily task will be communication, not decision-making, and his documents will immensely ( ) this load.Finally, a manager’s documents give him a data base and checklist. By reviewing them ( ) he sees where he is, and he sees what changes of emphasis or shifts in direction are needed.The task of the manager is to develop a plan and then to realize it. But only the written plan is precise and communicable. Such a plan consists of documents on what, when, how much, where, and who. This small set of critical documents ( ) much of the manager’s work. If their comprehensive and critical nature is recognized in the beginning, the manager can approach them as friendly tools rather than annoying busywork. He will set his direction much more crisply and quickly by doing so..

  • A. INCONSISTENCIES
  • B. CONSISTENCIES
  • C. STEADINESS
  • D. ADAPTABILITY
标记 纠错
74.

People are indulging in an illusion whenever they find themselves explaining at a cocktail(鸡尾酒)party,say,that the are“in computers,”or“in telecommunications,”or“in electronic funds transfer”.The implication is that they are part of the high-tech world.Just between us,they usually aren’t.The researchers who made fundamental breakthroughs in those areas are in a high-tech business.The rest of us are( )of their work.We use computers and other new technology components to develop our products or to organize our affairs.Because we go about this work in teams and projects and other tightly knit working group(紧密联系在一起的工作小组),we are mostly in the human communication business.Our successes stem from good human interactions by all participants in the effort,and our failures stem from poor human interactions.

  • A. creators
  • B. innovators
  • C. appliers
  • D. inventors
标记 纠错
75.

Why Have Formal Documents?Finally, writing the decisions down is essential. Only when one writes do the gaps appear and the ( ) protrude(突出). The act of writing turns out to require hundreds of mini-decisions, and it is the existence of these that distinguishes clear, exact policies from fuzzy ones.Second, the documents will communicate the decisions to others. The manager will be continually amazed that policies he took for common knowledge are totally unknown by some member of his team. Since his fundamental job is to keep everybody going in the ( ) direction, his chief daily task will be communication, not decision-making, and his documents will immensely ( ) this load.Finally, a manager’s documents give him a data base and checklist. By reviewing them (请作答此空) he sees where he is, and he sees what changes of emphasis or shifts in direction are needed.The task of the manager is to develop a plan and then to realize it. But only the written plan is precise and communicable. Such a plan consists of documents on what, when, how much, where, and who. This small set of critical documents ( ) much of the manager’s work. If their comprehensive and critical nature is recognized in the beginning, the manager can approach them as friendly tools rather than annoying busywork. He will set his direction much more crisply and quickly by doing so..

  • A. PERIODICALLY
  • B. OCCASIONALLY
  • C. INFREQUENTLY
  • D. RARELY
标记 纠错

答题卡(剩余 道题)

单选题
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
00:00:00
暂停
交卷