女人久久久www免费人成看片,国内自拍偷拍网,国产一区二区三区免费在线观看,欧美精品三区四区,91久久国产综合久久91,欧美成人精品第一区二区三区 ,美女成人在线观看

專業(yè)軟件設計師網(wǎng)站|培訓機構|服務商(加客服微信:cnitpm或QQ:800184589進軟件設計師學霸群)

軟題庫 培訓課程
當前位置:信管網(wǎng) >> 軟件設計師 >> 每日一練 >> 文章內(nèi)容
軟件設計師每日一練試題(2021/8/31)
來源:信管網(wǎng) 2021年09月01日 【所有評論 分享到微信

軟件設計師當天每日一練試題地址:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4

往期軟件設計師每日一練試題匯總:m.xiexiliangjiufa.com/class/27/e4_1.html

軟件設計師每日一練試題(2021/8/31)在線測試:m.xiexiliangjiufa.com/exam/ExamDay.aspx?t1=4&day=2021/8/31

點擊查看:更多軟件設計師習題與指導

軟件設計師每日一練試題內(nèi)容(2021/8/31)

試題1

在單指令流多數(shù)據(jù)流計算機(SIMD)中,各處理單元必須( )。
A、以同步方式,在同一時間內(nèi)執(zhí)行不同的指令 
B、以同步方式,在同一時間內(nèi)執(zhí)行同一條指令 
C、以異步方式,在同一時間內(nèi)執(zhí)行不同的指令 
D、以異步方式,在同一時間內(nèi)執(zhí)行同一條指令 

試題解析與討論:m.xiexiliangjiufa.com/st/76662640.html
試題參考答案:B

試題2

如下所示的UML圖是(1 ),圖中(Ⅰ)表示(2 ),(Ⅱ)表示(3 )。



(1)A.序列圖
B.狀態(tài)圖
C.通信圖
D.活動圖
(2)A.合并分叉
B.分支
C.合并匯合
D.流
(3)A.分支條件
B.監(jiān)護表達式
C.動作名
D.流名稱

試題解析與討論:m.xiexiliangjiufa.com/st/2534010910.html
試題參考答案:D、A、B

試題3

若C程序的表達式中引用了未賦初值的變量,則()。
A.編譯時一定會報告錯誤信息,該程序不能運行
B.可以通過編譯并運行,但運行時一定會報告異常
C.可以通過編譯,但鏈接時一定會報告錯誤信息而不能運行
D.可以通過編譯并運行,但運行結果不一定是期望的結果

試題解析與討論:m.xiexiliangjiufa.com/st/2468819624.html
試題參考答案:D

試題4

在下圖所示的樹型文件系統(tǒng)中,方框表示目錄,圓圈表示文件,“/”表示路徑中的分隔符,“/”在路徑之首時表示根目錄。圖中,  (1)  。假設當前目錄是 A2,若進程 A以如下兩種方式打開文件 f2:
方式①    fd1=open(″(2)/f2″,o_RDONLY);
方式②    fd1=open(″/A2/C3/f2″,o_RDONLY);
那么,采用方式①的工作效率比方式②的工作效率高。

(1)A、根目錄中文件 f1 與子目錄 C1、C2 和 C3 中文件 f1 一定相同
B、子目錄 C1 中文件 f2 與子目錄 C3 中文件 f2 一定相同
C、子目錄 C1 中文件 f2 與子目錄 C3 中文件 f2 一定不同
D、子目錄 C1 中文件 f2 與子目錄 C3 中文件 f2 是可能相同也可能不相同
(2)A、/A2/C3
B、A2/C3
C、C3
D、f2

試題解析與討論:m.xiexiliangjiufa.com/st/80612776.html
試題參考答案:D、C

試題5

在IE瀏覽器中,安全級別最高的區(qū)域設置是()。
A.Internet
B.本地Intranet
C.可信站點
D.受限站點

試題解析與討論:m.xiexiliangjiufa.com/st/246123503.html
試題參考答案:D

