軟件設(shè)計(jì)師當(dāng)天每日一練試題地址:www.shc2b.com/exam/ExamDay.aspx?t1=4
往期軟件設(shè)計(jì)師每日一練試題匯總:www.shc2b.com/class/27/e4_1.html
軟件設(shè)計(jì)師每日一練試題(2025/7/7)在線測(cè)試:www.shc2b.com/exam/ExamDay.aspx?t1=4&day=2025/7/7
點(diǎn)擊查看:更多軟件設(shè)計(jì)師習(xí)題與指導(dǎo)
軟件設(shè)計(jì)師每日一練試題內(nèi)容(2025/7/7)
試題1
下列智力成果中,能取得專利權(quán)的是( )
A、計(jì)算機(jī)程序代碼
B、游戲的規(guī)則和方法
C、計(jì)算機(jī)算法
D、用于控制測(cè)試過(guò)程的程序
查看答案
試題參考答案:D
試題2
Software entities are more complex for their size than perhaps any other humanconstruct, because no two parts are alike (at least above the statement level). If they are, wemake the two similar parts into one, a( 71 ), open or closeD. In this respect software systemsdiffer profoundly from computers, buildings, or automobiles, where repeated elements abound.
Digital computers . are themselves more complex than most things people build;they have very large numbers of states This makes conceiving, describing, and testing them harD. Software systems have orders of magnitude more( 72 )than computers do
Likewise, a scaling-up of a software entity is not m erely a repetition of the same elementsm larger size; it is necessarily an mcrease in the number of different elements. In most cases, the elements interact with each other in some( 73 )fashion: and the complexity of the wholencreases much more than linearly.
The complexity of software is a(an)( 74 )property, not an accidental one Hencedescriptions of a software entity that abstract away its complexity often abstract away its essence.Mathematics and the physical sciences made great strides for threecenturies by constructingsimplified models of complex phenomena, deriving properties fiom the models, and verifyingthose properties experimentally. This worked becausethe complexities( 75 ) in the modelswere not the .essential properties of the phenomena: It does not work when the complexities are the essence.
Many of the classical problems of developing software products derive from this essential complexi and its nonlinear uicreases with size. Not only .technical problems but management problems as well come from the coin plexity.
A. task
B.job
C.subroitune
D.Program
A.states
B.parts
C.conditions
D.Expressions
A.linear
B. nonlinear
C.Parallel
D.Addititive
A. surface
B. Outside
C.exterior
D.Essential
A. fixed
B. Included
C.ignored
D.stabilized
查看答案
試題參考答案:C、A、B、D、C
試題3
以下關(guān)于TCP/IP協(xié)議和層次對(duì)應(yīng)關(guān)系的表示中,正確的是()。查看答案
試題參考答案:A
試題4
一個(gè)具有767個(gè)結(jié)點(diǎn)的完全二叉樹,其葉子結(jié)點(diǎn)個(gè)數(shù)為( )。
A、383
B、384
C、385
D、386
查看答案
試題參考答案:B
試題5
是一個(gè)XML 元素的定義,其中元素標(biāo)記的屬性值是( )。
A、title
B、style
C、italic
D、science
查看答案
試題參考答案:C
試題6
改正在軟件系統(tǒng)開(kāi)發(fā)階段已經(jīng)發(fā)生而系統(tǒng)測(cè)試階段還沒(méi)有發(fā)現(xiàn)的錯(cuò)誤,屬于( )維護(hù)。
A、正確性
B、適應(yīng)性
C、完美性
D、預(yù)防性
查看答案
試題參考答案:A
試題7
某雙向鏈表中的結(jié)點(diǎn)如下圖所示,刪除 t 所指結(jié)點(diǎn)的操作為 ( ) 。
A、t->prior->next = t->next; t->next->prior = t->prior;
B、t->prior->prior = t->prior; t->next->next = t->next;
C、t->prior->next = t->prior; t->next->prior = t->next;
D、t->prior->prior = t->next; t->next->prior = t->prior;
查看答案
試題參考答案:A
試題8
某軟件項(xiàng)目的活動(dòng)圖如下圖所示,其中頂點(diǎn)表示項(xiàng)目里程碑,連接頂點(diǎn)的邊表示包含的活動(dòng),邊上的數(shù)字表示活動(dòng)的持續(xù)時(shí)間(天),則完成該項(xiàng)目的最少時(shí)間為()天?;顒?dòng)FG的松馳時(shí)間為( )天。查看答案
試題參考答案:D、C
試題9
設(shè)供應(yīng)商供應(yīng)零件的關(guān)系模式為SP(Sno,Pno,Qty),其中Sno表示供應(yīng)商號(hào),Pno表示零件號(hào),Qty表示零件數(shù)量。查詢至少包含了供應(yīng)商“168”所供應(yīng)的全部零件的供應(yīng)商號(hào)的SQL語(yǔ)句如下:
SELECT Sno
FROM SP SPX
WHERE (1)
(SELECT *
FROM SP SPY
WHERE (2) AND NOTEXISTS
(SELECT *
FROM SP SPZ
WHERE (3)));
(1)A、EXISTS
B、NOT EXISTS
C、IN
D、NOT IN
(2)A、SPY.Sno='168'
B、SPY.Sno<>'168'
C、SPY.Sno=SPX.Sno
D、SPY.Sno<>SPX.Sno
(3)A、SPZ.Sno=SPY.Sno AND SPZ.Pno=SPY.Pno
B、SPZ.Sno=SPX.Sno AND SPZ.Pno=SPX.Pno
C、SPZ.Sno=SPX.Sno AND SPZ.Pno=SPY.Pno
D、SPY.Sno<>'168' AND SPZ.Pno=SPY.Pno
查看答案
試題參考答案:B、A、C
試題10
逆向工程從源代碼或目標(biāo)代碼中提取設(shè)計(jì)信息,通常在原軟件生命周期的()階段進(jìn)行。
A.需求分析
B.軟件設(shè)計(jì)
C.軟件實(shí)現(xiàn)
D.軟件維護(hù)
查看答案
試題參考答案:D
信管網(wǎng)訂閱號(hào)
信管網(wǎng)視頻號(hào)
信管網(wǎng)抖音號(hào)
溫馨提示:因考試政策、內(nèi)容不斷變化與調(diào)整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請(qǐng)以權(quán)威部門公布的內(nèi)容為準(zhǔn)!
信管網(wǎng)致力于為廣大信管從業(yè)人員、愛(ài)好者、大學(xué)生提供專業(yè)、高質(zhì)量的課程和服務(wù),解決其考試證書、技能提升和就業(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)論 | |