91成人精品一区在线播放,成人毛片在线播放器,国产精品剧情av,日韩尤物在线,亚洲麻豆视频,岛国免费在线,亚洲a欧美

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

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

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

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

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

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

軟件設(shè)計師每日一練試題內(nèi)容(2023/4/23)

  • 試題1

    下面是一個軟件項目活動圖,其中頂點表示項目里程碑,連接頂點的邊表示包含的活動,邊上的權(quán)重表示活動的持續(xù)時間(天),則關(guān)鍵路徑長度為( ),在該活動圖中,活動( )晚 16 天開始不會影響上班。

    (1)A、20
    B、25
    C、27
    D、48
    (2)A、AC
    B、BE
    C、FI
    D、HJ

    查看答案

    試題參考答案:D、B

    試題解析與討論:www.shc2b.com/st/4545710072.html

  • 試題2

    下圖所示的二叉樹表示的算術(shù)表達式是( )其中的*、/、一表示乘、除、減運算)。

    A、a*b/c- d
    B、a*b/(c-d)
    C、a*(b/c- d)
    D、a*(b-c/d) 

    查看答案

    試題參考答案:C

    試題解析與討論:www.shc2b.com/st/4591724889.html

  • 試題3

    在C++語言中,若類C中定義了一個方法int f(int a,int b),那么方法( )不能與該方法同時存在于類C中。
    A、int f(int x,int y)
    B、int f(float a,int b)
    C、float f(int x,float y)
    D、int f(int x,float y)

    查看答案

    試題參考答案:A

    試題解析與討論:www.shc2b.com/st/78452701.html

  • 試題4

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

    查看答案

    試題參考答案:D

    試題解析與討論:www.shc2b.com/st/76162622.html

  • 試題5

    某集團公司下屬有多個超市,每個超市的所有銷售數(shù)據(jù)最終要存入公司的數(shù)據(jù)倉庫中。假設(shè)該公司高管需要從時間、地區(qū)和商品種類三個維度來分析某家電商品的銷售數(shù)據(jù),那么最適合采用()來完成。
    A.DataExtraction
    B.OLAP
    C.OLTP
    D.ETL

    查看答案

    試題參考答案:B

    試題解析與討論:www.shc2b.com/st/3961810881.html

  • 試題6

    操作系統(tǒng)是裸機上的第一層軟件,其他系統(tǒng)軟件(如(1)等)和應用軟件都是建立在操作系統(tǒng)基礎(chǔ)上的。下圖①②③分別表示(2)

    (1)A、編譯程序、財務軟件和數(shù)據(jù)庫管理系統(tǒng)軟件
    B、匯編程序、編譯程序和 Java 解釋器
    C、編譯程序、數(shù)據(jù)庫管理系統(tǒng)軟件和汽車防盜程序
    D、語言處理程序、辦公管理軟件和氣象預報軟件
    (2)A、應用軟件開發(fā)者、最終用戶和系統(tǒng)軟件開發(fā)者
    B、應用軟件開發(fā)者、系統(tǒng)軟件開發(fā)者和最終用戶
    C、最終用戶、系統(tǒng)軟件開發(fā)者和應用軟件開發(fā)者
    D、最終用戶、應用軟件開發(fā)者和系統(tǒng)軟件開發(fā)者

    查看答案

    試題參考答案:B、D

    試題解析與討論:www.shc2b.com/st/82292833.html

  • 試題7

    在某信息系統(tǒng)中,存在如下的業(yè)務陳述:①一個客戶提交0個或多個訂單 ②一個訂單由一個且僅由一個客戶提交。系統(tǒng)中存在兩個類:"客戶"類和"訂單"類。對應每個"訂單"類的實例,存在(1)"客戶"類的實例;對應每個"客戶"類的實例,存在(2)個"訂單"類的實例;
    (1)A、0個
    B、1個
    C、1個或多個
    D、0個或多個
    (2)A、0個
    B、1個
    C、1個或多個
    D、0個或多個

    查看答案

    試題參考答案:B、D

    試題解析與討論:www.shc2b.com/st/77452667.html

  • 試題8

    進行面向?qū)ο笤O(shè)計時,就一個類而言,應該僅有一個引起它變化的原因,這屬于( )設(shè)計原則。
    A、單一責任
    B、開放-封閉
    C、接口分離
    D、里氏替換

    查看答案

    試題參考答案:A

    試題解析與討論:www.shc2b.com/st/416888026.html

  • 試題9

    編譯程序?qū)Ω呒壵Z言源程序進行翻譯時,需要在該程序的地址空間中為變量指定地址,這種地址稱為  ( )  。
    A、邏輯地址
    B、物理地址
    C、接口地址
    D、線性地址

    查看答案

    試題參考答案:A

    試題解析與討論:www.shc2b.com/st/81092792.html

  • 試題10

    why have formal documents 
    first, writing the decisions down is essential.Only when one writes do the gaps appear and the    (1)    protrude(突出).The act of writing turns out to require hundreds of mini-decisions.and it is the existence of these that distinguishes clear.exact policies from fuzzy ones.
    Second.the documents will communicate the decisions to others. The manager will be continually amazed that poliaes he took for common knowledge are totally unknown by some member of his team . Since his fundamentaljob is to keep everybody going in the  (2)directon. his chief daily task will be communication, not decision-making,and his documents will immensely   (3)   this load.
    Finally.a manager,s documents give him a data base and checklist. By reviewing them (4)he sees where he is. and he sees what changes of emphasis or shifts in direction are needed.
    The task of the manager is to develop a plan and then to realize it. But only the written plan is precise and communicable. Such a plan consists of documents on what.when. how much.where.and who.This small set of critical documents  (5)  much of the manager.s   work.if their comprehensive and critical nature is recognized in the beginning. the manager can approach them as friendly tools rather than annoying busywork. He will set his direction much more crisply and quickly by doing so.
    (1)A.inconsistencies
    B.consistencies
    C.steadiness
    D.adaptability
    (2)A.other
    B.different
    C.another
    D.same
    (3)A.extend
    B.broaden
    C.lighten
    D.release
    (4)A.periodically
    B.occasionally
    C.infrequently
    D.rarely
    (5)A.decides
    B.encapsulates
    C.realizes
    D.recognizes

    查看答案

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

    試題解析與討論:www.shc2b.com/st/255139341.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ā)表評論  查看完整評論  

推薦文章

精選

課程

提問

評論

收藏