試題6: 對于后綴表達式abc-+d*(其中,-、+、*表示二元算術運算減、加、乘),與該后綴式等價的語法樹為(23)。
A.
B.
C.
D.
試題解析與討論:m.xiexiliangjiufa.com/st/3959121517.html
試題參考答案:B

試題7: The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.
All the documents of the project need to be part of this (請作答此空). This includes objectives ,external specifications , interface specifications , technical standards , internal specifications and administrative memoranda(備忘錄).
Technical prose is almost immortal. If one examines the genealogy ( Ff ) of a customer manual for a piece of hardware or software , one can trace not only the ideas , but also many of the very sentences and paragraphs back to the first ( ) proposing the product or explaining the first design. For the technical writer, the paste-pot is as mighty as the pen.
Since this is so, and since tomorrow's product-quality manuals will grow from today’s memos, it is very important to get the structure of the documentation right. The early design of the project ( ) ensures that the documentation structure itself is crafted, not haphazard. Moreover, the establishment of a structure molds later writing into segments that fit into that structure.
The second reason for the project workbook is control of the distribution of ( ). The problem is not to restrict information, but to ensure that relevant information gets to all the people who need it.
The first step is to number all memoranda, so that ordered lists of titles are available and h worker can see if he has what he wants. The organization of the workbook goes well beyond this to establish a tree-structure of memoranda. The ( ) allows distribution lists to be maintained by subtree, if that is desirable.
A.structure
B.specification
C.standard
D.objective
試題解析與討論:m.xiexiliangjiufa.com/st/4076127115.html
試題參考答案:A、B、C、D、C

試題8

下面關于棧和隊列的敘述,錯誤的是 ( ) 。
A、棧和隊列都是操作受限的線性表
B、隊列采用單循環(huán)鏈表存儲時, 只需設置隊尾指針就可使入隊和出隊操作的時間復雜度都為 O(1)
C、若隊列的數(shù)據(jù)規(guī)模 n 可以確定,則采用順序存儲結構比鏈式存儲結構效率更高
D、利用兩個??梢阅M一個隊列的操作,反之亦可

試題解析與討論:m.xiexiliangjiufa.com/st/81962822.html
試題參考答案:D

試題9

某系統(tǒng)采用請求頁式存儲管理方案,假設某進程有6個頁面,系統(tǒng)給該進程分配了4個存儲塊,其頁面變換表如下表所示,表中的狀態(tài)位等于I/O分別表示頁面在內(nèi)存/不在內(nèi)存。當該進程訪問的頁面2不在內(nèi)存時,應該淘汰表中頁號為 (1) 的頁面。假定頁面大小為4K,邏輯地址為十六進制3C18H,該地址經(jīng)過變換后的頁幀號為 (2) 。

(1)A.0
B.3
C.4
D.5
(2)A.2
B.5
C.8
D.12

試題解析與討論:m.xiexiliangjiufa.com/st/2462729003.html
試題參考答案:D、A

試題10

關于軟件著作權產(chǎn)生的時間,表述正確的是  ( )  。
A、自軟件首次公開發(fā)表時
B、自開發(fā)者有開發(fā)意圖時
C、自軟件得到國家著作權行政管理部門認可時
D、自軟件完成創(chuàng)作之日起

試題解析與討論:m.xiexiliangjiufa.com/st/80482771.html
試題參考答案:D

掃碼關注公眾號

溫馨提示:因考試政策、內(nèi)容不斷變化與調(diào)整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請以權威部門公布的內(nèi)容為準!

信管網(wǎng)致力于為廣大信管從業(yè)人員、愛好者、大學生提供專業(yè)、高質(zhì)量的課程和服務,解決其考試證書、技能提升和就業(yè)的需求。

信管網(wǎng)軟考課程由信管網(wǎng)依托10年專業(yè)軟考教研傾力打造,官方教材參編作者和資深講師坐鎮(zhèn),通過深研歷年考試出題規(guī)律與考試大綱,深挖核心知識與高頻考點,為學員考試保駕護航。面授、直播&錄播,多種班型靈活學習,滿足不同學員考證需求,降低課程學習難度,使學習效果事半功倍。

相關內(nèi)容

發(fā)表評論  查看完整評論  

推薦文章