軟件設(shè)計(jì)師當(dāng)天每日一練試題地址:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4
往期軟件設(shè)計(jì)師每日一練試題匯總:m.xiexiliangjiufa.com/class/27/e4_1.html
軟件設(shè)計(jì)師每日一練試題(2022/12/25)在線測(cè)試:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2022/12/25
點(diǎn)擊查看:更多軟件設(shè)計(jì)師習(xí)題與指導(dǎo)
軟件設(shè)計(jì)師每日一練試題內(nèi)容(2022/12/25)
試題1
程序設(shè)計(jì)語(yǔ)言中 ( ) 。
A、while循環(huán)語(yǔ)句的執(zhí)行效率比do-while循環(huán)語(yǔ)句的執(zhí)行效率高
B、while循環(huán)語(yǔ)句的循環(huán)體執(zhí)行次數(shù)比循環(huán)條件的判斷次數(shù)多1,而do-while語(yǔ)句的循環(huán)體執(zhí)行次數(shù)比循環(huán)條件的判斷次數(shù)少1
C、while語(yǔ)句的循環(huán)體執(zhí)行次數(shù)比循環(huán)條件的判斷次數(shù)少1,而do-while語(yǔ)句的循環(huán)體執(zhí)行次數(shù)比循環(huán)條件的判斷次數(shù)多1
D、while語(yǔ)句的循環(huán)體執(zhí)行次數(shù)比循環(huán)條件的判斷次數(shù)少1,而do-while語(yǔ)句的循環(huán)體執(zhí)行次數(shù)等于循環(huán)條件的判斷次數(shù)
查看答案
試題參考答案:D
試題2
在某C/C++程序中,整型變量a的值為0且應(yīng)用在表達(dá)式“c=b/a”中,則最可能發(fā)生的情形是(50)。查看答案
試題參考答案:D
試題3
一個(gè)文法G=(N,T,P,S),其中N是非終結(jié)符號(hào)的集合,T是終結(jié)符號(hào)的集合,P是產(chǎn)生式集合,S是開(kāi)始符號(hào),令集合V=N∪T,那么G所描述的語(yǔ)言是( )的集合。
A、由S推導(dǎo)出的所有符號(hào)串
B、由S推導(dǎo)出的所有終結(jié)符號(hào)串
C、V中所有符號(hào)組成的符號(hào)串
D、V的閉包中的所有符號(hào)串
查看答案
試題參考答案:B
試題4
why have formal documents
first, writing the decisions down is essential.Only when one writes do the gaps appear and the (1) protrude(突出).The act of writing turns out to require hundreds of mini-decisions.and it is the existence of these that distinguishes clear.exact policies from fuzzy ones.
Second.the documents will communicate the decisions to others. The manager will be continually amazed that poliaes he took for common knowledge are totally unknown by some member of his team . Since his fundamentaljob is to keep everybody going in the (2)directon. his chief daily task will be communication, not decision-making,and his documents will immensely (3) this load.
Finally.a manager,s documents give him a data base and checklist. By reviewing them (4)he sees where he is. and he sees what changes of emphasis or shifts in direction are needed.
The task of the manager is to develop a plan and then to realize it. But only the written plan is precise and communicable. Such a plan consists of documents on what.when. how much.where.and who.This small set of critical documents (5) much of the manager.s work.if their comprehensive and critical nature is recognized in the beginning. the manager can approach them as friendly tools rather than annoying busywork. He will set his direction much more crisply and quickly by doing so.
(1)A.inconsistencies
B.consistencies
C.steadiness
D.adaptability
(2)A.other
B.different
C.another
D.same
(3)A.extend
B.broaden
C.lighten
D.release
(4)A.periodically
B.occasionally
C.infrequently
D.rarely
(5)A.decides
B.encapsulates
C.realizes
D.recognizes
查看答案
試題參考答案:A、D、C、A、B
試題5
對(duì)以下四個(gè)序列用直接插入排序方法由小到大進(jìn)行排序時(shí),元素比較次數(shù)最少的是 ( ) 。
A、89, 27, 35, 78, 41, 15
B、27, 35, 41, 16, 89, 70
C、15, 27, 46, 40, 64, 85
D、90, 80, 45, 38, 30, 25
查看答案
試題參考答案:C
試題6
(1)A、0
B、1
C、2
D、3
(2)A、P(S)、V(S) 和 V(S)
B、P(S)、P(S) 和 V(S)
C、V(S)、P(S) 和 P(S)
D、V(S)、V(S) 和 P(S)
查看答案
試題參考答案:B、A
試題7
某模塊內(nèi)涉及多個(gè)功能,這些功能必須以特定的次序執(zhí)行,則該模塊的內(nèi)聚類(lèi)型為()內(nèi)聚。查看答案
試題參考答案:B
試題8
在關(guān)系代數(shù)運(yùn)算中,關(guān)系S、SP和R如下表所示。若先(1),則可以從S和SP獲得R。其對(duì)應(yīng)的關(guān)系表達(dá)式為(2) 。如下的SQL語(yǔ)句可以查詢銷(xiāo)售總量大于1000 的部門(mén)號(hào)。 Select 部門(mén)名From S
Where 部門(mén)號(hào)in (Select 部門(mén)號(hào)From SP Group by (3))關(guān)系表S 關(guān)系表SP 關(guān)系表R
(2)
(1)A、對(duì)S進(jìn)行選擇運(yùn)算,再與SP進(jìn)行自然連接運(yùn)算
B、對(duì)S進(jìn)行選擇運(yùn)算,再與SP進(jìn)行自然連接運(yùn)算,最后進(jìn)行投影運(yùn)算
C、對(duì)S和SP進(jìn)行笛卡爾積運(yùn)算,再對(duì)運(yùn)算結(jié)果進(jìn)行投影運(yùn)算
D、分別對(duì)S和SP進(jìn)行投影運(yùn)算,再對(duì)運(yùn)算結(jié)果進(jìn)行笛卡爾積運(yùn)算
(2)A. A
B. B
C. C
D. D
(3)A、部門(mén)號(hào) where sum( 銷(xiāo)售量)>1000
B、部門(mén)號(hào) having sum( 銷(xiāo)售量)>1000
C、商品號(hào) where sum( 銷(xiāo)售量)>1000
D、商品號(hào) having sum( 銷(xiāo)售量)>1000
查看答案
試題參考答案:B、C、B
試題9
( )是對(duì)稀疏矩陣講行壓縮存儲(chǔ)的方式。查看答案
試題參考答案:B
試題10
在YUV彩色空間中對(duì)YUV分量進(jìn)行數(shù)字化,對(duì)應(yīng)的數(shù)字化位數(shù)通常采用Y:U:V=( )。
A、8:4:2
B、8:4:4
C、8:8:4
D、4:8:8
查看答案
試題參考答案:B
溫馨提示:因考試政策、內(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)論 | |