軟件設計師當天每日一練試題地址:m.ichunya.com/exam/ExamDay.aspx?t1=4
往期軟件設計師每日一練試題匯總:m.ichunya.com/class/27/e4_1.html
軟件設計師每日一練試題(2022/7/13)在線測試:m.ichunya.com/exam/ExamDay.aspx?t1=4&day=2022/7/13
點擊查看:更多軟件設計師習題與指導
軟件設計師每日一練試題內容(2022/7/13)
試題1
CD上聲音的采樣頻率為44.1kHz,樣本精度為16b/s,雙聲道立體聲,那么其未經壓縮的數(shù)據(jù)傳輸率為( )。
A、88.2kb/s
B、705.6kb/s
C、1411.2kb/s
D、1536.0kb/s
查看答案
試題參考答案:C
試題解析與討論:m.ichunya.com/st/78272695.html
試題2
對n個元素值分別為-1、0或1的整型數(shù)組A進行升序排序的算法描述如下:統(tǒng)計A中-1、0和1的個數(shù),設分別為n1、n2和n3,然后將A中的前n1個元素賦值為-1,第n1+1到n1+n2個元素賦值為0,最后n3個元素賦值為1。該算法的時間復雜度和空間復雜度分別為()。
A. A
B. B
C. C
D. D
查看答案
試題參考答案:A
試題解析與討論:m.ichunya.com/st/2472227428.html
試題3
Why is(1)fun? What delights may its practitioner espect his reward? First is the
sheer joy of making things.As the child delights in his mud pie,so the adult enjoys
building things,especially things of his own design.Secong is the pleasure of making
things that are useful to other people.Third is the fascinanon of fashioning complex
puzzle-like objects of interlocking moving parts and watching them work in subtle
eyeles,playing out the consequences of principies built in from the beginning.Fourth
is the joy of always learning,which springs from the(2)nature of the task.In one way
or another the problem is ever new,and its solver learns
something:sometimes(3),sometimes theoretical,and sometimes both.Finally,there is
the delight of working in such a tractable medium.The(4),like the poet,works only
slightly removed from nure thought-stuff.Few media of ereation are so flexible,so easy
to polish and rework,so readily capable of realizing grand conceptual structures.
Yet the program(5),unlike the poet’s words,is real in the sense that it moves and
works,producing visible outputs separate from the comstrct itself.It prints
results,draws pictures,produces sounds,moves arms.Progamming then is fun because it
gratifies creative longings built deep within us and delights sensibities we hav e in
common with all men.
(1)A、programming
B、composing
C、working
D、writing
(2)A、repeating
B、basic
C、non-repeating
D、advance
(3)A、semantic
B、practical
C、lexical
D、syntactical
(4)A、poet
B、architect
C、doctor
D、programmer
(5)A、construct
B、code
C、size
D、scale
查看答案
試題參考答案:A、C、B、D、A
試題解析與討論:m.ichunya.com/st/82622845.html
試題4
設循環(huán)隊列 Q 的定義中有 rear 和 len 兩個域變量,其中 rear 表示隊尾元素的指針,len 表示隊列的長度,如下圖所示(隊列長度為 3,隊頭元素為 e)。設隊列的存儲空間容量為 M,則隊頭元素的指針為( ) 。
A、(Q.rear+Q.len-1)
B、(Q.rear+Q.len-1+M)%M
C、(Q.rear-Q.len+1)
D、(Q.rear-Q.len+1+M)%M
查看答案
試題參考答案:D
試題解析與討論:m.ichunya.com/st/83632879.html
試題5
A. A
B. B
C. C
D. D
查看答案
試題參考答案:C
試題解析與討論:m.ichunya.com/st/83692882.html
試題6
UML 的設計視圖包含了類、接口和協(xié)作,其中,設計視圖的靜態(tài)方面由(1) 和(2)表現(xiàn);動態(tài)方面由交互圖、 (3)表現(xiàn)。
(1)A、類圖
B、狀態(tài)圖
C、活動圖
D、用例圖
(2)A、狀態(tài)圖
B、順序圖
C、對象圖
D、活動圖
(3)A、狀態(tài)圖和類圖
B、類圖和活動圖
C、對象圖和狀態(tài)圖
D、狀態(tài)圖和活動圖
查看答案
試題參考答案:A、C、D
試題解析與討論:m.ichunya.com/st/79042721.html
試題7
數(shù)據(jù)庫系統(tǒng)通常采用三級模式結構:外模式、模式和內模式。這三級模式分別對應數(shù)據(jù)庫的( )。
A.基本表、存儲文件和視圖
B.視圖、基本表和存儲文件
C.基本表、視圖和存儲文件
D.視圖、存儲文件和基本表
查看答案
試題參考答案:B
試題解析與討論:m.ichunya.com/st/2528416555.html
試題8
在 Windows XP 操作系統(tǒng)中,用戶利用 “磁盤管理” 程序可以對磁盤進行初始化、創(chuàng)建卷,(1)。通常將“C:\Windows\myprogram.exe”文件設置成只讀和隱藏屬性,以便控制用戶對該文件的訪問,這一級安全管理稱之為 (2) 安全管理。
(1)A、但只能使用 FAT 文件系統(tǒng)格式化卷
B、但只能使用 FAT 32 文件系統(tǒng)格式化卷
C、但只能使用 NTFS 文件系統(tǒng)格式化卷
D、可以選擇使用 FAT、FAT32 或 NTFS 文件系統(tǒng)格式化卷
(2)A、文件級
B、目錄級
C、用戶級
D、系統(tǒng)級
查看答案
試題參考答案:D、A
試題解析與討論:m.ichunya.com/st/81702813.html
試題9
DES是( )算法。查看答案
試題參考答案:B
試題解析與討論:m.ichunya.com/st/4069729982.html
試題10
在以階段劃分的編譯器中,( )階段的主要作用是分析程序中的句子結構是否正確。查看答案
試題參考答案:B
試題解析與討論:m.ichunya.com/st/4073820492.html
溫馨提示:因考試政策、內容不斷變化與調整,信管網網站提供的以上信息僅供參考,如有異議,請以權威部門公布的內容為準!
信管網致力于為廣大信管從業(yè)人員、愛好者、大學生提供專業(yè)、高質量的課程和服務,解決其考試證書、技能提升和就業(yè)的需求。
信管網軟考課程由信管網依托10年專業(yè)軟考教研傾力打造,官方教材參編作者和資深講師坐鎮(zhèn),通過深研歷年考試出題規(guī)律與考試大綱,深挖核心知識與高頻考點,為學員考試保駕護航。面授、直播&錄播,多種班型靈活學習,滿足不同學員考證需求,降低課程學習難度,使學習效果事半功倍。
發(fā)表評論 查看完整評論 | |