軟件設計師當天每日一練試題地址:m.yunxiwenhua.com/exam/ExamDay.aspx?t1=4
往期軟件設計師每日一練試題匯總:m.yunxiwenhua.com/class/27/e4_1.html
軟件設計師每日一練試題(2026/3/22)在線測試:m.yunxiwenhua.com/exam/ExamDay.aspx?t1=4&day=2026/3/22
點擊查看:更多軟件設計師習題與指導
軟件設計師每日一練試題內容(2026/3/22)
試題1
SMTP傳輸?shù)泥]件報文采用( )格式表示。
A.ASCII
B.ZIP
C.PNP
D.HTML
查看答案
試題參考答案:A
試題解析與討論:m.yunxiwenhua.com/exam/ExamDay.aspx?t1=4&day=2026/3/22
試題2
要將部門表Dept中name列的修改權限賦予用戶Ming,并允許Ming將該權限授予他人。實現(xiàn)該要求的SQL語句如下:查看答案
試題參考答案:C
試題解析與討論:m.yunxiwenhua.com/exam/ExamDay.aspx?t1=4&day=2026/3/22
試題3

A. A
B. B
C. C
D. D
查看答案
試題參考答案:B
試題解析與討論:m.yunxiwenhua.com/exam/ExamDay.aspx?t1=4&day=2026/3/22
試題4
下面是一個軟件項目活動圖,其中頂點表示項目里程碑,連接頂點的邊表示包含的活動,邊上的權重表示活動的持續(xù)時間(天),則關鍵路徑長度為( ),在該活動圖中,活動( )晚 16 天開始不會影響上班。
查看答案
試題參考答案:D、B
試題解析與討論:m.yunxiwenhua.com/exam/ExamDay.aspx?t1=4&day=2026/3/22
試題5
設某循環(huán)隊列Q的定義中有front和rear兩個域變量其中,front指示隊頭元素的位置,rear指示隊尾元素之后的位置,如下圖所示。若該隊列的容量為M,則其長度為( )。
A. (Q.rear-Q.front +1)
B. [Q.rcar-a.front+M)
C. [Q.rear-Cl.front+1)%M
D.(Qrear-Q.front+M)%M
查看答案
試題參考答案:D
試題解析與討論:m.yunxiwenhua.com/exam/ExamDay.aspx?t1=4&day=2026/3/22
試題6
在 IPv4 向 IPv6 過渡期間,如果要使得兩個 IPv6 結點可以通過現(xiàn)有的 IPv4 網(wǎng)絡進行通則應該使用(1);如果要使得純 IPv6 結點可以與純 IPv4 結點進行 通信,則需要使用(2) 。
(1)A.堆棧技術
B.雙協(xié)議棧技術
C.隧道技術
D.翻譯技術
(2)A 堆棧技術
B.雙協(xié)議棧技術
C.隧道技術
D.翻譯技術
查看答案
試題參考答案:C、D
試題解析與討論:m.yunxiwenhua.com/exam/ExamDay.aspx?t1=4&day=2026/3/22
試題7
“三網(wǎng)合一”的三網(wǎng)是指( )。
A.電信網(wǎng)、廣播電視網(wǎng)、互聯(lián)網(wǎng)
B.物聯(lián)網(wǎng)、廣播電視網(wǎng)、電信網(wǎng)
C.物聯(lián)網(wǎng)、廣播電視網(wǎng)、互聯(lián)網(wǎng)
D.物聯(lián)網(wǎng)、電信網(wǎng)、互聯(lián)網(wǎng)
查看答案
試題參考答案:A
試題解析與討論:m.yunxiwenhua.com/exam/ExamDay.aspx?t1=4&day=2026/3/22
試題8
采用面向對象開發(fā)方法時,對象是系統(tǒng)運行時基本實體。以下關于對象的敘述中,正確的是( )。
A.對象只能包括數(shù)據(jù)(屬性)
B.對象只能包括操作(行為)
C.對象一定有相同的屬性和行為
D.對象通常由對象名、屬性和操作三個部分組成
查看答案
試題參考答案:D
試題解析與討論:m.yunxiwenhua.com/exam/ExamDay.aspx?t1=4&day=2026/3/22
試題9
Networks can be interconnected by different devices in the physical layer networks can be connected by (1)or hubs .which just move the bits from one network to an identical network. One layer up we find bridges and switches which operate at data link layer. They can accept (2)examine the MAC address and forward the frames to a different network while doing minor protocol translation in the process in me network layer ,we have routers that can connect two networks, If two networks have (3) network layer, the router may be able to translate between the packer formats. In the transport layer we find transport gateway, which can interface between two transport connections Finally, in the application layer, application gateways translate message (4) .As an example, gateways between Internet e-mail and X.400 e-mail must (5) the e-mail message and change various header fields.
(1)A、reapers
B、relays
C、packages
D、modems
(2)A、frimes
B、packets
C、packages
D、cells
(3)A、special
B、dependent
C、similar
D、dissimilar
(4)A、syntax
B、semantics
C、language
D、format
(5)A、analyze
B、parse
C、delete
D、create
查看答案
試題參考答案:A、A、D、B、B
試題解析與討論:m.yunxiwenhua.com/exam/ExamDay.aspx?t1=4&day=2026/3/22
試題10
在字符串的KMP模式匹配算法中,需先求解模式串的next函數(shù)值,其定義如下式所示,j表示模式串中字符的序號(從1開始)。若模式串p為“abaac”,則其next函數(shù)值為( )。
A.01234
B.01122
C.01211
D.01111
查看答案
試題參考答案:B
試題解析與討論:m.yunxiwenhua.com/exam/ExamDay.aspx?t1=4&day=2026/3/22
信管網(wǎng)訂閱號
信管網(wǎng)視頻號
信管網(wǎng)抖音號
溫馨提示:因考試政策、內容不斷變化與調整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請以權威部門公布的內容為準!
信管網(wǎng)致力于為廣大信管從業(yè)人員、愛好者、大學生提供專業(yè)、高質量的課程和服務,解決其考試證書、技能提升和就業(yè)的需求。
信管網(wǎng)軟考課程由信管網(wǎng)依托10年專業(yè)軟考教研傾力打造,教材和資料參編作者和資深講師坐鎮(zhèn),通過深研歷年考試出題規(guī)律與考試大綱,深挖核心知識與高頻考點,為學員考試保駕護航。面授、直播&錄播,多種班型靈活學習,滿足不同學員考證需求,降低課程學習難度,使學習效果事半功倍。
| 發(fā)表評論 查看完整評論 | |