軟件設(shè)計師每日一練試題(2022/5/15)
軟件設(shè)計師當(dāng)天每日一練試題地址:www.jazzmuze.com/exam/ExamDay.aspx?t1=4
往期軟件設(shè)計師每日一練試題匯總:www.jazzmuze.com/class/27/e4_1.html
軟件設(shè)計師每日一練試題(2022/5/15)在線測試:www.jazzmuze.com/exam/ExamDay.aspx?t1=4&day=2022/5/15
點擊查看:更多軟件設(shè)計師習(xí)題與指導(dǎo)
軟件設(shè)計師每日一練試題內(nèi)容(2022/5/15)
試題1
系統(tǒng)的可維護(hù)性可以用系統(tǒng)的可維護(hù)性評價指標(biāo)來衡量。系統(tǒng)的可維護(hù)性評價指標(biāo)不包括 ( ) 。
A、可理解性
B、可修改性
C、準(zhǔn)確性
D、可測試性
查看答案
試題2
觀察者(Observer)模式適用于( )。
A、訪問一個聚合對象的內(nèi)容而無須暴露它的內(nèi)部表示*
B、減少多個對象或類之間的通信復(fù)雜性
C、將對象的狀態(tài)恢復(fù)到先前的狀態(tài)
D、一對多對象依賴關(guān)系,當(dāng)一個對象修改后,依賴它的對象都自動得到通知
查看答案
試題3
某雙端隊列如下圖所示,要求元素進(jìn)出隊列必須在同一端口,即從A端進(jìn)入的元素必須從A端出、從B端進(jìn)入的元素必須從B端出,則對于4個元素的序列el、e2、e3、e4,若要求前2個元素(el、e2)從A端口按次序全部進(jìn)入隊列,后兩個元素(e3、e4)從B端口按次序全部進(jìn)入隊列,則可能得到的出隊序列是(60)。

A.e1、e2、e3、e4
B.e2、e3、e4、e1
C.e3、e4、e1、e2
D.e4、e3、e2、e1
查看答案
試題4
計算機(jī)指令系統(tǒng)采用多種尋址方式。立即尋址是指操作數(shù)包含在指令中:寄存器尋址是指操作數(shù)在寄存器中,直接尋址是指操作數(shù)的地址在指令中。這三種尋址方式操作數(shù)的速度( )
A、立即尋址最快,寄存器尋址次之,直接尋址最慢
B、寄存器尋址最快,立即尋址次之,直接尋址最慢
C、直接尋址最快, 寄存器尋址次之,立即尋址最慢
D、寄存器尋址最快,直接尋址次之,立即尋址最慢
查看答案
試題5
良好的啟發(fā)式設(shè)計原則上不包括( )。
A.提高模塊獨(dú)立性
B.模塊規(guī)模越小越好
C.模塊作用域在其控制域之內(nèi)
D.降低模塊接口復(fù)雜性
查看答案
試題6
雙端隊列是指在隊列的兩個端口都可以加入和刪除元素,如下圖所示?,F(xiàn)在要求元素進(jìn)隊列和出隊列必須在同一端口,即從A端進(jìn)隊的元素必須從A端出、從B端進(jìn)隊的元素必須從B端出,則對于4個元素的序列a、b、c、d,若要求前2個元素(a、b)從A端口按次序全部進(jìn)入隊列,后兩個元素(c、d)從B端口按次序全部進(jìn)入隊列,則不可能得到的出隊序列是( )。

A、d、a、b、c
B、d、c、b、a
C、b、a、d、c
D、b、d、c、a
查看答案
試題7
以下不屬于軟件項目風(fēng)險的是( )。
A、團(tuán)隊成員可以進(jìn)行良好溝通
B、團(tuán)隊成員離職
C、團(tuán)隊成員缺乏某方面培訓(xùn)
D、招不到符合項目技術(shù)要求的團(tuán)隊成員
查看答案
試題8
若文件系統(tǒng)容許不同用戶的文件可以具有相同的文件名,則操作系統(tǒng)應(yīng)采用 ( ) 來實現(xiàn)。
A、索引表
B、索引文件
C、指針
D、多級目錄
查看答案
試題9
The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.
All the documents of the project need to be part of this (?。? This includes objectives ,external specifications , interface specifications , technical standards , internal specifications and administrative memoranda(備忘錄).
Technical prose is almost immortal. If one examines the genealogy ( Ff ) of a customer manual for a piece of hardware or software , one can trace not only the ideas , but also many of the very sentences and paragraphs back to the first (?。?proposing the product or explaining the first design. For the technical writer, the paste-pot is as mighty as the pen.
Since this is so, and since tomorrow's product-quality manuals will grow from today’s memos, it is very important to get the structure of the documentation right. The early design of the project (?。?ensures that the documentation structure itself is crafted, not haphazard. Moreover, the establishment of a structure molds later writing into segments that fit into that structure.
The second reason for the project workbook is control of the distribution of (請作答此空). The problem is not to restrict information, but to ensure that relevant information gets to all the people who need it.
The first step is to number all memoranda, so that ordered lists of titles are available and h worker can see if he has what he wants. The organization of the workbook goes well beyond this to establish a tree-structure of memoranda. The ( ) allows distribution lists to be maintained by subtree, if that is desirable.
A.product
B.manual
C.document
D.information
查看答案
試題10
在設(shè)計某購物中心的收銀軟件系統(tǒng)時,要求能夠支持在不同時期推出打折、返利、滿減等不同促銷活動,則適合采用( )模式。
A、策略(Strategy)
B、訪問者(Visitor)
C、觀察者(Observer)
D、中介者(Mediator)
查看答案
掃碼關(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ī)律與考試大綱,深挖核心知識與高頻考點,為學(xué)員考試保駕護(hù)航。面授、直播&錄播,多種班型靈活學(xué)習(xí),滿足不同學(xué)員考證需求,降低課程學(xué)習(xí)難度,使學(xué)習(xí)效果事半功倍。
相關(guān)內(nèi)容