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