軟件設(shè)計(jì)師當(dāng)天每日一練試題地址:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4
往期軟件設(shè)計(jì)師每日一練試題匯總:m.xiexiliangjiufa.com/class/27/e4_1.html
軟件設(shè)計(jì)師每日一練試題(2025/5/21)在線測(cè)試:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2025/5/21
點(diǎn)擊查看:更多軟件設(shè)計(jì)師習(xí)題與指導(dǎo)
軟件設(shè)計(jì)師每日一練試題內(nèi)容(2025/5/21)
試題1
It should go without saying that the focus of UML is modeling. However, what that means, exactly, can be an open-ended question. (1) is a means to capture ideas, relationships,decisions, and requirements in a well-defined notation that can be applied to many different domains. Modeling not only means different things to different people, but also it can use different pieces of UML depending on what you are trying to convey. In general, a UML model is made up of one or more (2) . A diagram graphically represents things, and the relationships between these things. These (3) can be representations of real-world objects,pure software constructs, or a description of the behavior of some other objects. It is common for an individual thing to show up on multiple diagrams; each diagram represents a particular interest, or view, of the thing being modeled. UML 2.0 divides diagrams into two categories:
structural diagrams and behavioral diagrams. (4) are used to capture the physical organization of the things in your system, i.e., how one object relates to another. (5) focus on the behavior of elements in a system. For example, you can use behavioral diagrams to capture requirements, operations, and internal state changes for elements.
(1)A、Programming
B、Analyzing
C、Designing
D、Modeling
(2)A、views
B、diagrams
C、user views
D、structure pictures
(3)A、things
B、pictures
C、languages
D、diagrams
(4)A、Activity diagrams
B、Use-case diagrams
C、Structural diagrams
D、Behavioral diagrams
(5)A、Activity diagrams
B、Use-case diagrams
C、Structural diagrams
D、Behavioral diagrams
查看答案
試題參考答案:D、B、A、C、D
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2025/5/21
試題2
以下關(guān)于總線的敘述中,不正確的是()
A.并行總線適合近距離高速數(shù)據(jù)傳輸.
B.串行總線適合長(zhǎng)距離數(shù)據(jù)傳輸
C.單總線結(jié)構(gòu)在一個(gè)總線上適應(yīng)不同種類的設(shè)備,設(shè)計(jì)簡(jiǎn)單且性能很高
D.專用總線在設(shè)計(jì)上可以與連接設(shè)備實(shí)現(xiàn)最佳匹配
查看答案
試題參考答案:C
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2025/5/21
試題3
設(shè)某語(yǔ)言的語(yǔ)法規(guī)則用上下文無(wú)關(guān)文法 G=(N,T,P,S)表示,其中 N 是非終結(jié)符號(hào)的集合,T是終結(jié)符號(hào)的集合,P 是產(chǎn)生式集合,S 是開始符號(hào),令 V=N∪T,那么符合該語(yǔ)言的句子是( ) 。
A、從 S 出發(fā)推導(dǎo)的、僅包含 T 中符號(hào)的符號(hào)串
B、從 N 中符號(hào)出發(fā)推導(dǎo)的、僅包含 T 中符號(hào)的符號(hào)串
C、從 S 出發(fā)推導(dǎo)的、包含 V 中符號(hào)的符號(hào)串
D、從 N 中符號(hào)出發(fā)推導(dǎo)的、包含 V 中符號(hào)的符號(hào)串
查看答案
試題參考答案:A
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2025/5/21
試題4
函數(shù)調(diào)用時(shí),基本的參數(shù)傳遞方式有傳值與傳地址兩種,( ) 。
A、在傳值方式下,形參將值傳給實(shí)參
B、在傳值方式下,實(shí)參不能是數(shù)組元素
C、在傳地址方式下,形參和實(shí)參間可以實(shí)現(xiàn)數(shù)據(jù)的雙向傳遞
D、在傳地址方式下,實(shí)參可以是任意的變量和表達(dá)式
查看答案
試題參考答案:C
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2025/5/21
試題5
進(jìn)程P1、P2、P3、P4和P5的前趨圖如下圖所示:
若用PV操作控制進(jìn)程P1、P2、P3、P4和P5并發(fā)執(zhí)行的過程,則需要設(shè)置5個(gè)信號(hào)S1、S2、S3、S4和S5,且信號(hào)量S1~S5的初值都等于零。下圖中a和b處應(yīng)分別填(1 );c和d處應(yīng)分別填寫(2 );e和f處應(yīng)分別填寫(3 )。
(1)A.V(S1)P(S2)和V(S3)
B.P(S1)V(S2)和V(S3)
C.V(S1)V(S2)和V(S3)
D.P(S1)P(S2)和V(S3)
(2)A.P(S2)和P(S4)
B.P(S2)和V(S4)
C.V(S2)和P(S4)
D.V(S2)和V(S4)
(3)A.P(S4)和V(S4)V(S5)
B.V(S5)和P(S4)P(S5)
C.V(S3)和V(S4)V(S5)
D.P(S3)和P(S4)V(P5)
查看答案
試題參考答案:C、B、B
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2025/5/21
試題6
采用循環(huán)隊(duì)列的優(yōu)點(diǎn)是( )查看答案
試題參考答案:A
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2025/5/21
試題7
在11個(gè)元素的有序表A[1..11] 中進(jìn)行折半查找( L(low+high)/2」 )查找元素A[11]時(shí),被比較的元素的下標(biāo)依次是( )。
A、6,8,10,11
B、6,9,10,11
C、6,7,9,11
D、6,8,9,11
查看答案
試題參考答案:B
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2025/5/21
試題8
下圖中的程序由A、B、C、D、E 5個(gè)模塊組成,下表中描述了這些模塊之間的接口,每一個(gè)接口有一個(gè)編號(hào)。此外,模塊A、D和E都要引用一個(gè)專用數(shù)據(jù)區(qū)。那么A和E之間耦合關(guān)系是( )。
A、公共耦合
B、數(shù)據(jù)耦合
C、內(nèi)容耦合
D、無(wú)耦合
查看答案
試題參考答案:A
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2025/5/21
試題9
以下關(guān)于軟件可維護(hù)性的敘述中,不正確的是“可維護(hù)性( )”。
A.衡量軟件質(zhì)量的一個(gè)重要特性
B.不受軟件開發(fā)文檔的影響
C.軟件開發(fā)階段各個(gè)時(shí)期的關(guān)鍵目標(biāo)
D.可以從可理解性、可靠性、可測(cè)試性、百行性、可移植性等方面進(jìn)行度量
查看答案
試題參考答案:B
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2025/5/21
試題10
對(duì)于哈希表,如果將裝填因子α定義為表中裝入的記錄數(shù)與表的長(zhǎng)度之比,那么向表中加入新記錄時(shí), ( ) 。
A、α的值隨沖突次數(shù)的增加而遞減
B、α越大發(fā)生沖突的可能性就越大
C、α等于 1 時(shí)不會(huì)再發(fā)生沖突
D、α低于 0.5 時(shí)不會(huì)發(fā)生沖突
查看答案
試題參考答案:B
試題解析與討論:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2025/5/21
信管網(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è)人員、愛好者、大學(xué)生提供專業(yè)、高質(zhì)量的課程和服務(wù),解決其考試證書、技能提升和就業(yè)的需求。
信管網(wǎng)軟考課程由信管網(wǎng)依托10年專業(yè)軟考教研傾力打造,教材和資料參編作者和資深講師坐鎮(zhèn),通過深研歷年考試出題規(guī)律與考試大綱,深挖核心知識(shí)與高頻考點(diǎn),為學(xué)員考試保駕護(hù)航。面授、直播&錄播,多種班型靈活學(xué)習(xí),滿足不同學(xué)員考證需求,降低課程學(xué)習(xí)難度,使學(xué)習(xí)效果事半功倍。
發(fā)表評(píng)論 查看完整評(píng)論 | |