2024年08月02日来源:信管网 作者:cnitpm
软件设计师当天每日一练试题地址:www.cnitpm.com/exam/ExamDay.aspx?t1=4
往期软件设计师每日一练试题汇总:www.cnitpm.com/class/27/e4_1.html
软件设计师每日一练试题(2024/8/1)在线测试:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/8/1
点击查看:更多软件设计师习题与指导
软件设计师每日一练试题内容(2024/8/1)
试题1
内聚是一种指标,表示一个模块( )。
A、代码优化的程度
B、代码功能的集中程度
C、完成任务时及时程度
D、为了与其他模块连接所要完成的工作量
查看答案
试题参考答案:B
试题2
Teams are required for most engineering projects. Although some small hardware or software products can be developed by individuals, the scale and complexity of modem systems is such, and the demand for short schedules so great, that it is no longer (1) for one person to do most engineering jobs. Systems development is a team (2) ,and the effectiveness of the team largely determines the (3) of the engineering. Development teams often behave much like baseball or basketball teams. Even though they may have multiple specialties, allthe members work toward (4) .However,on systems maintenance and enhancement teams, the engineers often work relatively independently, much like wrestling and track teams.
A team is (5) 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.
(1)A.convenient
B.existing
C.practical
D.real
(2)A.activity
B.job
C.process
D.application
(3)A.size
B.quality
C.scale
D.complexity
(4)A.multiple objectives
B.different objectives
C.a single objective
D.independent objectives
(5)A.relatively
B./
C.only
D.more than
查看答案
试题参考答案:C、A、B、C、D
试题3
采用n位补码(包含一个符号位)表示数据,可以直接表示数值( )。查看答案
试题参考答案:D
试题4
某磁盘磁头从一个磁道移至另一个磁道需要 10ms。文件在磁盘上非连续存放,逻辑上相邻数据块的平均移动距离为 10 个磁道,每块的旋转延迟时间及传输时间分别为100ms 和 2ms,则读取一个 100 块的文件需要 ( ) ms 时间。
A、10200
B、11000
C、11200
D、20200
查看答案
试题参考答案:D
试题5
两个矩阵 Am*n 和 Bn*p 相乘,用基本的方法进行,则需要的乘法次数为 m*n*p。多个矩阵相乘满足结合律,不同的乘法顺序所需要的乘法次数不同。考虑采用动态规划方法确定Mi,M(i+i),…,Mj 多个矩阵连乘的最优顺序,即所需要的乘法次数最少。最少乘法次数用 m[i,j]表示,其递归式定义为:
其中 i、 j 和 k 为矩阵下标,矩阵序列中 Mi 的维度为(Pi-1.)*Pi 采用自底向上的方法:实现该算法来确定 n 个矩阵相乘的顺序,其时间复杂度为( )。若四个矩阵 M1、 M2、 M3、M4相乘的维度序列为 2、 6、 3、 10、3,采用上述算法求解,则乘法次数为( )。
A.O(N2)
B.O(N2Lgn)
C.O(N3)
D.O(n3lgn)
A.156
B.144
C.180
D.360
查看答案
试题参考答案:C、B
试题6
采用McCabe度量法计算图2-4所示程序图的环路复杂性为()。
A.2
B.3
C.4
D.5
查看答案
试题参考答案:B
试题7
下列不能用于远程登陆或控制的是( )查看答案
试题参考答案:A
试题8
甲、乙两人在同一天就同样的发明创造提交了专利申请,专利局将分别向各申请人通报有关情况,并提出多种可能采用的解决办法。下列说法中,不可能采用()查看答案
试题参考答案:D
试题9
软件能力成熟度模型(CMM)将软件能力成熟度自低到高依次划分为 5 级。目前,达到 CMM第 3 级(已定义级)是许多组织努力的目标,该级的核心是 ( ) 。
A、建立基本的项目管理和实践来跟踪项目费用、进度和功能特性
B、使用标准开发过程(或方法论)构建(或集成)系统
C、管理层寻求更主动地应对系统的开发问题
D、连续地监督和改进标准化的系统开发过程
查看答案
试题参考答案:B
试题10
颜色深度是表达图像中单个像素的颜色或灰度所占的位数(bit)。若每个像素具有8位的颜色深度,则可表示( )种不同的颜色。
A.8
B.64
C.256
D.512
查看答案
试题参考答案:C
温馨提示:因考试政策、内容不断变化与调整,信管网提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准!
相关推荐