女人久久久www免费人成看片,国内自拍偷拍网,国产一区二区三区免费在线观看,欧美精品三区四区,91久久国产综合久久91,欧美成人精品第一区二区三区 ,美女成人在线观看

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

軟題庫 培訓課程
當前位置:信管網(wǎng) >> 軟件設計師 >> 每日一練 >> 文章內(nèi)容
軟件設計師每日一練試題(2022/2/13)
來源:信管網(wǎng) 2022年02月14日 【所有評論 分享到微信

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

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

軟件設計師每日一練試題(2022/2/13)在線測試:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2022/2/13

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

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

試題1

“通過指明一系列可執(zhí)行的運算及運算的次序來描述計算過程”是 ( ) 語言的特點。
A、邏輯式
B、函數(shù)式
C、交互式
D、命令式(或過程式)

試題解析與討論:m.xiexiliangjiufa.com/st/78882716.html
試題參考答案:D

試題2

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

試題解析與討論:m.xiexiliangjiufa.com/st/82072826.html
試題參考答案:D、C、D、A、B

試題3

對下圖所示流程圖采用白盒測試方法進行測試,若要滿足路徑覆蓋,則至少需要( )個測試用例。采用 McCabe 度量法計算該程序的環(huán)路復雜性為(  )。

32:
A.3
B.4
C.6
D.8
33:
A.1
B.2
C.3
D.4

試題解析與討論:m.xiexiliangjiufa.com/st/2863321069.html
試題參考答案:C、D

試題4

TCP是互聯(lián)網(wǎng)中的(1)協(xié)議,使用(2)次握手協(xié)議建立連接。

(1)A.傳輸層

B.網(wǎng)絡層

C.會話層

D.應用層

(2)A.1

B.2

C.3

D.4

試題解析與討論:m.xiexiliangjiufa.com/st/247251317.html
試題參考答案:A、C

試題5

設棧S和隊列Q的初始狀態(tài)為空,元素按照a、b、c、d、e的次序進入棧S,當一個元素從棧中出來后立即進入隊列Q。若隊列的輸出元素序列是c、d、b、a、e,則元素的出棧順序是  (1)  ,棧S的容量至少為  (2)  。
(1)A、a、b、c、d、e
B、e、d、c、b、a
C、c、d、b、a、e
D、e、a、b、d、c
(2)A、2
B、3
C、4
D、5

試題解析與討論:m.xiexiliangjiufa.com/st/79692744.html
試題參考答案:C、B

試題6

風險分析在軟件項目開發(fā)中具有重要作用,包括風險識別、風險預測、風險評估和風險控制等?!敖L險條目檢查表”是  (1)  時的活動,“描述風險的結(jié)果”是 (2)時的活動。
(1)A、風險識別
B、風險預測
C、風險評估
D、風險控制
(2)A、風險識別
B、風險預測
C、風險評估
D、風險控制

試題解析與討論:m.xiexiliangjiufa.com/st/80562774.html
試題參考答案:A、B

試題7: ( ) 軟件成本估算模型是一種靜態(tài)單變量模型,用于對整個軟件系統(tǒng)進行估算。
A.Putnam
B.基本COCOMO
C.中級COCOMO
D.詳細COCOMO
試題解析與討論:m.xiexiliangjiufa.com/st/3803613506.html
試題參考答案:B

試題8

字符串采用鏈表存儲方式時,每個結(jié)點存儲多個字符有助于提高存儲密度。若采用結(jié)點大小相同的鏈表存儲串,則串比較、求子串、串連接、串替換等串的基本運算中,( )
A、進行串的比較運算最不方便
B、進行求子串運算最不方便
C、進行串連接最不方便
D、進行串替換最不方便

試題解析與討論:m.xiexiliangjiufa.com/st/82572843.html
試題參考答案:D

試題9

以下關(guān)于過程改進的敘述中,錯誤的是  ( )  。
A、過程能力成熟度模型基于這樣的理念:改進過程將改進產(chǎn)品,尤其是軟件產(chǎn)品
B、軟件過程改進框架包括評估、計劃、改進和監(jiān)控4個部分
C、軟件過程改進不是一次性的,需要反復進行
D、在評估后要把發(fā)現(xiàn)的問題轉(zhuǎn)化為軟件過程改進計劃

試題解析與討論:m.xiexiliangjiufa.com/st/83442873.html
試題參考答案:B

試題10

把網(wǎng)絡地址117.15.32.0/23劃分為117.15.32.0/27,則得到的子網(wǎng)是(1)個。每個子網(wǎng)中可使用的主機地址是(2)個。
(1)A.4
B.8
C.16
D.32
(2)A.30
B.31
C.32
D.34

試題解析與討論:m.xiexiliangjiufa.com/st/2490728928.html
試題參考答案:C、A

掃碼關(guān)注公眾號

溫馨提示:因考試政策、內(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ā)表評論  查看完整評論  

推薦文章