信息安全工程師當(dāng)天每日一練試題地址:http://m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=6
往期信息安全工程師每日一練試題匯總:http://m.xiexiliangjiufa.com/class27-6-1.aspx
信息安全工程師每日一練試題(2018/5/16)在線測(cè)試:http://m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=6&day=2018/5/16
信息安全工程師每日一練試題內(nèi)容(2018/5/16)
試題
1:
網(wǎng)絡(luò)安全體系設(shè)計(jì)可從物理線路安全、網(wǎng)絡(luò)安全、系統(tǒng)安全、應(yīng)用安全等方面來(lái)進(jìn)行,其中數(shù)據(jù)庫(kù)容災(zāi)屬于 ( ) 。
A、物理線路安全和網(wǎng)絡(luò)安全
B、應(yīng)用安全和網(wǎng)絡(luò)安全
C、系統(tǒng)安全和網(wǎng)絡(luò)安全
D、系統(tǒng)安全和應(yīng)用安全
試題解析與討論:
http://m.xiexiliangjiufa.com/st/90373111.html試題參考答案:D
試題
2: 某公司欲開(kāi)發(fā)一個(gè)基于圖形用戶界面的集成調(diào)試器。該調(diào)試器的編輯器和變量監(jiān)視器可以設(shè)置調(diào)試斷點(diǎn)。當(dāng)調(diào)試器在斷點(diǎn)處暫停運(yùn)行時(shí),編輯程序可以自動(dòng)卷屏到斷點(diǎn),變量監(jiān)視器刷新變量數(shù)值。針一對(duì)這樣的功能描述,采用()的架構(gòu)風(fēng)格最為合適。
A.數(shù)據(jù)共享
B.虛擬機(jī)
C.隱式調(diào)用
D.顯式調(diào)用
試題解析與討論:
http://m.xiexiliangjiufa.com/st/1294918516.html試題參考答案:C
試題
3: 基于架構(gòu)的軟件設(shè)計(jì)(ABSD)強(qiáng)調(diào)由商業(yè)、質(zhì)量和功能需求的組合驅(qū)動(dòng)軟件架構(gòu)設(shè)計(jì)。ABSD方法有三個(gè)基礎(chǔ):功能分解()和軟件模板的使用。
A.對(duì)需求進(jìn)行優(yōu)先級(jí)排列
B.根據(jù)需求自行設(shè)計(jì)系統(tǒng)的總體架構(gòu)
C.選擇架構(gòu)風(fēng)格實(shí)現(xiàn)質(zhì)量及商業(yè)需求
D.開(kāi)發(fā)系統(tǒng)原型用于測(cè)試
試題解析與討論:
http://m.xiexiliangjiufa.com/st/130008094.html試題參考答案:C
試題
4: 假設(shè)關(guān)系模式R(U,F(xiàn)),屬性集U={A,B,C),函數(shù)依賴集F={A→B,B→C)。若將其分解為p={R1(U1,F(xiàn)1),R2(U2,F(xiàn)2)),其中U1={A,B),U2={A,C}。那么,關(guān)系模式R、R1、R2分別達(dá)到了 (1);分解ρ (2)。
(1)A.1NF、2NF、3NF
B.1NF、3NF、3NF
C.2 NF、2NF、3NF
D.2NF、3NF、3NF
(2)A.有損連接但保持函數(shù)依賴
B.既無(wú)損連接又保持函數(shù)依賴
C.有損連接且不保持函數(shù)依賴
D.無(wú)損連接但不保持函數(shù)依賴
試題解析與討論:
http://m.xiexiliangjiufa.com/st/1882517217.html試題參考答案:D、D
試題
5: 以下關(guān)于自頂向下開(kāi)發(fā)方法的敘述中,正確的是()。
A.自頂向下過(guò)程因?yàn)閱卧獪y(cè)試而比較耗費(fèi)時(shí)間
B.自頂向下過(guò)程可以更快地發(fā)現(xiàn)系統(tǒng)性能方面的問(wèn)題
C.相對(duì)于自底向上方法,自頂向下方法可以更快地得到系統(tǒng)的演示原型
D.在自頂向下的設(shè)計(jì)中,如發(fā)現(xiàn)了一個(gè)錯(cuò)誤,通常是因?yàn)榈讓幽K沒(méi)有滿足其規(guī)格說(shuō)明(因?yàn)楦邔幽K已經(jīng)被測(cè)試過(guò)了)
試題解析與討論:
http://m.xiexiliangjiufa.com/st/1884717099.html試題參考答案:C
試題
6: A system's architecture is a representation of a system in which there is a mapping of(1)onto hardware and software components, a mapping of the(2)onto the hardware architecture. and a concern for the human interaction with these components. That is, system architecture is concerned with a total system, including hardware. software, and humans.
Software architectural structures can be divided into three major categories, depending on the broad nature of the elements they show.1)(3)embody decisions as a set of code or data units that have to be constructed or procured.2)(4)embody decisions as to how the system is to be structured as set of elements that have runtime behavior and interactions.3)(5)embody decisions as to how the system will relate to nonsoftware structures in its
environment(such as CPUs, file systems, networks, development teams, etc.).
(1)A.a(chǎn)ttributes
B.constraint
C.functionality
D.requirements
(2)A.physical components
B.network architecture
C.software architecture
D.interface architecture
(3)A.Service structures
B.Module structures
C.Deployment structures
D.Work assignment structures
(4)A.Decompostion structures
B.Layer structures
C.Implementation structures
D.Component-and-connector structures
(5)A.Allocation structures
B.Class structures
C.Concurrency structures
D.Uses structures
試題解析與討論:
http://m.xiexiliangjiufa.com/st/188644420.html試題參考答案:C、C、B、D、A
試題
7:
利用WiFi實(shí)現(xiàn)無(wú)線接入是一種廣泛使用的接入模式,AP可以有條件地允許特定用戶接入以限制其他用戶。其中較好的限制措施是()。
A.設(shè)置WAP密鑰并分發(fā)給合法用戶
B.設(shè)置WEP密鑰并分發(fā)給合法用戶
C.設(shè)置MAC地址允許列表
D.關(guān)閉SSID廣播功能以使無(wú)關(guān)用戶不能連接AP
試題解析與討論:
http://m.xiexiliangjiufa.com/st/2588123123.html試題參考答案:C
試題
8:
下列算法中,不屬于公開(kāi)密鑰加密算法的是() 。
A.ECC
B.DSA
C.RSA
D.DES
試題解析與討論:
http://m.xiexiliangjiufa.com/st/2700620485.html試題參考答案:D
試題
9:
某公司擬開(kāi)發(fā)一個(gè)語(yǔ)音搜索系統(tǒng),其語(yǔ)音搜索系統(tǒng)的主要工作過(guò)程包括分割原始語(yǔ)音信號(hào)、識(shí)別音素、產(chǎn)生候選詞、判定語(yǔ)法片斷、提供搜索關(guān)鍵詞等,每個(gè)過(guò)程都需要進(jìn)行基于先驗(yàn)知識(shí)的條件判斷并進(jìn)行相應(yīng)的識(shí)別動(dòng)作。針對(duì)該系統(tǒng)的特點(diǎn),采用( )架構(gòu)風(fēng)格最為合適。
A.分層系統(tǒng)
B.面向?qū)ο?br/>
C.黑板
D.隱式調(diào)用
試題解析與討論:
http://m.xiexiliangjiufa.com/st/2870611352.html試題參考答案:C
試題
10:
軟件架構(gòu)設(shè)計(jì)包括提出架構(gòu)模型,產(chǎn)生架構(gòu)設(shè)計(jì)和進(jìn)行設(shè)計(jì)評(píng)審等活動(dòng),是一個(gè)迭代的過(guò)程。架構(gòu)設(shè)計(jì)主要關(guān)注軟件組件的結(jié)構(gòu)、屬性和(),并通過(guò)多種()全面描述特定系統(tǒng)的架構(gòu)。
(1)A.實(shí)現(xiàn)方式
B.交互作用
C.設(shè)計(jì)方案
D.測(cè)試方式
(2)A.對(duì)象
B.代碼
C.文檔
D.視圖
試題解析與討論:
http://m.xiexiliangjiufa.com/st/289454009.html試題參考答案:B、D