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

專業(yè)信息安全工程師網(wǎng)站|培訓機構(gòu)|服務商(2021信息安全工程師學習QQ群:327677606,客服QQ:800184589)

軟題庫 培訓課程
當前位置:信管網(wǎng) >> 信息安全工程師 >> 每日一練 >> 文章內(nèi)容
信息安全工程師每日一練試題(2018/8/20)
來源:信管網(wǎng) 2018年08月21日 【所有評論 分享到微信

信息安全工程師當天每日一練試題地址:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=6

往期信息安全工程師每日一練試題匯總:m.xiexiliangjiufa.com/class27-6-1.aspx

信息安全工程師每日一練試題(2018/8/20)在線測試:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=6&day=2018/8/20

信息安全工程師每日一練試題內(nèi)容(2018/8/20)

試題1

關于RSA 算法的敘述不正確的是( ) 。
A. RSA 算法是一種對稱加密算法
B. RSA 算法的運算速度比DES慢
C. RSA 算法可用于某種數(shù)字簽名方案
D. RSA 的安全性主要基于素因子分解的難度

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

試題2

電子商務發(fā)展的核心與關鍵問題是交易的安全性,目前安全交易中最重要的兩個協(xié)議是( ) 。
A、S-HTTP和STT
B、SEPP和SMTP
C、SSL和SET
D、SEPP和SSL

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

試題3

SSL協(xié)議使用的默認端口是 ( ) 。
A、80
B、445
C、8080
D、443

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

試題4: 以下關于軟件架構(gòu)風格與系統(tǒng)性能關系的敘述,錯誤的是()。
A. 對于采用層次化架構(gòu)風格的系統(tǒng),劃分的層次越多,系統(tǒng)的性能越差
B. 對于采用管道-過濾器架構(gòu)風格的系統(tǒng),可以通過引入過濾器的數(shù)據(jù)并發(fā)處理提高系統(tǒng)性能
C. 對于采用面向?qū)ο蠹軜?gòu)風格的系統(tǒng),可以通過減少功能調(diào)用層次提高系統(tǒng)性能
D. 對于采用過程調(diào)用架構(gòu)風格的系統(tǒng),可以通過將顯式調(diào)用策略替換為隱式調(diào)用策略提高系統(tǒng)性能。
試題解析與討論:m.xiexiliangjiufa.com/st/1881213863.html
試題參考答案:D

試題5: 在嵌入式系統(tǒng)設計中,用來進行CPU調(diào)試的常用接口是()。
A.PCI接口
B.USB接口
C.網(wǎng)絡接口
D.JTAG接口
試題解析與討論:m.xiexiliangjiufa.com/st/188285187.html
試題參考答案:D

試題6: IETF定義的集成服務(IntServ)把Internet服務分成了三種服務質(zhì)量不同的類型,這三種服務不包括()。
A.保證質(zhì)量的服務:對帶寬、時延、抖動和丟包率提供定量的保證
B.盡力而為的服務:這是一般的Internet服務,不保證服務質(zhì)量
C.負載受控的服務:提供類似于網(wǎng)絡欠載時的服務,定性地提供
D.突發(fā)式服務:如果有富余的帶寬,網(wǎng)絡保證滿足服務質(zhì)量的需求
試題解析與討論:m.xiexiliangjiufa.com/st/188725253.html
試題參考答案:D

試題7: ( )不屬于防火墻的核心技術(shù)。
A.(靜態(tài)/動態(tài))包過濾技術(shù)   
B.NAT技術(shù) 
C.應用代理技術(shù)                
D.日志審計
試題解析與討論:m.xiexiliangjiufa.com/st/2349124825.html
試題參考答案:B

試題8

軟件重用是指在兩次或多次不同的軟件開發(fā)過程中重復使用相同或相似軟件元素的過程。軟件元素包括(  )、測試用例和領域知識等。
A.項目范圍定義、需求分析文檔、設計文檔
B.需求分析文檔、設計文檔、程序代碼
C.設計文檔、程序代碼、界面原型
D.程序代碼、界面原型、數(shù)據(jù)表結(jié)構(gòu)

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

試題9

The objective of(  )is to determine what parts of the application software will be assigned to what hardware. The major software components of the system being developed have to be identified and then allocated to the various hardware components on which the system will operate. All software systems can be divided into four basic functions. The first is(  ).Most information systems require data to be stored and retrieved, whether a small file,such as a memo produced by a word processor, or a large database, such as one that stores an organization’s accounting records.The second function is the(  ),the processing required to access data, which often means database queries in Structured Query Language. The third function is the  (  ),which is the logic documented in the DFDs, use cases,and functional requirements.The fourth function is the presentation logic,the display of information to the user and the acceptance of the user’s commands.The three primary hardware components of a system are (  ).
1.A.a(chǎn)rchitecture design
B.modular design
C.physical design
D.distribution design
2.A.data access components
B.database management system
C.data storage
D.data entities
3.A.data persistence
B.data access objects
C.database connection
D.data access logic
4.A.system requirements
B.system architecture
C.a(chǎn)pplication logic
D.a(chǎn)pplication program
5.A.computers,cables and network
B.clients,servers,and network
C.CPUs,memories and I/O devices
D.CPUs,hard disks and I/O devices

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

試題10

處理流程設計是系統(tǒng)設計的重要內(nèi)容。以下關于處理流程設計工具的敘述中,不正確的是()。
A.程序流程圖(PFD)用于描述系統(tǒng)中每個模塊的輸入,輸出和數(shù)據(jù)加工
B.N-S圖容易表示嵌套關系和層次關系,并具有強烈的結(jié)構(gòu)化特征
C.IPO圖的主體是處理過程說明,可以采用流程圖、判定樹/表等來進行描述
D.問題分析圖(PAD)包含5種基本控制結(jié)構(gòu),并允許遞歸使用

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

掃碼關注公眾號

溫馨提示:因考試政策、內(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ī)律與考試大綱,深挖核心知識與高頻考點,為學員考試保駕護航。面授、直播&錄播,多種班型靈活學習,滿足不同學員考證需求,降低課程學習難度,使學習效果事半功倍。

相關內(nèi)容

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

推薦文章