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

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

軟題庫 培訓課程
當前位置:信管網(wǎng) >> 軟件設計師 >> 每日一練 >> 文章內容
軟件設計師每日一練試題(2021/8/11)
來源:信管網(wǎng) 2021年08月12日 【所有評論 分享到微信

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

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

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

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

軟件設計師每日一練試題內容(2021/8/11)

試題1

由我國信息產(chǎn)業(yè)部批準發(fā)布,在信息產(chǎn)業(yè)部門范圍內統(tǒng)一使用的標準,稱為( )。
A、地方標準
B、部門標準
C、行業(yè)標準
D、企業(yè)標準

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

試題2

感染"熊貓燒香"病毒后的計算機不會出現(xiàn) ( ) 的情況。
A、執(zhí)行文件圖標變成熊貓燒香
B、用戶信息被泄漏
C、系統(tǒng)運行變慢
D、破壞計算機主板

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

試題3

對于以下編號為①、②、③的正規(guī)式,正確的說法是( )。
①(aa*|ab)*b ②(a|b)*b ③((a|b)* |aa)*b
A、正規(guī)式①、②等價
B、正規(guī)式①、③等價
C、正規(guī)式②、③等價
D、正規(guī)式①、②、③互不等價

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

試題4

下面關于查找運算及查找表的敘述,錯誤的是 ( ) 。
A、哈希表可以動態(tài)創(chuàng)建
B、二叉排序樹屬于動態(tài)查找表
C、二分查找要求查找表采用順序存儲結構或循環(huán)鏈表結構
D、順序查找方法既適用于順序存儲結構,也適用于鏈表結構

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

試題5

(1)  設計模式允許一個對象在其內部狀態(tài)改變時改變它的行為。下圖為這種設計模式的類圖,已知類 State 為抽象類,則類 (2)  的實例代表了 Context 對象的狀態(tài)。

(1)A、單件(Singleton)
B、橋接(Bridge)
C、組合(Composite)
D、狀態(tài)(State)
(2)A、Context
B、concreteStateA
C、Handle
D、State

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

試題6

Ravi, like many project (1) , had studied the waterfall model of software development as the primary software life-cycle (2). He was all set to use it for an upcoming project, his first assignment. However, Ravi found that the waterfall model could not be used because the customer wanted the software delivered in stages, something that implied that the system had to be delivered and built in (3) and not as (4).
The situation in many other projects is not very different. The real world rarely presents a problem in which a standard process, or the process used in a previous project, is the best choice. To be the most suitable, an existing process must be (5) to the new problem.
A development process, even after tailoring, generally cannot handle change requests. To accommodate change requests without losing control of the project, you must supplement the development process with a requirement change management process.
(1) A. customers
B. managers 
C. users  
D. administrators
(2)A. activity   
B. procedure 
C. process   
D. progress
(3) A. parts 
B. modules  
C. software  
D. a whole
(4) A. parts
B. modules  
C. software  
D. a whole
(5) A. modified 
B. used 
C. suited
D. tailored

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

試題7: 以下關于極限編程(XP)中結對編程的敘述中,不正確的是()。
A.支持共同代碼擁有和共同對系統(tǒng)負責
B.承擔了非正式的代碼審查過程
C.代碼質量更高
D.編碼速度更快
試題解析與討論:m.xiexiliangjiufa.com/st/3933827725.html
試題參考答案:D

試題8

假設系統(tǒng)中有三類互斥資源 R1、R2 和 R3,可用資源數(shù)分別為 8、7 和 4。在 T0 時刻系統(tǒng)中有 P1、P2、P3、P4 和 P5 五個進程,這些進程對資源的最大需求量和已分配資源數(shù)如下表所示。在 T0時刻系統(tǒng)剩余的可用資源數(shù)分別為 (1) 。如果進程按 (2) 序 列執(zhí)行,那么系統(tǒng)狀態(tài)是安全的。





(1)A、0、1 和 0
B、0、1 和 1
C、1、1 和 0
D、1、1 和 1
(2)A、P1→P2→P4→P5→P3
B、P2→P1→P4→P5→P3
C、P4→P2→P1→P5→P3
D、P4→P2→P5→P1→P3

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

試題9

以下關于腳本語言的敘述中,正確的是( )。
A.腳本語言是通用的程序設計語言
B.腳本語言更適合應用在系統(tǒng)級程序開發(fā)中
C.腳本語言主要采用解釋方式實現(xiàn)
D.腳本語言中不能定義函數(shù)和調用函數(shù)

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

試題10

以下關于面向對象分析的敘述中,錯誤的是( )
A、面向對象分析重分析問題域和系統(tǒng)責任
B、面向對象分析需要考慮系統(tǒng)的測試問題
C、面向對象分析忽略與系統(tǒng)實現(xiàn)有關的問題
D、面積對象分析建立獨立于實現(xiàn)的系統(tǒng)分析模型

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

掃碼關注公眾號

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

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

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

相關內容

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

推薦文章