青草精品视频在线,国产白丝捆绑调教av网站,欧美一级毛片免费观看,国产999精品久久久久,a国产精品,亚洲精品午夜久久久久久久久久久,av视屏在线播放

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

軟題庫 培訓課程
當前位置:信管網(wǎng) >> 軟件設計師 >> 每日一練 >> 文章內容
軟件設計師每日一練試題(2023/1/17)

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

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

軟件設計師每日一練試題(2023/1/17)在線測試:www.njjt123.com/exam/ExamDay.aspx?t1=4&day=2023/1/17

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

軟件設計師每日一練試題內容(2023/1/17)

  • 試題1

    由 a、b 構造且僅包含偶數(shù)個 a 的串的集合用正規(guī)式表示為 ( ) 。
    A、(a*a)*b*
    B、(b* (ab*a)*)*
    C、(a* (ba*)*b)*
    D、(a|b)* (aa)*

    查看答案

    試題參考答案:B

    試題解析與討論:www.njjt123.com/st/81882819.html

  • 試題2

    模塊A將學生信息,即學生姓名、學號、手機號等放到一個結構體中,傳遞給模塊B。模塊A和B之間的耦合類型為()耦合。
    A.數(shù)據(jù)
    B.標記
    C.控制
    D.內容

    查看答案

    試題參考答案:B

    試題解析與討論:www.njjt123.com/st/39486138.html

  • 試題3

    (1)  限制了創(chuàng)建類的實例數(shù)量,而 (2)  將一個類的接口轉換成客戶希望的另外一個接口,使得原本由于接口不兼容而不能一起工作的那些類可以一起工作。
    (1)A、命令模式(Command)
    B、適配器模式(Adapter)
    C、策略模式(Strategy)
    D、單例模式(Singleton)
    (2)A、命令模式(Command)
    B、適配器模式(Adapter)
    C、策略模式(Strategy)
    D、單例模式(Singleton)

    查看答案

    試題參考答案:D、B

    試題解析與討論:www.njjt123.com/st/81262798.html

  • 試題4

    采用 UML 進行軟件設計時,可用  ( )  關系表示兩類事物之間存在的特殊/一般關系,用聚集關系表示事物之間存在的整體/部分關系。
    A、依賴
    B、聚集
    C、泛化
    D、實現(xiàn)

    查看答案

    試題參考答案:C

    試題解析與討論:www.njjt123.com/st/80542773.html

  • 試題5

    下列攻擊類型中,( )是以被攻擊對象不能繼續(xù)提供服務為首要目標。
    A.跨站腳本
    B.拒絕服務
    C.信息篡改
    D.口令猜測

    查看答案

    試題參考答案:B

    試題解析與討論:www.njjt123.com/st/4544814572.html

  • 試題6

    采用循環(huán)隊列的優(yōu)點是( )
    A、入隊和出隊可以在隊列的同端點進行操作
    B、入隊和出隊操作都不需要移動隊列中的其他元素
    C、避免出現(xiàn)隊列滿的情況
    D、避免出現(xiàn)隊列空的情況

    查看答案

    試題參考答案:A

    試題解析與討論:www.njjt123.com/st/4594414063.html

  • 試題7

    通常可以將計算機系統(tǒng)中執(zhí)行一條指令的過程分為取指泛。分析和執(zhí)行指令3步。若取指令時間為4△t,分析時間為2△t。執(zhí)行時間為3△t。按順序方式月頭到尾執(zhí)行完600條指令所需時間為(4)△t;若按照執(zhí)行第i條,分析第i+1條,讀取第i+2條重疊的流水線方式執(zhí)行指令,則從頭到尾執(zhí)行完600條指令所需的時間為(5)△t。
    (4)
    A.2400
    B.3000
    C.3600
    D.5400
    (5)
    A.2400
    B.2405
    C.3000
    D.3009

    查看答案

    試題參考答案:D、B

    試題解析與討論:www.njjt123.com/st/3802520415.html

  • 試題8

    Designing object -oriented software is hard,and designing ( )object -oriented software is even harder.You must find pertinent(相關的)objects,factor them into class at the rightgranularity,define class interfaces and inheritances,and establish key relationships among them.You design should be specific to the problem at hand,but also( )enough to address future problems and requirements.You also want to avoid redesign,or atleast minimize it.Experienced object -oriented designers will tell you that a reusable and flexible design is difficult if not impossible to get "right" the first time.Before a design is finished,they usually try to reuse it several times,madifring it each time.Yet experienced object-oriented designers do make good designs.Meanwhile new designers are ( )by the options available and tend to fall back on non-object-oriented techniques they're used before.lt takes a long time for movies to learn that goodobeject-oriented design is all about.Experienced designers evidently know something inexperiencedones.What is it?One thing expert desigeners know not to do is solve every problem from first principles.Rather, theyreuse solutions that have worked for them in the past.When they find a good ( ).They use it aqain and again.Such experience is part of what makes them experts.Consequently,you'll find ( ) patterns of classes and communicating objects in many object-oriented systems.
    (1)A.runnable
    B.right
    C.reusable
    D.pertinent
    (2)A.clear
    B.general
    C.personalized
    D.customized
    (3)A.excited
    B.shocken
    C.surprised
    D.overwhelmed
    (4)A.tool
    B.component
    C.system
    D.solution
    (5)A.recurring
    B.right
    C.experienced
    D.past

    查看答案

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

    試題解析與討論:www.njjt123.com/st/4549612260.html

  • 試題9

    McCall軟件質量模型從軟件產品的運行、修正和轉移3個方面確定了11個質量特性,其中()不屬于產品運行方面的質量特性。
    A.正確性
    B.可靠性
    C.效率
    D.靈活性

    查看答案

    試題參考答案:D

    試題解析與討論:www.njjt123.com/st/2475912686.html

  • 試題10

    函數(shù)f、g的定義如下,執(zhí)行表達式“y=f(2)”的運算時,函數(shù)調用g(la)分別采用引用調用(callbyreference)方式和值調用(callbyvalue)方式,則該表達式求值結束后y的值分別為( )。

    A、9、6
    B、20、6
    C、20、9
    D、30、9

    查看答案

    試題參考答案:B

    試題解析與討論:www.njjt123.com/st/4169619289.html

信管網(wǎng)訂閱號

信管網(wǎng)視頻號

信管網(wǎng)抖音號

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

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

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

相關內容

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

推薦文章

精選

課程

提問

評論

收藏