軟件設(shè)計(jì)師當(dāng)天每日一練試題地址:www.jazzmuze.com/exam/ExamDay.aspx?t1=4
往期軟件設(shè)計(jì)師每日一練試題匯總:www.jazzmuze.com/class/27/e4_1.html
軟件設(shè)計(jì)師每日一練試題(2025/1/30)在線測(cè)試:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2025/1/30
點(diǎn)擊查看:更多軟件設(shè)計(jì)師習(xí)題與指導(dǎo)
軟件設(shè)計(jì)師每日一練試題內(nèi)容(2025/1/30)
試題1
In a world where it seems we already have too much to do, and too many things to think about, it seems the last thing we need is something new that we have to learn.
But use cases do solve a problem with requirements: with (1 ) declarative requirements it's hard to describle steps and sequences of events.
Use cases, stated simply, allow description of sequences of events that, taken together, lead to a system doing something useful. As simple as this sounds, this is important. When confronted only with a pile of requiements, it's often(2 )to make sense of what the authors of the requirements really wanted the system to do. In the preceding example, use cases reduce the ambiguity of the requirements by specifying exactly when and under what conditions certain behavior occurs; as such, the sequence of the behaviors can be regarded as a requirement. Use cases are particularly well suited to capture approaches. Although this may sound simple, the fact is that (3 ) requirement capture approaches, with their emphasis on declarative requirements and "shall" statements, completely fail to capture fail to capture the (4 ) of the system's behavior. Use cases are a simple yet powerful way to express the behavior of the system in way that all stakeholders can easily understand.
But, like anything, use cases come with their own problems, and as useful as they are, they can be (5 ). The result is something that is as bad, if not worse, that the original problem. Therein it's important to utilize use cases effectively without creating a greater problem than the one you started with.
(1)A.plenty
B.loose
C.extra
D.strict
(2)A.impossible
B.possible
C.sensible
D.practical
(3)A.modern
B.conventional
C.different
D.formal
(4)A.statics
B.nature
C.dynamics
D.originals
(5)A.misapplied
B.applied
C.used
D.powerful
查看答案
試題參考答案:D、A、B、C、A
試題解析與討論:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2025/1/30
試題2
系統(tǒng)中有R類資源m個(gè),現(xiàn)有n個(gè)進(jìn)程互斥使用。若每個(gè)進(jìn)程對(duì)R資源的最大需求為w,那么當(dāng)m、n、w分別取下表中的值時(shí),對(duì)于表中的①~⑥種情況, (1) 可能會(huì)發(fā)生死鎖。若將這些情況的m分別加上 (2) ,則系統(tǒng)不會(huì)發(fā)生死鎖。
(1)A.①②⑤
B.③④⑤
C.②④⑤
D.②④⑥
(2)A.1、1和1
B.1、1和2
C.1、1和3
D.1、2和1
查看答案
試題參考答案:C、D
試題解析與討論:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2025/1/30
試題3
在軟件開(kāi)發(fā)過(guò)程中,系統(tǒng)測(cè)試階段的測(cè)試目標(biāo)來(lái)自于()階段,
A.需求分析
B.概要設(shè)計(jì)
C.詳細(xì)設(shè)計(jì)
D.軟件實(shí)現(xiàn)
查看答案
試題參考答案:A
試題解析與討論:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2025/1/30
試題4
下圖所示平衡二叉樹(shù)(樹(shù)中任一結(jié)點(diǎn)的左右子樹(shù)高度之差不超過(guò)1)中,結(jié)點(diǎn)A的右子樹(shù)AR高度為h,結(jié)點(diǎn)B的左子樹(shù)BL高度為h,結(jié)點(diǎn)C的左子樹(shù)CL、右子樹(shù)CR高度都為h-1。若在CR中插入一個(gè)結(jié)點(diǎn)并使得CR的高度增加1,則該二叉樹(shù) ( ) 。
A、以B為根的子二叉樹(shù)變?yōu)椴黄胶?
B、以C為根的子二叉樹(shù)變?yōu)椴黄胶?
C、以A為根的子二叉樹(shù)變?yōu)椴黄胶?
D、仍然是平衡二叉樹(shù)
查看答案
試題參考答案:C
試題解析與討論:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2025/1/30
試題5
以下路由策略中,依據(jù)網(wǎng)絡(luò)信息經(jīng)常更新路由的是()查看答案
試題參考答案:D
試題解析與討論:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2025/1/30
試題6
M公司將其開(kāi)發(fā)的某軟件產(chǎn)品注冊(cè)商標(biāo)為S,為確保公司在市場(chǎng)競(jìng)爭(zhēng)中占據(jù)地位,M公司對(duì)員工進(jìn)行了保密約束,此情形下,該公司不享有()查看答案
試題參考答案:B
試題解析與討論:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2025/1/30
試題7
某n階的三對(duì)角矩陣A如下圖所示,按行將元素存儲(chǔ)在一維數(shù)組M中,設(shè)a1,1存儲(chǔ)在M[l],那么ai,j(l<=i,j<=n且ai,j位于三條對(duì)角線中)存儲(chǔ)在M( )。查看答案
試題參考答案:D
試題解析與討論:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2025/1/30
試題8
與多模光纖相比較,單模光纖具有( )等特點(diǎn)。
A、較高的傳輸率、較長(zhǎng)的傳輸距離、較高的成本
B、較低的傳輸率、較短的傳輸距離、較高的成本
C、較高的傳輸率、較短的傳輸距離、較低的成本
D、較低的傳輸率、較長(zhǎng)的傳輸距離、較低的成本
查看答案
試題參考答案:A
試題解析與討論:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2025/1/30
試題9
某個(gè)計(jì)算機(jī)中心有28臺(tái)微機(jī),每臺(tái)微機(jī)有24個(gè)應(yīng)用,每個(gè)應(yīng)用占用1個(gè)端口地址,則這個(gè)計(jì)算機(jī)中心所有應(yīng)用的地址總數(shù)為( )。
A、24
B、28
C、52
D、672
查看答案
試題參考答案:D
試題解析與討論:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2025/1/30
試題10
系統(tǒng)交付用戶使用后,為了改進(jìn)系統(tǒng)的圖形輸出而對(duì)系統(tǒng)進(jìn)行修改的維護(hù)行為屬于()維護(hù)。查看答案
試題參考答案:C
試題解析與討論:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2025/1/30
信管網(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é)生提供專業(yè)、高質(zhì)量的課程和服務(wù),解決其考試證書(shū)、技能提升和就業(yè)的需求。
信管網(wǎng)軟考課程由信管網(wǎng)依托10年專業(yè)軟考教研傾力打造,教材和資料參編作者和資深講師坐鎮(zhèn),通過(guò)深研歷年考試出題規(guī)律與考試大綱,深挖核心知識(shí)與高頻考點(diǎn),為學(xué)員考試保駕護(hù)航。面授、直播&錄播,多種班型靈活學(xué)習(xí),滿足不同學(xué)員考證需求,降低課程學(xué)習(xí)難度,使學(xué)習(xí)效果事半功倍。
發(fā)表評(píng)論 查看完整評(píng)論 | |