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