軟件設(shè)計師當天每日一練試題地址:www.tronclassroom.com/exam/ExamDay.aspx?t1=4
往期軟件設(shè)計師每日一練試題匯總:www.tronclassroom.com/class/27/e4_1.html
軟件設(shè)計師每日一練試題(2023/6/28)在線測試:www.tronclassroom.com/exam/ExamDay.aspx?t1=4&day=2023/6/28
點擊查看:更多軟件設(shè)計師習題與指導
軟件設(shè)計師每日一練試題內(nèi)容(2023/6/28)
試題1
假設(shè)現(xiàn)在要創(chuàng)建一個Web應(yīng)用框架,基于此框架能夠創(chuàng)建不同的具體Web應(yīng)用,比如博客、新聞網(wǎng)站和網(wǎng)上商店等;并可以為每個Web應(yīng)用創(chuàng)建不同的主題樣式,如淺色或深色等。這一業(yè)務(wù)需求的類圖設(shè)計適合采用()模式(如下圖所示)。其中()是客戶程序使用的主要接口,維護對主題類型的引用。此模式為(),體現(xiàn)的最主要的意圖是()。
查看答案
試題參考答案:D、A、B、A
試題2
若一個具有n個結(jié)點、k條邊的非連通無向圖是一個森林(n>k),則該森林中必有( )棵樹。
A、k
B、n
C、n-k
D、n+k
查看答案
試題參考答案:C
試題3
下面關(guān)于在 I/O 設(shè)備與主機間交換數(shù)據(jù)的敘述, ( ) 是錯誤的。
A、中斷方式下,CPU 需要執(zhí)行程序來實現(xiàn)數(shù)據(jù)傳送任務(wù)
B、中斷方式和 DMA 方式下,CPU 與 I/O 設(shè)備都可同步工作
C、中斷方式和 DMA 方式中,快速 I/O 設(shè)備更適合采用中斷方式傳遞數(shù)據(jù)
D、若同時接到 DMA 請求和中斷請求,CPU 優(yōu)先響應(yīng) DMA 請求
查看答案
試題參考答案:C
試題4
以關(guān)鍵字比較為基礎(chǔ)的排序算法在最壞情況下的計算時間下界為O(nlogn)。下面的排序算法中,最壞情況下計算時間可以達到O(nlogn)的是(1);該算法采用的設(shè)計方法是(2)。
(1)A、歸并排序
B、插入排序
C、選擇排序
D、冒泡排序
(2)A、分治法
B、貪心法
C、動態(tài)規(guī)劃方法
D、回溯法
查看答案
試題參考答案:A、A
試題5
www的控制協(xié)議是()查看答案
試題參考答案:B
試題6
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
查看答案
試題參考答案:D、A、B、C、A
試題7
彩色打印機中所采用的顏色空間是( )。
A、RGB彩色空間
B、CMY彩色空間
C、YUV彩色空間
D、HSL彩色空問
查看答案
試題參考答案:B
試題8
若將某有序樹 T 轉(zhuǎn)換為二叉樹 T1,則 T 中結(jié)點的后(根)序序列就是 T1 中結(jié)點的 ( ) 遍歷序列。例如,下圖(a)所示的有序樹轉(zhuǎn)化為二叉樹后如圖(b)所示。
A、先序
B、中序
C、后序
D、層序
查看答案
試題參考答案:B
試題9
某Web網(wǎng)站向CA申請了數(shù)字證書。用戶登錄該網(wǎng)站時,通過驗證 (1) ,可確認該數(shù)字證書的有效性,從而 (2) 。
(1)A、CA的簽名
B、網(wǎng)站的簽名
C、會話密鑰
D、DES密碼
(2)A、向網(wǎng)站確認自己的身份
B、獲取訪問網(wǎng)站的權(quán)限
C、和網(wǎng)站進行雙向認證
D、驗證該網(wǎng)站的真?zhèn)?/p>
查看答案
試題參考答案:A、D
試題10
函數(shù) foo、hoo 的含義如下所示,函數(shù)調(diào)用 hota,x)的兩個參數(shù)分別采用引用調(diào)用(call y reference)和值調(diào)用(callbyvalue)方式傳遞,則函數(shù)調(diào)用 foo(5)的輸出結(jié)果為( )。查看答案
試題參考答案:C
信管網(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ā)表評論 查看完整評論 | |