軟件設計師當天每日一練試題地址:www.jycxcx.com/exam/ExamDay.aspx?t1=4
往期軟件設計師每日一練試題匯總:www.jycxcx.com/class/27/e4_1.html
軟件設計師每日一練試題(2024/10/11)在線測試:www.jycxcx.com/exam/ExamDay.aspx?t1=4&day=2024/10/11
點擊查看:更多軟件設計師習題與指導
軟件設計師每日一練試題內容(2024/10/11)
試題1
軟件系統的可維護性評價指標不包括 ( ) 。
A、可理解性
B、可測試性
C、可擴展性
D、可修改性
查看答案
試題參考答案:C
試題解析與討論:www.jycxcx.com/exam/ExamDay.aspx?t1=4&day=2024/10/11
試題2
設有二叉排序樹(或二叉查找樹)如下圖所示,建立該二叉樹的關鍵碼序列不可能是( )。
A.23 31 17 19 11 27 13 90 61
B.23 17 19 31 27 90 61 11 13
C.23 17 27 19 31 13 11 90 61
D.23 31 90 61 27 17 19 11 13
查看答案
試題參考答案:C
試題解析與討論:www.jycxcx.com/exam/ExamDay.aspx?t1=4&day=2024/10/11
試題3
頁式存儲系統的邏輯地址是由頁號和頁內地址兩部分組成,地址變換過程如下圖所示。假定頁面的大小為8K,圖中所示的十進制邏輯地址9612經過地址變換后,形成的物理地址a應為十進制 ( ) 。
A、42380
B、25996
C、9612
D、8192
查看答案
試題參考答案:B
試題解析與討論:www.jycxcx.com/exam/ExamDay.aspx?t1=4&day=2024/10/11
試題4
通常工作在UDP協議上的應用是()。
A.瀏覽網頁
B.Telnet遠程登錄
C.VoIP
D.發(fā)送郵件
查看答案
試題參考答案:C
試題解析與討論:www.jycxcx.com/exam/ExamDay.aspx?t1=4&day=2024/10/11
試題5
設有向圖G具有n個頂點、e條弧,采用鄰接表存儲,則完成廣度優(yōu)先遍歷的時間復雜度為()查看答案
試題參考答案:A
試題解析與討論:www.jycxcx.com/exam/ExamDay.aspx?t1=4&day=2024/10/11
試題6
風險分析在軟件項目開發(fā)中具有重要作用,包括風險識別、風險預測、風險評估和風險控制等。“建立風險條目檢查表”是 (1) 時的活動,“描述風險的結果”是 (2)時的活動。
(1)A、風險識別
B、風險預測
C、風險評估
D、風險控制
(2)A、風險識別
B、風險預測
C、風險評估
D、風險控制
查看答案
試題參考答案:A、B
試題解析與討論:www.jycxcx.com/exam/ExamDay.aspx?t1=4&day=2024/10/11
試題7
系統可維護性的評價指標不包括()。
A.可理解性
B.可測試性
C.可移植性
D.可修改性
查看答案
試題參考答案:C
試題解析與討論:www.jycxcx.com/exam/ExamDay.aspx?t1=4&day=2024/10/11
試題8
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
試題解析與討論:www.jycxcx.com/exam/ExamDay.aspx?t1=4&day=2024/10/11
試題9
程序員甲與同事乙在乙家探討甲近期編寫的程序,甲表示對該程序極不滿意,要棄之重寫,并將程序手稿扔到乙家垃圾筒。后來乙將甲這一程序稍加修改,并署乙名發(fā)表。以下說法正確的是 ( ) 。
A、乙的行為侵犯了甲的軟件著作權
B、乙的行為沒有侵犯甲的軟件著作權,因為甲已將程序手稿丟棄
C、乙的行為沒有侵犯甲的著作權,因為乙已將程序修改
D、甲沒有發(fā)表該程序并棄之,而乙將程序修改后發(fā)表,故乙應享有著作權
查看答案
試題參考答案:A
試題解析與討論:www.jycxcx.com/exam/ExamDay.aspx?t1=4&day=2024/10/11
試題10
在面向對象方法中,多態(tài)指的是()查看答案
試題參考答案:A
試題解析與討論:www.jycxcx.com/exam/ExamDay.aspx?t1=4&day=2024/10/11
信管網訂閱號
信管網視頻號
信管網抖音號
溫馨提示:因考試政策、內容不斷變化與調整,信管網網站提供的以上信息僅供參考,如有異議,請以權威部門公布的內容為準!
信管網致力于為廣大信管從業(yè)人員、愛好者、大學生提供專業(yè)、高質量的課程和服務,解決其考試證書、技能提升和就業(yè)的需求。
信管網軟考課程由信管網依托10年專業(yè)軟考教研傾力打造,教材和資料參編作者和資深講師坐鎮(zhèn),通過深研歷年考試出題規(guī)律與考試大綱,深挖核心知識與高頻考點,為學員考試保駕護航。面授、直播&錄播,多種班型靈活學習,滿足不同學員考證需求,降低課程學習難度,使學習效果事半功倍。
發(fā)表評論 查看完整評論 | |