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

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

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

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

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

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

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

軟件設計師每日一練試題內(nèi)容(2021/11/25)

試題1

以下關于結構化開發(fā)方法的敘述中,不正確的是()。
A.總的指導思想是自頂向下,逐層分解
B.基本原則是功能的分解與抽象
C.與面向對象開發(fā)方法相比,更適合于大規(guī)模、特別復雜的項目
D.特別適合于數(shù)據(jù)處理領域的項目

試題解析與討論:www.shc2b.com/st/249308321.html
試題參考答案:C

試題2

設∪表示集合的并運算,∩表示集合的交運算,A表示集合A的絕對補,A-B表示集合A與B的差,則A-B=( )。
A、A∪(A∩B) 
B、A∪B 
C、A∩(A∪B) 
D、A∩B 

試題解析與討論:www.shc2b.com/st/76582637.html
試題參考答案:D

試題3

靜態(tài)圖像壓縮標準JPEG2000中使用的是( )算法。
A、K-L變換
B、離散正弦變換
C、離散余弦變換
D、離散小波變換

試題解析與討論:www.shc2b.com/st/77572671.html
試題參考答案:D

試題4

計算機中常采用原碼、反碼、補碼和移碼表示數(shù)據(jù),其中,±0 編碼相同的是( )。
A、原碼和補碼
B、反碼和補碼
C、補碼和移碼
D、原碼和移碼

試題解析與討論:www.shc2b.com/st/81532807.html
試題參考答案:C

試題5

以下關于CMM的敘述中,不正確的是()。
A.CMM是指軟件過程能力成熟度模型
B.CMM棍據(jù)軟件過程的不同成熟度劃分了5個等級,其中,1級被認為成熟度最高,5級被認為成熟度最低
C.CMMI的任務是將已有的幾個CMM模型結合在一起,使之構造成為“集成模型”
D.采用更成熟的CMM模型,一般來說可以提高最終產(chǎn)品的質量

試題解析與討論:www.shc2b.com/st/24942659.html
試題參考答案:B

試題6

Internet上的DNS服務器中保存有  ( )  。
A、主機名
B、域名到IP地址的映射表
C、所有主機的MAC地址
D、路由表

試題解析與討論:www.shc2b.com/st/81472805.html
試題參考答案:B

試題7

UP(統(tǒng)一過程)是用例驅動的、以架構為核心、迭代和增量的軟件過程框架,它提供了一種  ( )  的特性。
A、演進
B、敏捷
C、測試驅動
D、持續(xù)集成

試題解析與討論:www.shc2b.com/st/81192795.html
試題參考答案:A

試題8: 某公司要開發(fā)一個軟件產(chǎn)品,產(chǎn)品的某些需求是明確的,而某些需求則需要進一步細化。由于市場競爭的壓力,產(chǎn)品需要盡快上市,則開發(fā)該軟件產(chǎn)品最不適合采用 ( ) 模型。
A.瀑布
B.原型
C.增量
D.螺旋
試題解析與討論:www.shc2b.com/st/380479350.html
試題參考答案:A

試題9: 現(xiàn)需要對一個基本有序的數(shù)組進行排序。此時最適宜采用的算法為( )排算法, 時間復雜度為( ) 。
64、A. 插入
B. 快速
C. 歸并
D. 堆
65、A. O(n)
B. O(nlgn)
C. O(n2)
D. O(n2lgn)
試題解析與討論:www.shc2b.com/st/3955120942.html
試題參考答案:A、A

試題10

In the fields of physical security and information security, access contro lis the selective restriction of access to a place orothe rresource. The act of accessing may mean consuming, entering, or using. Permission to access a resource is called authorization(授權).
An access control mechanism(1) between a user (or a process executing on behalf of a user) and system resources, such as applications,operating systems,firewalls,routers,files,and databases.The system must first a uthenticate(驗證)a user seeking access.Typically the authentication function determines whether the user is(2 )to access the system at all. Then the access control function determines if the specific requested access by this user is permitteD. A security administrator maintains an authorization database that specifies what type of access to which resources is allowed for this user. The access control function consults this database to determine whether to(3 )access. An auditing function monitors and keeps a record of user accesses to system resources.
In practice,a number of(4 )may cooperatively share the access control function. All operating systems have at least arudimentary(基本的),and in many cases aquite robust,access control component.Add-on security packages can add to the(5 )access control capabilities of the OS. Particular applications orutilities, such as a database management system, also incorporate access control functions. External devices,such as firewalls, can also provide access control services.
(1)A.cooperates
B.coordinates
C.connects
D.mediates
(2)A.denied
B.permitted
C.prohibited
D.rejected
(3)A.open
B.monitor
C.grant
D.seek
(4)A.components
B.users
C.mechanisms
D.a(chǎn)lgorithms
(5)A.remote
B.native
C.controlled
D.Automated

試題解析與討論:www.shc2b.com/st/2536219449.html
試題參考答案:D、B、C、A、B

掃碼關注公眾號

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

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

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

相關內(nèi)容

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

推薦文章