中文字幕综合一区,伊人av网,欧美中日韩在线,亚洲国产香蕉视频,黄视频在线免费,天天操天天爱天天爽,狠狠躁天天躁

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

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

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

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

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

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

軟件設計師每日一練試題內容(2021/11/9)

試題1

循環(huán)鏈表的主要優(yōu)點是( )。
A、不再需要頭指針了
B、已知某個結點的位置后,能很容易找到它的直接前驅結點
C、在進行刪除操作后,能保證鏈表不斷開
D、從表中任一結點出發(fā)都能遍歷整個鏈表

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

試題2

ARP協(xié)議屬于(1)協(xié)議,它的作用是(2)。
(1)A.物理層
B.數(shù)據(jù)鏈路層
C.網(wǎng)絡層
D.傳輸層
(2)A.實現(xiàn)MAC地址與主機名之間的映射
B.實現(xiàn)IP地址與MAC地址之間的變換
C.實現(xiàn)IP地址與端口號之間的映射
D.實現(xiàn)應用進程與物理地址之間的變換

試題解析與討論:www.jazzmuze.com/st/2465818110.html
試題參考答案:C、B

試題3

The Rational Unified Process (RUP) is a software engineering process, which captures many of best practices in modern software development. The notions of  (1)  and scenarios have been proven to be an excellent way to capture function requirements. RUP can be described in two dimensions – time and content. In the time dimension, the software lifecycle is broken into cycles. Each cycle is divided into four consecutive  (2)  which is concluded with a well-defined  (3)  and can be further broken down into  (4)  – a complete development loop resulting in a release of an executable product, a subset of the final product under development, which grows incrementally to become the final system. The content structure refers to the disciplines, which group  (5)  logically by nature.
(1)A、artifacts
B、use-cases
C、actors
D、workers
(2)A、orientations
B、views
C、aspects
D、phases
(3)A、milestone
B、end-mark
C、measure
D、criteria
(4)A、rounds
B、loops
C、iterations
D、circularities
(5)A、functions
B、workflows
C、actions
D、activities

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

試題4

設系統(tǒng)中有 R 類資源 m 個,現(xiàn)有 n 個進程互斥使用。若每個進程對 R 資源的最大需求為 w,那么當 m、n、w 取下表的值時,對于下表中的 a~e 五種情況,(1)兩種情況可能會發(fā)生死鎖。對于這兩種情況,若將 (2) ,則不會發(fā)生死鎖。

(1)A、a 和 b
B、b 和 c
C、c 和 d
D、c 和 e
(2)A、n 加 1 或 w 加 1
B、m 加 1 或 w 減 1
C、m 減 1 或 w 加 1
D、m 減 1 或 w 減 1

試題解析與討論:www.jazzmuze.com/st/81722814.html
試題參考答案:D、B

試題5

( )  不屬于軟件配置管理的活動。
A、變更標識
B、變更控制
C、質量控制
D、版本控制

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

試題6

Virtualization is an approach to IT that pools and shares (1) so that utilization is optimized and supplies automatically meet demand. Traditional IT environments are often silos, where both technology and human (2)are aligned around an application or business function. With a virtualized (3) , people, processes, and technology are focused on meeting service levels, ( 4) is allocated dynamically, resources are optimized, and the entire infrastructure is simplified and flexible. We offer a broad spectrum of virtualization (5) that allows customers to choose the most appropriate path and optimization focus for their IT infrastructure resources.
(1)A、advantages  
B、resources 
C、benefits  
D、precedents
(2)A、profits  
B、costs  
C、resources  
D、powers
(3)A、system  
B、infrastructure  
C、hardware  
D、link
(4)A、content  
B、position  
C、power  
D、capacity
(5)A、solutions  
B、networks  
C、interfaces  
D、connections

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

試題7

下圖是一個軟件項目的活動圖,其中頂點表示項目里程碑,連接頂點的邊表示活動,邊的權重表示活動的持續(xù)時間,則里程碑(1)在關鍵路徑上?;顒覩H 的松弛時間是(2)。



(1)A.B
B.E
C.C
D.K
(2)A.0
B.1
C.2
D.3

試題解析與討論:www.jazzmuze.com/st/2493426220.html
試題參考答案:A、D

試題8: 計算機指令系統(tǒng)采用多種尋址方式。立即尋址是指操作數(shù)包含在指令中:寄存器尋址是指操作數(shù)在寄存器中,直接尋址是指操作數(shù)的地址在指令中。這三種尋址方式操作數(shù)的速度()
A、立即尋址最快;寄存器尋址次之,直接尋址最慢
B、寄存器尋址最快,立即尋址次之,直接尋址最慢
C、直接尋址最快, 寄存器尋址次之,立即尋址最慢
D、寄存器尋址最快,直接尋址次之,立即尋址最慢
試題解析與討論:www.jazzmuze.com/st/4589923196.html
試題參考答案:A

試題9: 計算機在一個指令周期的過程中,為從內存讀取指令操作碼,首先要將()的內容送到地址總線上。
A.指令寄存器
B.通用寄存器
C.程序計數(shù)器
D.狀態(tài)寄存器
試題解析與討論:www.jazzmuze.com/st/2860725299.html
試題參考答案:C

試題10: 對有向圖G進行拓撲排序得到的拓撲序列中,頂點Vi在頂點Vj之前,則說明G中( )
A、一定存在有向弧 < Vi,Vj >
B、一定不存在有向弧< Vj,Vi >
C、必定存在從Vi到Vj的路徑
D、必定存在從Vj到Vi的路徑
試題解析與討論:www.jazzmuze.com/st/4594717741.html
試題參考答案:C

掃碼關注公眾號

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

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

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

相關內容

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

推薦文章