軟件設計師當天每日一練試題地址:m.xomuzic.com/exam/ExamDay.aspx?t1=4
往期軟件設計師每日一練試題匯總:m.xomuzic.com/class/27/e4_1.html
軟件設計師每日一練試題(2022/1/13)在線測試:m.xomuzic.com/exam/ExamDay.aspx?t1=4&day=2022/1/13
點擊查看:更多軟件設計師習題與指導
軟件設計師每日一練試題內容(2022/1/13)
試題
1:
算術表達式采用逆波蘭式表示時不用括號,可以利用 (1) 進行求值。與逆波蘭式ab-cd+*對應的中綴表達式是(2) 。
(1)A.數組
B.棧
C.隊列
D.散列表
(2)A.a-b+c*d
B.(a-b)*c+d
C.(a-b)*(c+d)
D.a-b*c+d
試題解析與討論:
m.xomuzic.com/st/246232910.html試題參考答案:B、C
試題
2:
分配給某公司網絡的地址塊是220.17.192.0/20,該網絡被劃分為(1)個C類子網,不屬于該公司網絡的子網地址是(2)。
(1)A.4
B.8
C.16
D.32
(2)A.220.17.203.0
B.220.17.205.0
C.220.17.207.0
D.220.17.213.0
試題解析與討論:
m.xomuzic.com/st/2485025360.html試題參考答案:C、D
試題
3:
某數碼相機內置 128MB 的存儲空間,拍攝分辨率設定為 1600×1200 像素,顏色深度為 24 位,若不采用壓縮存儲技術,使用內部存儲器最多可以存儲 ( ) 張照片。
A、12
B、22
C、13
D、23
試題解析與討論:
m.xomuzic.com/st/81042790.html試題參考答案:D
試題
4:
已知某二叉樹的中序序列為CBDAEFI、先序序列為ABCDEFI,則該二叉樹的高度為 ( ) 。
A、2
B、3
C、4
D、5
試題解析與討論:
m.xomuzic.com/st/80282764.html試題參考答案:C
試題
5: 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.list
B.document
C.tree-structure
D.number
試題解析與討論:
m.xomuzic.com/st/407653813.html試題參考答案:C
試題
6:
軟件開發(fā)的增量模型()。
A.最適用于需求被清晰定義的情況
B.是一種能夠快速構造可運行產品的好方法
C.最適合于大規(guī)模團隊開發(fā)的項目
D.是一種不適用于商業(yè)產品的創(chuàng)新模型
試題解析與討論:
m.xomuzic.com/st/247562519.html試題參考答案:B
試題
7:
在 Windows XP 操作系統(tǒng)中,用戶利用 “磁盤管理” 程序可以對磁盤進行初始化、建卷,(1)。通常將“C:\Windows\myprogram.exe”文件設置成只讀和隱藏屬性,便控制用戶對該文件的訪問,這一級安全管理稱之為 (2) 安全管理。
(1)A、但只能使用 FAT 文件系統(tǒng)格式化卷
B、但只能使用 FAT 32 文件系統(tǒng)格式化卷
C、但只能使用 NTFS 文件系統(tǒng)格式化卷
D、可以選擇使用 FAT、FAT32 或 NTFS 文件系統(tǒng)格式化卷
(2)A、文件級
B、目錄級
C、用戶級
D、系統(tǒng)級
試題解析與討論:
m.xomuzic.com/st/81702813.html試題參考答案:D、A
試題
8:
以下選項中,最適合于用交互式計算機軟件解決的問題是( )。
A、非結構化決策問題
B、半結構化決策問題
C、結構化決策問題
D、確定性問題
試題解析與討論:
m.xomuzic.com/st/76352629.html試題參考答案:B
試題
9:
面向對象( )選擇合適的面向對象程序設計語言,將程序組織為相互協(xié)作的對象集合,每個對象表示某個類的實例,類通過繼承等關系進行組織。
A.分析
B.設計
C.程序設計
D.測試
試題解析與討論:
m.xomuzic.com/st/2548923821.html試題參考答案:C
試題
10:
PKI 體制中,保證數字證書不被篡改的方法是 ()
A.用 CA 的私鑰對數字證書簽名
B.用 CA 的公鑰對數字證書簽名
C.用證書主人的私鑰對數字證書簽名
D.用證書主人的公鑰對數字證書簽名
試題解析與討論:
m.xomuzic.com/st/2700525940.html試題參考答案:A