2024年08月12日来源:信管网 作者:cnitpm
软件设计师当天每日一练试题地址:www.cnitpm.com/exam/ExamDay.aspx?t1=4
往期软件设计师每日一练试题汇总:www.cnitpm.com/class/27/e4_1.html
软件设计师每日一练试题(2024/8/11)在线测试:www.cnitpm.com/exam/ExamDay.aspx?t1=4&day=2024/8/11
点击查看:更多软件设计师习题与指导
软件设计师每日一练试题内容(2024/8/11)
试题1
( )多态是指操作(方法)具有相同的名称、且在不同的上下文中所代表的含义不同。查看答案
试题参考答案:C
试题2
以下关于总线的叙述中,不正确的是()
A.并行总线适合近距离高速数据传输.
B.串行总线适合长距离数据传输
C.单总线结构在一个总线上适应不同种类的设备,设计简单且性能很高
D.专用总线在设计上可以与连接设备实现最佳匹配
查看答案
试题参考答案:C
试题3
利用动态规划方法求解每对结点之间的最短路径问题(all pairs shortest path problem)时,设有向图G=<V,E>
A、Dk(i,j)=Dk-1(i,j)+C(i,j)
B、Dk(i,j)=min{Dk-1(i,j),Dk-1(i,j)+C(i,j)}
C、Dk (i,j)=Dk-1(i,k)+Dk-1(k,j)
D、Dk(i,j)=min{Dk-1(i,j),Dk-1(i,k)+Dk-1(k,j)}
查看答案
试题参考答案:D
试题4
在软件开发过程中,系统测试阶段的测试目标来自于( )阶段。查看答案
试题参考答案:A
试题5
在CPU中,()不仅要保证指令的正确执行,还要能够处理异常事件。
A.运算器
B.控制器
C.寄存器组
D.内部总线
查看答案
试题参考答案:B
试题6
设计模式具有 ( ) 的优点。
A、适应需求变化
B、程序易于理解
C、减少开发过程中的代码开发工作量
D、简化软件系统的设计
查看答案
试题参考答案:A
试题7
以下关于测试原则的叙述中,不正确的是( )。查看答案
试题参考答案:C
试题8
SOCKS is a generic proxy protocol for ICP/IP-based networking , applications. SOCKS includes two (1), the SOCKS server and the SOCKS client. The SOCKS server is implemented at the application layer. The SOCKS client is implemented between applications and the(2) layer. When an application client needs to connect to an application server, the client connects to a SOCKS proxy server. The proxy server connects to the application server instead of. the client, and (3)data between the client and the application server. For the application server, the proxy server is the (4) . SOCKS is also one of the popular (5)to network firewalls. Because of its simplicity and flexibility, SOCKS has been used as generic application proxy in virtual private network (VPN), and for extranet applications.
(1)A、elements
B、components
C、services
D、ctients
(2)A、transport
B、transmission
C、network
D、datalink
(3)A、relays
B、replaces
C、replays
D、repeals
(4)A、workstation
B、user
C、customer
D、client
(5)A、methods
B、alternatives
C、choices
D、replacements
查看答案
试题参考答案:B、A、A、D、B
试题9
Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is(1). It determines how the various results are computed by the product and presents this information in the form of a (2) and associated scenarios. The second is (3) , which determines the classes and their attributes, then determines the interrelationships and interaction among the classes. The last step is (4) , which determines the actions performed by or to each class or subclass and presents this information in the form of (5) .
(1)A、use-case modeling
B、class modeling
C、dynamic modeling
D、behavioral modeling
(2)A、collaboration diagram
B、sequence diagram
C、use-case diagram
D、activity diagram
(3)A、use-case modeling
B、class modeling
C、dynamic modeling
D、behavioral modeling
(4)A、use-case modeling
B、class modeling
C、dynamic modeling
D、behavioral modeling
(5)A、activity diagram
B、component diagram
C、sequence diagram
D、state diagram
查看答案
试题参考答案:A、C、B、C、D
试题10
以下关于白盒测试原则的叙述中,不正确的是( )。查看答案
试题参考答案:D
温馨提示:因考试政策、内容不断变化与调整,信管网提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准!
相关推荐