中文字幕综合一区,伊人av网,欧美中日韩在线,亚洲国产香蕉视频,黄视频在线免费,天天操天天爱天天爽,狠狠躁天天躁

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

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

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

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

軟件設計師每日一練試題(2024/2/15)在線測試:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2024/2/15

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

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

  • 試題1

    已知AOE網(wǎng)中頂點v1~v7分別表示7個事件,弧al~a10分別表示10個活動,弧上的數(shù)值表示每個活動花費的時間,如下圖所示。那么,該網(wǎng)的關(guān)鍵路徑的長度為(1),活動a6的松馳時間(活動的最遲開始時間-活動的最早開始時間)為(2)。

    (1)A、7
    B、9
    C、10
    D、11
    (2)A、3
    B、2
    C、1
    D、0

    查看答案

    試題參考答案:C、A

    試題解析與討論:www.jazzmuze.com/st/75722607.html

  • 試題2

    設有描述簡單算術(shù)表達的上下文無關(guān)文法如下,其中id表示單字母。 E→E+T|T T→P*T|F F→id
    與使用該文法描述的表達式 a+b*c*d相符的語法樹為( )下圖所示有限自動機(DFA)是()。

    (1)A.
    B.
    C.
    D.暫無
    (2)A.確定的有限自動機,它能識別以 bab 結(jié)尾的
    B.確定的有限自動機,他不能識別以 bab 結(jié)尾的
    C.非確定的有限自動機,他能識別以 bab 結(jié)尾的
    D.非確定的有限自動機,他不能識別以 bab 結(jié)尾的

    查看答案

    試題參考答案:A、D

    試題解析與討論:www.jazzmuze.com/st/454781117.html

  • 試題3

    利用報文摘要算法生成報文摘要的目的是()。
    A.驗證通信對方的身份,防止假冒
    B.對傳輸數(shù)據(jù)進行加密,防止數(shù)據(jù)被竊聽
    C.防止發(fā)送方否認發(fā)送過數(shù)據(jù)
    D.防止發(fā)送的報文被篡改

    查看答案

    試題參考答案:D

    試題解析與討論:www.jazzmuze.com/st/248647969.html

  • 試題4

    在僅由字符a、b構(gòu)成的所有字符串中,其中以b結(jié)尾的字符串集合可用正規(guī)式表示為()
    A.(b|ab)*b
    B.(ab*)*b
    C.a*b*b
    D.(a|b)*b

    查看答案

    試題參考答案:D

    試題解析與討論:www.jazzmuze.com/st/392888264.html

  • 試題5

    遞增序列A(a1,a2,…,an)和B(b1,b2,…,bn)的元素互不相同,若需將它們合并為一個長度為2n的遞增序列,則當最終的排列結(jié)果為()時,歸并過程中元素的比較次數(shù)最多。

    A.a(chǎn)1,a2,…,an,b1,b2,…,bn

    B.b1,b2,…,bn,a1,a2,…,an

    C.a(chǎn)1,b1,a2,b2,…,aibi,…,anbn

    D.a(chǎn)1,a2,…,ai/2,b1,b2,…,bi/2,ai/2+1,ai/2+2,…,an,bi/2+1,bi/2+2,…,bn

    查看答案

    試題參考答案:C

    試題解析與討論:www.jazzmuze.com/st/2478029200.html

  • 試題6

    當UML狀態(tài)圖用于對系統(tǒng)、類或用例的動態(tài)方面建模時( )通建模。以下UML狀態(tài)圖中,假設活動的狀態(tài)是A,事件b=0發(fā)生并生的是( ),D變?yōu)榛顒拥臓顟B(tài),有關(guān)狀態(tài)圖的敘述中,不正確( )。

    (1)A.系統(tǒng)的詞匯
    B.反應型對象
    C.活動流程
    D.對象快照
    (2)A.—旦狀態(tài)A的exit動作完成,或如果當前執(zhí)行do動作,則終止執(zhí)行。
    B.—旦狀態(tài)A和B的所有動作完成
    C.一旦正在進行的狀態(tài)A完成
    D.—旦狀態(tài)B的exit動作完成
    (3)A.動作可以在狀態(tài)內(nèi)執(zhí)行,也可以在狀態(tài)轉(zhuǎn)換時執(zhí)行
    B.當觸發(fā)轉(zhuǎn)換的事件發(fā)生并且轉(zhuǎn)換沒有指定的監(jiān)護條件時,對象將離開當前狀態(tài),并且其do動作終止
    C.When (...)稱為時間時間
    D.狀態(tài)由事件觸發(fā)

    查看答案

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

    試題解析與討論:www.jazzmuze.com/st/4547627805.html

  • 試題7

    甲和乙要進行通信,甲對發(fā)送的消息附加了數(shù)字簽名,乙收到該消息后利用()驗證該消息的真實性。
    A.甲的公鑰
    B.甲的私鑰
    C.乙的公鑰
    D.乙的私鑰

    查看答案

    試題參考答案:A

    試題解析與討論:www.jazzmuze.com/st/2473913350.html

  • 試題8

    瀏覽器開啟無痕瀏覽模式時,()仍然會被保存到。
    A.瀏覽歷史
    B.搜索歷史
    C.下載的文件
    D.臨時文件

    查看答案

    試題參考答案:C

    試題解析與討論:www.jazzmuze.com/st/5221414382.html

  • 試題9

    若事務T1對數(shù)據(jù)D1加了共享鎖,事務T2T3分別對數(shù)據(jù)D2和數(shù)據(jù)D3加了排它鎖,則事務( )。
    A、T1對數(shù)據(jù)D2D3加排它鎖都成功,T2T3對數(shù)據(jù)D1加共享鎖成功
    B、T1對數(shù)據(jù)D2D3加排它鎖都失敗,T2T3對數(shù)據(jù)D1加排它鎖成功
    C、T1對數(shù)據(jù)D2D3加共享鎖都成功,T2T3對數(shù)據(jù)D1加共享鎖成功
    D、T1對數(shù)據(jù)D2D3加共享鎖都失敗,T2T3對數(shù)據(jù)D1加共享鎖成功

    查看答案

    試題參考答案:D

    試題解析與討論:www.jazzmuze.com/st/4170019781.html

  • 試題10

    The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.
    All the documents of the project need to be part of this (請作答此空). This includes objectives ,external specifications , interface specifications , technical standards , internal specifications and administrative memoranda(備忘錄).
    Technical prose is almost immortal. If one examines the genealogy ( Ff ) of a customer manual for a piece of hardware or software , one can trace not only the ideas , but also many of the very sentences and paragraphs back to the first ( ) proposing the product or explaining the first design. For the technical writer, the paste-pot is as mighty as the pen.
    Since this is so, and since tomorrow's product-quality manuals will grow from today’s memos, it is very important to get the structure of the documentation right. The early design of the project ( ) ensures that the documentation structure itself is crafted, not haphazard. Moreover, the establishment of a structure molds later writing into segments that fit into that structure.
    The second reason for the project workbook is control of the distribution of ( ). The problem is not to restrict information, but to ensure that relevant information gets to all the people who need it.
    The first step is to number all memoranda, so that ordered lists of titles are available and h worker can see if he has what he wants. The organization of the workbook goes well beyond this to establish a tree-structure of memoranda. The ( ) allows distribution lists to be maintained by subtree, if that is desirable.
    A.structure
    B.specification
    C.standard
    D.objective

    查看答案

    試題參考答案:A

    試題解析與討論:www.jazzmuze.com/st/4076127115.html

信管網(wǎng)訂閱號

信管網(wǎng)視頻號

信管網(wǎng)抖音號

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

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

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

相關(guān)內(nèi)容

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

推薦文章

精選

課程

提問

評論

收藏