午夜无码中文字幕影院,国产自产第一区c国产,久久久久久夜精品精品免费,国产99久久,夜夜夜夜曰天天天天拍国产,欧美日韩亚洲另类专区,国产精品区一区二区免费

專業(yè)軟件設(shè)計(jì)師網(wǎng)站|培訓(xùn)機(jī)構(gòu)|服務(wù)商(加客服微信:cnitpm或QQ:800184589進(jìn)軟件設(shè)計(jì)師學(xué)霸群)

軟題庫 培訓(xùn)課程
當(dāng)前位置:信管網(wǎng) >> 軟件設(shè)計(jì)師 >> 每日一練 >> 文章內(nèi)容
軟件設(shè)計(jì)師每日一練試題(2021/12/15)
來源:信管網(wǎng) 2021年12月16日 【所有評(píng)論 分享到微信

軟件設(shè)計(jì)師當(dāng)天每日一練試題地址:m.xomuzic.com/exam/ExamDay.aspx?t1=4

往期軟件設(shè)計(jì)師每日一練試題匯總:m.xomuzic.com/class/27/e4_1.html

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

點(diǎn)擊查看:更多軟件設(shè)計(jì)師習(xí)題與指導(dǎo)

軟件設(shè)計(jì)師每日一練試題內(nèi)容(2021/12/15)

試題1

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

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

試題2

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

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

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

試題3

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

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

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

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

(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.xomuzic.com/st/4071425030.html
試題參考答案:D、B、C

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

試題6

下列網(wǎng)絡(luò)互連設(shè)備中,屬于物理層的是(1),屬于網(wǎng)絡(luò)層的是(2)
(1)A、中繼器
B、交換機(jī)
C、路由器
D、網(wǎng)橋
(2)A、中繼器
B、交換機(jī)
C、路由器
D、網(wǎng)橋

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

試題7

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

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

試題8

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

試題解析與討論:m.xomuzic.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.xomuzic.com/st/77152656.html
試題參考答案:C、A、B、C、A

試題10

在55個(gè)互異元素構(gòu)成的有序表A[ 1..55]中進(jìn)行折半查找(或二分查找,向下取整)。若需要找的元素等于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.xomuzic.com/st/252913709.html
試題參考答案:B

掃碼關(guān)注公眾號(hào)

溫馨提示:因考試政策、內(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ī)律與考試大綱,深挖核心知識(shí)與高頻考點(diǎn),為學(xué)員考試保駕護(hù)航。面授、直播&錄播,多種班型靈活學(xué)習(xí),滿足不同學(xué)員考證需求,降低課程學(xué)習(xí)難度,使學(xué)習(xí)效果事半功倍。

相關(guān)內(nèi)容

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

推薦文章