97国产成人,欧美另类在线观看,国产美女操,亚洲精品456在线播放牛牛影院,久99精品久久久,黄页视频网站,中文字幕欧美视频

專業(yè)軟件設計師網(wǎng)站|服務平臺|服務商(加客服微信:cnitpm或QQ:947530340進軟件設計師學霸群)

軟題庫 學習課程
當前位置:信管網(wǎng) >> 軟件設計師 >> 每日一練 >> 文章內(nèi)容
軟件設計師每日一練試題(2024/6/28)

軟件設計師當天每日一練試題地址:m.pokkc.com/exam/ExamDay.aspx?t1=4

往期軟件設計師每日一練試題匯總:m.pokkc.com/class/27/e4_1.html

軟件設計師每日一練試題(2024/6/28)在線測試:m.pokkc.com/exam/ExamDay.aspx?t1=4&day=2024/6/28

點擊查看:更多軟件設計師習題與指導

軟件設計師每日一練試題內(nèi)容(2024/6/28)

  • 試題1

    以下關于高級語言程序的編譯和解釋的敘述中,正確的是  ( )  。
    A、編譯方式下,可以省略對源程序的詞法分析、語法分析
    B、解釋方式下,可以省略對源程序的詞法分析、語法分析
    C、編譯方式下,在機器上運行的目標程序完全獨立于源程序
    D、解釋方式下,在機器上運行的目標程序完全獨立于源程序

    查看答案

    試題參考答案:C

    試題解析與討論:m.pokkc.com/exam/ExamDay.aspx?t1=4&day=2024/6/28

  • 試題2

    一個含有n個頂點和e條邊的簡單無向圖,在其鄰接矩陣存儲結構中共有( )個零元素。
    A、e 
    B、2e 
    C、n2-e 
    D、n2-2e 

    查看答案

    試題參考答案:D

    試題解析與討論:m.pokkc.com/exam/ExamDay.aspx?t1=4&day=2024/6/28

  • 試題3

    設 S 是一個長度為 n 的非空字符串, 其中的字符各不相同, 則其互異的非平凡子串(非空且不同于 S 本身) 個數(shù)為( ) 。
    A. 2n-1
    B. n2
    C. n(n+1)/2
    D. (n+2) (n-1)/2

    查看答案

    試題參考答案:D

    試題解析與討論:m.pokkc.com/exam/ExamDay.aspx?t1=4&day=2024/6/28

  • 試題4

    函數(shù) foo、hoo 的含義如下所示,函數(shù)調(diào)用 hota,x)的兩個參數(shù)分別采用引用調(diào)用(call y reference)和值調(diào)用(callbyvalue)方式傳遞,則函數(shù)調(diào)用 foo(5)的輸出結果為( )。

    A.2,5
    B.2,15
    C.13,5
    D.13,15

    查看答案

    試題參考答案:C

    試題解析與討論:m.pokkc.com/exam/ExamDay.aspx?t1=4&day=2024/6/28

  • 試題5

    某計算機系統(tǒng)構成如下圖所示,假設每個軟件的千小時可靠度R為0.95,則該系統(tǒng)的小時可靠度約為()。
    A.0.95x(1-(1-0.95)^2)×0.95
    B.0.95×(1-0.95)^2×0.95
    C.0.95×2×(1-0.95)×0.95
    D.0.95^4×(1-0.95)^2

    查看答案

    試題參考答案:

    試題解析與討論:m.pokkc.com/exam/ExamDay.aspx?t1=4&day=2024/6/28

  • 試題6

    設某算法的計算時間可用遞推關系式T(n)=2T(n/2)+n表示,則該算法的時間復雜度為( )。
    A、O(lg n)
    B、O(nlg n)
    C、O(n)
    D、O(n2)

    查看答案

    試題參考答案:B

    試題解析與討論:m.pokkc.com/exam/ExamDay.aspx?t1=4&day=2024/6/28

  • 試題7

    下圖所示為(44)設計模式,適用于(45)。

    (44)
    A.適配器(Adapter)
    B.責任鏈(Chain of Responsibility)
    C.外觀(Facade)
    D.橋接(Bridge)
    (45)
    A.有多個對象可以處理一個請求,在運行時刻自動確定由哪個對象處理
    B.想使用一個已經(jīng)存在的類,而其接口不符合要求
    C.類的抽象和其實現(xiàn)之間不希望有一個固定的綁定關系
    D.需要為一個復雜子系統(tǒng)提供一個簡單接口

    查看答案

    試題參考答案:C、D

    試題解析與討論:m.pokkc.com/exam/ExamDay.aspx?t1=4&day=2024/6/28

  • 試題8

    For nearly  ten years,  the Unified Modeling Language  (UML) has been  the  industrystandard  for  visualizing,  specifying,  constructing,  and documenting  the(1) of  a software-intensive system. As the (2)standard modeling language, the UML facilitates communication and reduces confusion among project  (3) The recent standardization of UML 2.0 has  further extended  the  language's scope and viability.  Its  inherent expressiveness allows  users  to (4) everything  from  enterprise  information  systems  and  distributed Web-based applications to real-time embedded systems. The UML  is not  limited  to modeling software. In fact,  it  is expressive enough  to model (5) systems, such as workflow in the legal system, the structure and behavior of a patien healthcare system, software engineering in aircraft combat systems, and the design  of hardware. To understand the UML, you need to form a conceptual model of the language, and this requires learning three major elements: the UML's basic building blocks, the rules that dictate how  those  building  blocks may  be  put  together,  and  some  common mechanisms  that  apply throughout the UML.
    (1)A、classes
    B、components
    C、sequences
    D、artifacts
    (2)A、real
    B、legal
    C、de facto
    D、illegal
    (3)A、investors
    B、developers
    C、designers
    D、stakeholders
    (4)A、model
    B、code
    C、test
    D、modify
    (5)A、non-hardware
    B、non-software
    C、hardware
    D、software

    查看答案

    試題參考答案:D、C、D、A、B

    試題解析與討論:m.pokkc.com/exam/ExamDay.aspx?t1=4&day=2024/6/28

  • 試題9

    編譯器對高級語言源程序的處理過程可以劃分為詞法分析、語法分析、語義分析、中間代碼生成、代碼優(yōu)化、目標代碼生成等幾個階段,其中,  ( )  并不是每種編譯器都必需的。
    A、詞法分析和語法分析
    B、語義分析和中間代碼生成
    C、中間代碼生成和代碼優(yōu)化
    D、代碼優(yōu)化和目標代碼生成

    查看答案

    試題參考答案:C

    試題解析與討論:m.pokkc.com/exam/ExamDay.aspx?t1=4&day=2024/6/28

  • 試題10

    POP3協(xié)議采用( )模式,客戶端代理與POP3服務器通過建立TCP連接來傳送數(shù)據(jù)。
    A.Browser/Server
    B. Client/Server
    C.Peer to Peer
    D.Peer to Server

    查看答案

    試題參考答案:B

    試題解析與討論:m.pokkc.com/exam/ExamDay.aspx?t1=4&day=2024/6/28

信管網(wǎng)訂閱號

信管網(wǎng)視頻號

信管網(wǎng)抖音號

溫馨提示:因考試政策、內(nèi)容不斷變化與調(diào)整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請以權威部門公布的內(nèi)容為準!

信管網(wǎng)致力于為廣大信管從業(yè)人員、愛好者、大學生提供專業(yè)、高質量的課程和服務,解決其考試證書、技能提升和就業(yè)的需求。

信管網(wǎng)軟考課程由信管網(wǎng)依托10年專業(yè)軟考教研傾力打造,教材和資料參編作者和資深講師坐鎮(zhèn),通過深研歷年考試出題規(guī)律與考試大綱,深挖核心知識與高頻考點,為學員考試保駕護航。面授、直播&錄播,多種班型靈活學習,滿足不同學員考證需求,降低課程學習難度,使學習效果事半功倍。

相關內(nèi)容

發(fā)表評論  查看完整評論  

推薦文章

精選

課程

提問

評論

收藏