午夜无码中文字幕影院,国产自产第一区c国产,久久久久久夜精品精品免费,国产99久久,夜夜夜夜曰天天天天拍国产,欧美日韩亚洲另类专区,国产精品区一区二区免费

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

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

軟件設(shè)計師當(dāng)天每日一練試題地址:www.xomuzic.com/exam/ExamDay.aspx?t1=4

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

軟件設(shè)計師每日一練試題(2022/2/11)在線測試:www.xomuzic.com/exam/ExamDay.aspx?t1=4&day=2022/2/11

點(diǎn)擊查看:更多軟件設(shè)計師習(xí)題與指導(dǎo)

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

試題1

在對程序語言進(jìn)行翻譯的過程中,常采用一些與之等價的中間代碼表示形式。常用的中間代碼表示不包括()。
A.樹
B.后綴式
C.四元式
D.正則式

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

試題2

In a world where it seems we already have too much to do, and too many things to think about, it seems the last thing we need is something new that we have to learn.
But use cases do solve a problem with requirements: with (1 ) declarative requirements it's hard to describle steps and sequences of events.
Use cases, stated simply, allow description of sequences of events that, taken together, lead to a system doing something useful. As simple as this sounds, this is important. When confronted only with a pile of requiements, it's often(2 )to make sense of what the authors of the  requirements really wanted the system to do. In the preceding example, use cases reduce the ambiguity of the requirements by specifying exactly when and under what conditions certain behavior occurs; as such, the sequence of the behaviors can be regarded as a requirement. Use cases are particularly well suited to capture approaches. Although this may sound simple, the fact is that (3 ) requirement capture approaches, with their emphasis on declarative requirements and "shall" statements, completely fail to capture fail to capture the (4 ) of the system's behavior. Use cases are a simple yet powerful way to express the behavior of the system in way that all stakeholders can easily understand.
But, like anything, use cases come with their own problems, and as useful as they are, they can be (5 ). The result is something that is as bad, if not worse, that the original problem. Therein it's important to utilize use cases effectively without creating a greater problem than the one you started with.
(1)A.plenty
B.loose
C.extra
D.strict
(2)A.impossible
B.possible
C.sensible
D.practical
(3)A.modern
B.conventional
C.different
D.formal
(4)A.statics
B.nature
C.dynamics
D.originals
(5)A.misapplied
B.applied
C.used
D.powerful

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

試題3

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

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

試題4

以下關(guān)于計算機(jī)系統(tǒng)中斷概念的敘述中,正確的是  ( )  。
A、由 I/O 設(shè)備提出的中斷請求和電源掉電都是可屏蔽中斷
B、由 I/O 設(shè)備提出的中斷請求和電源掉電都是不可屏蔽中斷
C、由 I/O 設(shè)備提出的中斷請求是可屏蔽中斷,電源掉電是不可屏蔽中斷
D、由 I/O 設(shè)備提出的中斷請求是不可屏蔽中斷,電源掉電是可屏蔽中斷

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

試題5

若采用鄰接矩陣來存儲簡單有向圖,則其某一個頂點(diǎn)i的入度等于該矩陣( )。
A、第i行中值為1的元素個數(shù) 
B、所有值為1的元素總數(shù) 
C、第i行及第i列中值為1的元素總個數(shù) 
D、第i列中值為1的元素個數(shù) 

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

試題6: 用哈希表存儲元素時,需要進(jìn)行沖突(碰撞)處理,沖突是指()。
(61)A.關(guān)鍵字被依次映射到地址編號連續(xù)的存儲位置
B.關(guān)鍵字不同的元素被映射到相同的存儲位置
C.關(guān)鍵字相同的元素被映射到不同的存儲位置
D.關(guān)鍵字被映射到哈希表之外的位置
試題解析與討論:www.xomuzic.com/st/3962224560.html
試題參考答案:B

試題7: 在面向?qū)ο蠓椒ㄖ校^承用于( )。
A.在已存在的類的基礎(chǔ)上創(chuàng)建新類
B.在已存在的類中添加新的方法
C.在已存在的類中添加新的屬性
D.在已存在的狀態(tài)中添加新的狀態(tài)
試題解析與討論:www.xomuzic.com/st/407273011.html
試題參考答案:A

試題8

CPU是在( )結(jié)束時響應(yīng)DMA請求的。
A.一條指令執(zhí)行
B.一段程序
C.一個時鐘周期
D.一個總線周期

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

試題9

A類網(wǎng)絡(luò)是很大的網(wǎng)絡(luò),每個A類網(wǎng)絡(luò)中可以有(1)個網(wǎng)絡(luò)地址。實(shí)際使用中必須把A類網(wǎng)絡(luò)劃分為子網(wǎng),如果指定的子網(wǎng)掩碼為255.255.192.0,則該網(wǎng)絡(luò)被劃分為(2)個子網(wǎng)。

(1)A.210

B.212

C.220

D.224

(2)A.128

B.256

C.1024

D.2048

試題解析與討論:www.xomuzic.com/st/2472429099.html
試題參考答案:D、C

試題10

10000 張分辨率為 1024×768 的真彩(32 位)圖片刻錄到 DVD 光盤上,假設(shè)每張光盤可以存放 4GB 的信息,則需要  ( )  張光盤。
A、7
B、8
C、70
D、71

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

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

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

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

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

相關(guān)內(nèi)容

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

推薦文章