軟件設(shè)計師當天每日一練試題地址:www.xomuzic.com/exam/ExamDay.aspx?t1=4
往期軟件設(shè)計師每日一練試題匯總:www.xomuzic.com/class/27/e4_1.html
軟件設(shè)計師每日一練試題(2024/2/18)在線測試:www.xomuzic.com/exam/ExamDay.aspx?t1=4&day=2024/2/18
點擊查看:更多軟件設(shè)計師習題與指導
軟件設(shè)計師每日一練試題內(nèi)容(2024/2/18)
試題1
某網(wǎng)站向 CA 申請了數(shù)字證書,用戶通過( )來驗證網(wǎng)站的真?zhèn)?br />A、CA 的簽名
B、證書中的公鑰
C、網(wǎng)站的私鑰
D、用戶的公鑰
查看答案
試題參考答案:A
試題解析與討論:www.xomuzic.com/st/82152829.html
試題2
there is nothing in this world constant but inconstancy.-SWIFT
Project after project designs a set of algorithms and then plunges intoconstruction of customer-deliverable software on a schedule that demands delivery of the first thing built.
In most projects, the first system built is (1) usable. It may be too slow, too big , awkward to use, or all three. There is no (2 ) but to start again, smarting but smarter and build a redesigned version in which these problems are solved. The discard and (3) may be done in one lump, or it may be done piece-by-piece. But all large-system experience shows that it will be done. Where a new system concept or new technology is used, one has to build a syste m to throw away, for even the best
planning is not so omniscient (全知的) as to get it fight the first time.
the management question, therefore, is not whether to build a pilot system and throw it away. You will do that. The only question is whether to plan in advance to build a (4).or to promise to deliver the throwaway to customers. Seen this way, the answer is much clearer. Delivering that throwaway to customers buys time, but it does so only at the (5) of agony (極大痛苦) for the user, distraction for the builders while they do the redesign, and a bad..reputation for the product that the best redesign will find hard to live down.
Henceplanto throw one away; you will,anyhow.
The management question, therefore, is not whether to build a pilot system and throw it away. You will do that. The only question is whether to plan in advance to build a throwaway, or to promise to deliver the throwaway to customers. Seen this way, the answer is much clearer. Delivering that throwaway to customers buys time, but it does so only at the cost of agony for the user, distraction for the builders while they do the redesign, and a bad reputation for the product that the best redesign will find hard to live down.
(1)A.almost
B.often
C.usually
D.barely
(2)A.alternative
B.need
C.possibility
D.solution
(3)A.design
B.redesign
C.plan
D.build
(4) A.throwaway
B.system
C.software
D.product
(5) A.worth
B. value
C. cost
D. invaluable
查看答案
試題參考答案:D、A、B、A、C
試題3
隨著網(wǎng)站知名度不斷提高,網(wǎng)站訪問量逐漸上升,網(wǎng)站負荷越來越重,針對此問題,一方面可通過升級網(wǎng)站服務(wù)器的軟硬件,另一方面可以通過集群技術(shù),如DNS負載均衡來解決。在Windows的DNS服務(wù)器中通過()操作可以確保域名解析并實現(xiàn)負載均衡。
A.啟用循環(huán),啟動轉(zhuǎn)發(fā)器指向每個Web服務(wù)器
B.禁止循環(huán),啟動轉(zhuǎn)發(fā)器指向每個Web服務(wù)器
C.禁止循環(huán),添加每個Web服務(wù)器的主機記錄
D.啟用循環(huán),添加每個Web服務(wù)器的主機記錄
查看答案
試題參考答案:D
試題4
UML中關(guān)聯(lián)是一個結(jié)構(gòu)關(guān)系,描述了一組鏈。兩個類之間(40)關(guān)聯(lián)。
A.不能有多個
B.可以有多個由不同角色標識的
C.可以有任意多個
D.的多個關(guān)聯(lián)必須聚合成一個
查看答案
試題參考答案:B
試題5
A. A
B. B
C. C
D. D
查看答案
試題參考答案:A
試題解析與討論:www.xomuzic.com/st/83682881.html
試題6
給定關(guān)系模式R(U,F),U={A,B,C,D,E,H},函數(shù)依賴集F={A→B,A→C,C→D,AE→H}。關(guān)系模式R的候選關(guān)鍵字為()。
A.AC
B.AB
C.AE
D.DE
查看答案
試題參考答案:C
試題7
若采用鄰接矩陣來存儲簡單有向圖,則其某一個頂點i的入度等于該矩陣( )。
A、第i行中值為1的元素個數(shù)
B、所有值為1的元素總數(shù)
C、第i行及第i列中值為1的元素總個數(shù)
D、第i列中值為1的元素個數(shù)
查看答案
試題參考答案:D
試題解析與討論:www.xomuzic.com/st/76182623.html
試題8
對于n個元素的關(guān)鍵宇序列{k1,k2,...kn},當且僅當滿足關(guān)系ki≤k2i且ki≤k2i+1{i=1.2...[n/2]}時稱其為小根堆(小頂堆)。以下序列中,()不是小根堆。查看答案
試題參考答案:D
試題9
某程序根據(jù)輸入的三條線段長度,判斷這三條線段能否構(gòu)成三角形。以下試用例中, ( ) 兩個用例屬于同一個等價類。
①6、7、13; ②4、7、10; ③9、20、35;
④9、11、21; ⑤5、5、4; ⑥4、4、4。
A、①②
B、③④
C、⑤⑥
D、①④
查看答案
試題參考答案:B
試題解析與討論:www.xomuzic.com/st/81222797.html
試題10
Cache 用于存放主存數(shù)據(jù)的部分拷貝,主存單元地址與 Cache 單元地址之間的轉(zhuǎn)換工作由 ( ) 完成。
A、硬件
B、軟件
C、用戶
D、程序員
查看答案
試題參考答案:A
試題解析與討論:www.xomuzic.com/st/80972788.html
信管網(wǎng)訂閱號
信管網(wǎng)視頻號
信管網(wǎng)抖音號
溫馨提示:因考試政策、內(nèi)容不斷變化與調(diào)整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請以權(quán)威部門公布的內(nèi)容為準!
信管網(wǎng)致力于為廣大信管從業(yè)人員、愛好者、大學生提供專業(yè)、高質(zhì)量的課程和服務(wù),解決其考試證書、技能提升和就業(yè)的需求。
信管網(wǎng)軟考課程由信管網(wǎng)依托10年專業(yè)軟考教研傾力打造,教材和資料參編作者和資深講師坐鎮(zhèn),通過深研歷年考試出題規(guī)律與考試大綱,深挖核心知識與高頻考點,為學員考試保駕護航。面授、直播&錄播,多種班型靈活學習,滿足不同學員考證需求,降低課程學習難度,使學習效果事半功倍。
發(fā)表評論 查看完整評論 | |