軟件設(shè)計師當(dāng)天每日一練試題地址:www.jycxcx.com/exam/ExamDay.aspx?t1=4
往期軟件設(shè)計師每日一練試題匯總:www.jycxcx.com/class/27/e4_1.html
軟件設(shè)計師每日一練試題(2022/4/12)在線測試:www.jycxcx.com/exam/ExamDay.aspx?t1=4&day=2022/4/12
點擊查看:更多軟件設(shè)計師習(xí)題與指導(dǎo)
軟件設(shè)計師每日一練試題內(nèi)容(2022/4/12)
試題1
已知某高級語言源程序 A 經(jīng)編譯后得到機器 C 上的目標(biāo)程序 B,則 ( ) 。
A、對 B 進行反編譯,不能還原出源程序 A
B、對 B 進行反匯編,不能得到與源程序 A 等價的匯編程序代碼
C、對 B 進行反編譯,得到的是源程序 A 的變量聲明和算法流程
D、對 A 和 B 進行交叉編譯,可以產(chǎn)生在機器 C 上運行的動態(tài)鏈接庫
查看答案
試題參考答案:A
試題解析與討論:www.jycxcx.com/st/81682812.html
試題2
下圖是一個軟件項目的活動圖,其中頂點表示項目里程碑,連接頂點的邊表示活動,邊的權(quán)重表示活動的持續(xù)時間,則里程碑(1)在關(guān)鍵路徑上?;顒覩H 的松弛時間是(2)。
(1)A.B
B.E
C.C
D.K
(2)A.0
B.1
C.2
D.3
查看答案
試題參考答案:A、D
試題3
大多數(shù)程序設(shè)計語言的語法規(guī)則用(49)描述即可。查看答案
試題參考答案:B
試題解析與討論:www.jycxcx.com/st/380611102.html
試題4
若用256K×8bit的存儲器芯片,構(gòu)成地址40000000H到400FFFFFH且按字節(jié)編址的內(nèi)存區(qū)域,則需()片芯片。查看答案
試題參考答案:A
試題解析與討論:www.jycxcx.com/st/380268323.html
試題5
默認(rèn)情況下,F(xiàn)TP服務(wù)器的控制端口為(1 ),上傳文件時的端口為(2 )。
(1)A.大于1024的端口
B.20
C.80
D.21
(2)A.大于1024的端口
B.20
C.80
D.21
查看答案
試題參考答案:D、B
試題6
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
試題解析與討論:www.jycxcx.com/st/82622845.html
試題7
某Web網(wǎng)站向CA申請了數(shù)字證書。用戶登錄該網(wǎng)站時,通過驗證 (1) ,可確認(rèn)該數(shù)字證書的有效性,從而 (2) 。
(1)A、CA的簽名
B、網(wǎng)站的簽名
C、會話密鑰
D、DES密碼
(2)A、向網(wǎng)站確認(rèn)自己的身份
B、獲取訪問網(wǎng)站的權(quán)限
C、和網(wǎng)站進行雙向認(rèn)證
D、驗證該網(wǎng)站的真?zhèn)?/p>
查看答案
試題參考答案:A、D
試題解析與討論:www.jycxcx.com/st/79312731.html
試題8
對于n(n≥0)個元素構(gòu)成的線性序列L,在 ( ) 時適合采用鏈?zhǔn)酱鎯Y(jié)構(gòu)。
A、需要頻繁修改L中元素的值
B、需要頻繁地對L進行隨機查找
C、需要頻繁地對L進行刪除和插入操作
D、要求L存儲密度高
查看答案
試題參考答案:C
試題解析與討論:www.jycxcx.com/st/79702744.html
試題9
以下關(guān)于二叉排序樹(或二叉查找樹、二叉搜索樹)的敘述中,正確的是( ) 。
A.對二叉排序樹進行先序、中序和后序遍歷,都得到結(jié)點關(guān)鍵字的有序序列
B.含有 N 個結(jié)點的二叉排序樹高度為【 log2n】 +1
C.從根到任意二個葉子結(jié)點的路徑上,結(jié)點的關(guān)鍵字呈現(xiàn)有序排列的特點
D.從左到右排列同層次的結(jié)點,’其關(guān)鍵字呈現(xiàn)有序排列的特點
查看答案
試題參考答案:D
試題解析與討論:www.jycxcx.com/st/286556467.html
試題10
軟件配置管理的內(nèi)容不包括( )。
A.版本控制
B.變更控制
C.過程支持
D.質(zhì)量控制
查看答案
試題參考答案:D
試題解析與討論:www.jycxcx.com/st/254822392.html
溫馨提示:因考試政策、內(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é)員考試保駕護航。面授、直播&錄播,多種班型靈活學(xué)習(xí),滿足不同學(xué)員考證需求,降低課程學(xué)習(xí)難度,使學(xué)習(xí)效果事半功倍。
發(fā)表評論 查看完整評論 | |