2024年05月26日来源:信管网 作者:cnitpm
软件设计师当天每日一练试题地址:www.cnitpm.com/exam/ExamDay.aspx?t1=4
往期软件设计师每日一练试题汇总:www.cnitpm.com/class/27/e4_1.html
软件设计师每日一练试题(2024/5/25)在线测试:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/5/25
点击查看:更多软件设计师习题与指导
软件设计师每日一练试题内容(2024/5/25)
试题1
算术表达式采用逆波兰式表示时不用括号,可以利用 (1) 进行求值。与逆波兰式ab-cd+*对应的中缀表达式是(2) 。
(1)A.数组
B.栈
C.队列
D.散列表
(2)A.a-b+c*d
B.(a-b)*c+d
C.(a-b)*(c+d)
D.a-b*c+d
查看答案
试题参考答案:B、C
试题2
若有数组声明a[0..3,0..2,1..4], 设编译时 为a分配的存储空间首地址为base_a,且每个数组元素占据一个存储单元。当元素以行为序存放(即按a[0,0,1],a[0,0,2],a[0,0,3],a[0,0,4],a[0,1,1],a[0,1,2],…,a[3,2,4]顺序存储),则数组元素a[2,2,2]在其存储空间中相对base_a 的偏移量是 ( ) 。
A、8
B、12
C、33
D、48
查看答案
试题参考答案:C
试题3
在面向对象方法中,继承用于( )。查看答案
试题参考答案:A
试题4
在异步通信中,每个字符包含1位起始位、7位数据位和2位终止位,若每秒钟传送500个字符,则有效数据速率为()查看答案
试题参考答案:C
试题5
以下关于文档的叙述中,不正确的是( )。查看答案
试题参考答案:B
试题6
The purpose of the requirements definition phase is to produce a clear, complete, consistent, and testable (1)of the technical requirements for the software product.
During the requirements definition phase, the requirements definition team uses an iterative process to expand a broad statement of the system requirements into a complete and detailed specification of each function that the software must perform and each (2) that it must meet. The starting point is usually a set of high level requirements from the (3)that describe the project or problem.
In either case, the requirements definition team formulates an overall concept for the system and then defines (4) showing how the system will be operated publishes the system and operations concept document and conducts a system concept review (SCR).
Following the SCR, the team derives(5) requirements for the system from the high level requirements and the system and operations concept. using structured or object-oriented analysis. the team specifies the software functions and algorithms needed to satisfy each detailed requirement.
(1)A、function
B、definition
C、specification
D、statement
(2)A、criterion
B、standard
C、model
D、system
(3)A、producer
B、customer
C、programmer
D、analyser
(4)A、rules
B、principles
C、scenarios
D、scenes
(5)A、detailed
B、outlined
C、total
D、complete
查看答案
试题参考答案:C、A、B、C、A
试题7
在软件设计阶段进行模块划分时,一个模块的( )。查看答案
试题参考答案:B
试题8
SQL注入是常见的web攻击,以下不能够有效防御SQL注入的手段是()。查看答案
试题参考答案:
试题9
在引用调用方式下进行函数调用,是将 (21) 。查看答案
试题参考答案:B
试题10
以下关于Singleton(单例)设计模式的叙述中,不正确的是( )。
A.单例模式是创建型模式
B.单例模式保证一个类仅有一个实例
C.单例类提供一个访问唯一实例的全局访问点
D.单例类提供一个创建一系列相关或相互依赖对象的接口
查看答案
试题参考答案:D
温馨提示:因考试政策、内容不断变化与调整,信管网提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准!
相关推荐