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

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

軟題庫 培訓課程
當前位置:信管網 >> 軟件設計師 >> 每日一練 >> 文章內容
軟件設計師每日一練試題(2021/12/15)
來源:信管網 2021年12月16日 【所有評論 分享到微信

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

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

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

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

軟件設計師每日一練試題內容(2021/12/15)

試題1

給定一個有n個元素的有序線性表。若采用順序存儲結構,則在等概率前提下,刪除其中的一個元素平均需要移動( )個元素。
A、(n+1)/2
B、n/2
C、(n-1)/2
D、1

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

試題2

輸出受限的雙端隊列是指元素可以從隊列的兩端輸入、但只能從隊列的一端輸出,如下圖所示。若有e1、c2、e3、e4依此進入輸出受限的雙端隊列,則得不到輸出隊列()。

A.e4、e3、e2、e1
B.e4、e2、e1、e3
C.e4、e3、e1、e2
D.e4、e2、e3、e1

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

試題3

設有關系R、S如下所示,則關系代數(shù)表達式R÷S的結果集為( )。
關系R A B C

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

試題4: 進程P1、P2、P3、P4和P5的前趨圖如下所示:

若用PV操作控制這5個進程的同步與互斥的程序如下,那么程序中的空①和空②處應分別為();空③和空④處應分別為( );空⑤和空⑥處應分別為( )。

(1)
A.V(S1)和P(S2)
B.P(S1)和V(S2)
C.V(S1)和V(S2)
D.V(S2)和P(S1)
(2)
A.V(S3)和V(S5)
B.P(S3)和V(S5)
C.V(S3)和P(S5)
D.P(S3)和P(S5)
(3)
A.P(S6)和P(S5)V(S6)
B.V(S5)和V(S5)V(S6)
C.V(S6)和P(S5)P(S6)
D.P(S6)和P(S5)P(S6)試題解析與討論:m.xiexiliangjiufa.com/st/4071425030.html
試題參考答案:D、B、C

試題5: 語法制導翻譯是一種()方法。
A.動態(tài)語義分析
B.中間代碼優(yōu)化
C.靜態(tài)語義分析
D.目標代碼優(yōu)化
試題解析與討論:m.xiexiliangjiufa.com/st/3961427007.html
試題參考答案:C

試題6

下列網絡互連設備中,屬于物理層的是(1),屬于網絡層的是(2)
(1)A、中繼器
B、交換機
C、路由器
D、網橋
(2)A、中繼器
B、交換機
C、路由器
D、網橋

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

試題7

查詢各種零件的平均庫存量、最多庫存量與最少庫存量之間差值的SOL語句如下:
SELECT 零件號,(1)FROM P(2);
(1)A.AVG(庫存量)AS平均庫存量,MAX(庫存量)—MIN(庫存量)AS差值
B.平均庫存量AS AVG(庫存量),差值AS MAX(庫存量)—MIN(庫存量)
C.AVG庫存量AS平均庫存量,MAX庫存量—MIN庫存量AS差值
D.平均庫存量AS AVG庫存量,差值AS MAX庫存量—MIN庫存量
(2) A.ORDER BY 供應商
B.ORDER BY 零件號
C.GROUP BY 供應商
D.GROUP BY 零件號

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

試題8

若內存地址區(qū)間為4000H~43FFH,每個存貯單元可存儲16位二進制數(shù),該內存區(qū)域用4片存儲器芯片構成,則構成該內存所用的存儲器芯片的容量是 ( ) 。
A、512×16bit
B、256×8bit
C、256×16bit
D、1024×8bit

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

試題9

The purpose of the requirements definition phase is to produce a clear, complete, consistent, and testable (1)of the technical requirements for the software product.
During the requirements definition phase, the requirements definition team uses an iterative process to expand a broad statement of the system requirements into a complete and detailed specification of each function that the software must perform and each (2) that it must meet. The starting point is usually a set of high level requirements from the (3)that describe the project or problem.
In either case, the requirements definition team formulates an overall concept for the system and then defines (4) showing how the system will be operated publishes the system and operations concept document and conducts a system concept review (SCR).
Following the SCR, the team derives(5) requirements for the system from the high level requirements and the system and operations concept. using structured or object-oriented analysis. the team specifies the software functions and algorithms needed to satisfy each detailed requirement.
(1)A、function 
B、definition 
C、specification 
D、statement
(2)A、criterion 
B、standard 
C、model 
D、system
(3)A、producer 
B、customer 
C、programmer 
D、analyser
(4)A、rules 
B、principles 
C、scenarios 
D、scenes
(5)A、detailed 
B、outlined 
C、total 
D、complete 

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

試題10

在55個互異元素構成的有序表A[ 1..55]中進行折半查找(或二分查找,向下取整)。若需要找的元素等于A[19 ],則在查找過程中參與比較的元素依次為( )、A[ 19]。
A. A[28 ]、A[30 ]、A[15 ]、A[20 ]
B. A[ 28]、A[14 ]、A[ 21]、A[17 ]
C. A[ 28]、A[15 ]、A[ 22]、A[18]
D. A[ 28]、A[18 ]、A[22 ]、A[20 ]

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

掃碼關注公眾號

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

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

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

相關內容

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

推薦文章