軟件設(shè)計(jì)師當(dāng)天每日一練試題地址:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4
往期軟件設(shè)計(jì)師每日一練試題匯總:m.xiexiliangjiufa.com/class/27/e4_1.html
軟件設(shè)計(jì)師每日一練試題(2023/4/26)在線測(cè)試:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2023/4/26
點(diǎn)擊查看:更多軟件設(shè)計(jì)師習(xí)題與指導(dǎo)
軟件設(shè)計(jì)師每日一練試題內(nèi)容(2023/4/26)
試題1
極限編程(eXtreme Programming)是一種輕量級(jí)軟件開(kāi)發(fā)方法, ( )不是它強(qiáng)調(diào)的準(zhǔn)則。
A、持續(xù)的交流和溝通
B、用最簡(jiǎn)單的設(shè)計(jì)實(shí)現(xiàn)用戶需求
C、用測(cè)試驅(qū)動(dòng)開(kāi)發(fā)
D、關(guān)注用戶反饋
查看答案
試題參考答案:C
試題2
MPEG視頻中的時(shí)間冗余信息可以采用( )的方法來(lái)進(jìn)行壓縮編碼。
A、幀間預(yù)測(cè)和變換編碼
B、霍大曼編碼和運(yùn)動(dòng)補(bǔ)償
C、變換編碼和行程編碼
D、幀間預(yù)測(cè)和運(yùn)動(dòng)補(bǔ)償
查看答案
試題參考答案:D
試題3
以下關(guān)于文檔的敘述中,不正確的是()。
A.文檔僅僅描述和規(guī)定了軟件的使用范圍及相關(guān)的操作命令
B.文檔是軟件產(chǎn)品的一部分,沒(méi)有文檔的軟件不能稱(chēng)之為軟件產(chǎn)品
C.軟件文檔的編制在軟件開(kāi)發(fā)工作中占有突出的地位和相當(dāng)大的工作量
D.高質(zhì)量文檔對(duì)于發(fā)揮軟件產(chǎn)品的效益有著重要的意義
查看答案
試題參考答案:A
試題4
電視系統(tǒng)采用的顏色空間中,其亮度信號(hào)和色度信號(hào)是相分離的。下列顏色空間中,( )顏色空間不屬于電視系統(tǒng)的顏色空間。
A、YUV
B、YIQ
C、YcbCr
D、HSL
查看答案
試題參考答案:D
試題5
CVS是一種 ( ) 工具。
A、需求分析
B、編譯
C、程序編碼
D、版本控制
查看答案
試題參考答案:D
試題6
()的保護(hù)期是可以延長(zhǎng)的。查看答案
試題參考答案:
試題7
以下關(guān)于面向?qū)ο蠓椒ㄖ欣^承的敘述中,錯(cuò)誤的是 ( ) 。
A、繼承是父類(lèi)和子類(lèi)之間共享數(shù)據(jù)和方法的機(jī)制
B、繼承定義了一種類(lèi)與類(lèi)之間的關(guān)系
C、繼承關(guān)系中的子類(lèi)將擁有父類(lèi)的全部屬性和方法
D、繼承僅僅允許單重繼承,即不允許一個(gè)子類(lèi)有多個(gè)父類(lèi)
查看答案
試題參考答案:D
試題8
數(shù)據(jù)庫(kù)中的視圖是一個(gè)虛擬表。若設(shè)計(jì)師為user表創(chuàng)建一個(gè)usel視圖,那數(shù)據(jù)字典中保存的是()。查看答案
試題參考答案:
試題9
It should go without saying that the focus of UML is modeling. However, what that means, exactly, can be an open-ended question. (1) is a means to capture ideas, relationships,decisions, and requirements in a well-defined notation that can be applied to many different domains. Modeling not only means different things to different people, but also it can use different pieces of UML depending on what you are trying to convey. In general, a UML model is made up of one or more (2) . A diagram graphically represents things, and the relationships between these things. These (3) can be representations of real-world objects,pure software constructs, or a description of the behavior of some other objects. It is common for an individual thing to show up on multiple diagrams; each diagram represents a particular interest, or view, of the thing being modeled. UML 2.0 divides diagrams into two categories:
structural diagrams and behavioral diagrams. (4) are used to capture the physical organization of the things in your system, i.e., how one object relates to another. (5) focus on the behavior of elements in a system. For example, you can use behavioral diagrams to capture requirements, operations, and internal state changes for elements.
(1)A、Programming
B、Analyzing
C、Designing
D、Modeling
(2)A、views
B、diagrams
C、user views
D、structure pictures
(3)A、things
B、pictures
C、languages
D、diagrams
(4)A、Activity diagrams
B、Use-case diagrams
C、Structural diagrams
D、Behavioral diagrams
(5)A、Activity diagrams
B、Use-case diagrams
C、Structural diagrams
D、Behavioral diagrams
查看答案
試題參考答案:D、B、A、C、D
試題10
以下關(guān)于數(shù)據(jù)流圖中基本加工的敘述,不正確的是()
A.對(duì)每一個(gè)基本加工,必須有一個(gè)加工規(guī)格說(shuō)明
B.加工規(guī)格說(shuō)明必須描述把輸入數(shù)據(jù)流變換為輸出數(shù)據(jù)流的加工規(guī)則
C.加工規(guī)格說(shuō)明必須描述實(shí)現(xiàn)加工的具體流程
D.決策表可以用來(lái)表示加工規(guī)格說(shuō)明
查看答案
試題參考答案:C
信管網(wǎng)訂閱號(hào)
信管網(wǎng)視頻號(hào)
信管網(wǎng)抖音號(hào)
溫馨提示:因考試政策、內(nèi)容不斷變化與調(diào)整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請(qǐng)以權(quán)威部門(mén)公布的內(nèi)容為準(zhǔn)!
信管網(wǎng)致力于為廣大信管從業(yè)人員、愛(ài)好者、大學(xué)生提供專(zhuān)業(yè)、高質(zhì)量的課程和服務(wù),解決其考試證書(shū)、技能提升和就業(yè)的需求。
信管網(wǎng)軟考課程由信管網(wǎng)依托10年專(zhuān)業(yè)軟考教研傾力打造,教材和資料參編作者和資深講師坐鎮(zhèn),通過(guò)深研歷年考試出題規(guī)律與考試大綱,深挖核心知識(shí)與高頻考點(diǎn),為學(xué)員考試保駕護(hù)航。面授、直播&錄播,多種班型靈活學(xué)習(xí),滿足不同學(xué)員考證需求,降低課程學(xué)習(xí)難度,使學(xué)習(xí)效果事半功倍。
發(fā)表評(píng)論 查看完整評(píng)論 | |