軟件設(shè)計(jì)師當(dāng)天每日一練試題地址:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4
往期軟件設(shè)計(jì)師每日一練試題匯總:m.xiexiliangjiufa.com/class/27/e4_1.html
軟件設(shè)計(jì)師每日一練試題(2024/8/11)在線測(cè)試:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2024/8/11
點(diǎn)擊查看:更多軟件設(shè)計(jì)師習(xí)題與指導(dǎo)
軟件設(shè)計(jì)師每日一練試題內(nèi)容(2024/8/11)
試題1
( )多態(tài)是指操作(方法)具有相同的名稱(chēng)、且在不同的上下文中所代表的含義不同。查看答案
試題參考答案:C
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2024/8/11
試題2
以下關(guān)于總線的敘述中,不正確的是()
A.并行總線適合近距離高速數(shù)據(jù)傳輸.
B.串行總線適合長(zhǎng)距離數(shù)據(jù)傳輸
C.單總線結(jié)構(gòu)在一個(gè)總線上適應(yīng)不同種類(lèi)的設(shè)備,設(shè)計(jì)簡(jiǎn)單且性能很高
D.專(zhuān)用總線在設(shè)計(jì)上可以與連接設(shè)備實(shí)現(xiàn)最佳匹配
查看答案
試題參考答案:C
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2024/8/11
試題3
利用動(dòng)態(tài)規(guī)劃方法求解每對(duì)結(jié)點(diǎn)之間的最短路徑問(wèn)題(all pairs shortest path problem)時(shí),設(shè)有向圖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
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2024/8/11
試題4
在軟件開(kāi)發(fā)過(guò)程中,系統(tǒng)測(cè)試階段的測(cè)試目標(biāo)來(lái)自于( )階段。查看答案
試題參考答案:A
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2024/8/11
試題5
在CPU中,()不僅要保證指令的正確執(zhí)行,還要能夠處理異常事件。
A.運(yùn)算器
B.控制器
C.寄存器組
D.內(nèi)部總線
查看答案
試題參考答案:B
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2024/8/11
試題6
設(shè)計(jì)模式具有 ( ) 的優(yōu)點(diǎn)。
A、適應(yīng)需求變化
B、程序易于理解
C、減少開(kāi)發(fā)過(guò)程中的代碼開(kāi)發(fā)工作量
D、簡(jiǎn)化軟件系統(tǒng)的設(shè)計(jì)
查看答案
試題參考答案:A
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2024/8/11
試題7
以下關(guān)于測(cè)試原則的敘述中,不正確的是( )。查看答案
試題參考答案:C
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2024/8/11
試題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
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2024/8/11
試題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
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2024/8/11
試題10
以下關(guān)于白盒測(cè)試原則的敘述中,不正確的是( )。查看答案
試題參考答案:D
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2024/8/11
信管網(wǎng)訂閱號(hào)
信管網(wǎng)視頻號(hào)
信管網(wǎng)抖音號(hào)
溫馨提示:因考試政策、內(nèi)容不斷變化與調(diào)整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請(qǐng)以權(quán)威部門(mén)公布的內(nèi)容為準(zhǔn)!
信管網(wǎng)致力于為廣大信管從業(yè)人員、愛(ài)好者、大學(xué)生提供專(zhuān)業(yè)、高質(zhì)量的課程和服務(wù),解決其考試證書(shū)、技能提升和就業(yè)的需求。
信管網(wǎng)軟考課程由信管網(wǎng)依托10年專(zhuān)業(yè)軟考教研傾力打造,教材和資料參編作者和資深講師坐鎮(zhèn),通過(guò)深研歷年考試出題規(guī)律與考試大綱,深挖核心知識(shí)與高頻考點(diǎn),為學(xué)員考試保駕護(hù)航。面授、直播&錄播,多種班型靈活學(xué)習(xí),滿足不同學(xué)員考證需求,降低課程學(xué)習(xí)難度,使學(xué)習(xí)效果事半功倍。
發(fā)表評(píng)論 查看完整評(píng)論 | |