軟件設(shè)計師當(dāng)天每日一練試題地址:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=4
往期軟件設(shè)計師每日一練試題匯總:www.conferencecallsmadeeasy.com/class/27/e4_1.html
軟件設(shè)計師每日一練試題(2023/4/20)在線測試:www.conferencecallsmadeeasy.com/exam/ExamDay.aspx?t1=4&day=2023/4/20
點擊查看:更多軟件設(shè)計師習(xí)題與指導(dǎo)
軟件設(shè)計師每日一練試題內(nèi)容(2023/4/20)
試題1
海明碼利用奇偶性檢錯和糾錯,通過在n個數(shù)據(jù)位之間插入k個校驗位,擴(kuò)大數(shù)據(jù)編碼的碼距。若n=48,則k應(yīng)為(3)查看答案
試題參考答案:C
試題2
以下關(guān)于DHCP服務(wù)的說法中正確的是 ( ) 。
A、在一個子網(wǎng)內(nèi)只能設(shè)置一臺DHCP服務(wù)器,以防止沖突
B、在默認(rèn)情況下,客戶機(jī)采用最先到達(dá)的DHCP服務(wù)器分配的IP地址
C、使用DHCP服務(wù),無法保證某臺計算機(jī)使用固定IP地址
D、客戶端在配置時必須指明DHCP服務(wù)器IP地址,才能獲得DHCP服務(wù)
查看答案
試題參考答案:B
試題3
下圖表示客戶端通過網(wǎng)絡(luò)訪問遠(yuǎn)端服務(wù)器的一種實現(xiàn)方式,請指出在服務(wù)器端的設(shè)備1是(1),沒備2是(2)。使用電話線路連接遠(yuǎn)程網(wǎng)絡(luò)的一種鏈路層協(xié)議是(3)。
(1)A、默認(rèn)網(wǎng)關(guān)
B、主交換機(jī)
C、Modem池
D、集線器
(2)A、Web服務(wù)器
B、FTP服務(wù)器
C、Mail服務(wù)器
D、RAS服務(wù)器
(3)A、TCP
B、PPP
C、UDP
D、ARP
查看答案
試題參考答案:C、D、B
試題4
下面的程序段違反了算法的( )原則。
Void sam()
{ int n=2;
while(!odd(n))
n+=2;
printf(n);
}
A、有窮性
B、確定性
C、可行性
D、健壯性
查看答案
試題參考答案:A
試題5
內(nèi)存按字節(jié)編址,地址從 90000H 到 CFFFFH,若用存儲容量為 16K×8bit 的存儲器芯片構(gòu)成該內(nèi)存,至少需要 ( ) 片。
A、2
B、4
C、8
D、16
查看答案
試題參考答案:D
試題6
在面向?qū)ο蟮恼Z言中, ( ) 。
A、類的實例化是指對類的實例分配存儲空間
B、每個類都必須創(chuàng)建一個實例
C、每個類只能創(chuàng)建一個實例
D、類的實例化是指對類進(jìn)行初始化
查看答案
試題參考答案:A
試題7
若n2、n1、n0分別表示一個二叉樹中度為2、度為1和葉子結(jié)點的數(shù)目(結(jié)點的度定義為結(jié)點的子樹數(shù)目),則對于任何一個非空的二叉樹,()。
A.n2一定大于n1
B.n1一定大于n0
C.n2一定大于n0
D.n0一定大于n2
查看答案
試題參考答案:D
試題8
Software entities are more complex for their size than perhaps any other humanconstruct, because no two parts are alike (at least above the statement level). If they are, wemake the two similar parts into one, a( 71 ), open or closeD. In this respect software systemsdiffer profoundly from computers, buildings, or automobiles, where repeated elements abound.
Digital computers . are themselves more complex than most things people build;they have very large numbers of states This makes conceiving, describing, and testing them harD. Software systems have orders of magnitude more( 72 )than computers do
Likewise, a scaling-up of a software entity is not m erely a repetition of the same elementsm larger size; it is necessarily an mcrease in the number of different elements. In most cases, the elements interact with each other in some( 73 )fashion: and the complexity of the wholencreases much more than linearly.
The complexity of software is a(an)( 74 )property, not an accidental one Hencedescriptions of a software entity that abstract away its complexity often abstract away its essence.Mathematics and the physical sciences made great strides for threecenturies by constructingsimplified models of complex phenomena, deriving properties fiom the models, and verifyingthose properties experimentally. This worked becausethe complexities( 75 ) in the modelswere not the .essential properties of the phenomena: It does not work when the complexities are the essence.
Many of the classical problems of developing software products derive from this essential complexi and its nonlinear uicreases with size. Not only .technical problems but management problems as well come from the coin plexity.
A. task
B.job
C.subroitune
D.Program
A.states
B.parts
C.conditions
D.Expressions
A.linear
B. nonlinear
C.Parallel
D.Addititive
A. surface
B. Outside
C.exterior
D.Essential
A. fixed
B. Included
C.ignored
D.stabilized
查看答案
試題參考答案:C、A、B、D、C
試題9
某磁盤磁頭從一個磁道移至另一個磁道需要 10ms。文件在磁盤上非連續(xù)存放,邏輯上相鄰數(shù)據(jù)塊的平均移動距離為 10 個磁道,每塊的旋轉(zhuǎn)延遲時間及傳輸時間分別為100ms 和 2ms,則讀取一個 100 塊的文件需要 ( ) ms 時間。
A、10200
B、11000
C、11200
D、20200
查看答案
試題參考答案:D
試題10
中斷響應(yīng)時間是指( )。
A、從中斷處理開始到中斷處理結(jié)束所用的時間
B、從發(fā)出中斷請求到中斷處理結(jié)束所用的時間
C、從發(fā)出中斷請求到進(jìn)入中斷處理所用的時間
D、從中斷處理結(jié)束到再次中斷請求的時間
查看答案
試題參考答案:C
信管網(wǎng)訂閱號
信管網(wǎng)視頻號
信管網(wǎng)抖音號
溫馨提示:因考試政策、內(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í)效果事半功倍。
發(fā)表評論 查看完整評論 | |