軟件設計師當天每日一練試題地址:www.njjt123.com/exam/ExamDay.aspx?t1=4
往期軟件設計師每日一練試題匯總:www.njjt123.com/class/27/e4_1.html
軟件設計師每日一練試題(2025/4/10)在線測試:www.njjt123.com/exam/ExamDay.aspx?t1=4&day=2025/4/10
點擊查看:更多軟件設計師習題與指導
軟件設計師每日一練試題內容(2025/4/10)
試題1
隊列的特點是先進先出,若用循環(huán)單鏈表表示隊列,則()。查看答案
試題參考答案:A
試題解析與討論:www.njjt123.com/exam/ExamDay.aspx?t1=4&day=2025/4/10
試題2
CPU訪問存儲器時,被訪問數據一般聚集在一個較小的連續(xù)存儲區(qū)域中。若一個存儲單元已被訪問,則其鄰近的存儲單元有可能還要被訪問,該特性被稱為( )查看答案
試題參考答案:C
試題解析與討論:www.njjt123.com/exam/ExamDay.aspx?t1=4&day=2025/4/10
試題3
美國卡內基—梅隆大學SEI提出的CMM模型將軟件過程的成熟度分為5個等級,以下選項中,屬于可管理級的特征是( )。
A、工作無序,項目進行過程中經常放棄當初的計劃
B、建立了項目級的管理制度
C、建立了企業(yè)級的管理制度
D、軟件過程中活動的生產率和質量是可度量的
查看答案
試題參考答案:D
試題解析與討論:www.njjt123.com/exam/ExamDay.aspx?t1=4&day=2025/4/10
試題4
Teams are required for most engineering projects. Although some small hardware or software products can be developed by individuals, the scale and complexity of modem systems is such, and the demand for short schedules so great, that it is no longer (1) for one person to do most engineering jobs. Systems development is a team (2) ,and the effectiveness of the team largely determines the (3) of the engineering. Development teams often behave much like baseball or basketball teams. Even though they may have multiple specialties, allthe members work toward (4) .However,on systems maintenance and enhancement teams, the engineers often work relatively independently, much like wrestling and track teams.
A team is (5) just a group of people who happen to work together. Teamwork takes practice and it involves special skills. Teams require common processes; they need
agreed-upon goals; and they need effective guidance and leadership. The methods for guiding and leading such teams are well known, but they are not obvious.
(1)A.convenient
B.existing
C.practical
D.real
(2)A.activity
B.job
C.process
D.application
(3)A.size
B.quality
C.scale
D.complexity
(4)A.multiple objectives
B.different objectives
C.a single objective
D.independent objectives
(5)A.relatively
B./
C.only
D.more than
查看答案
試題參考答案:C、A、B、C、D
試題解析與討論:www.njjt123.com/exam/ExamDay.aspx?t1=4&day=2025/4/10
試題5
結構化開發(fā)方法中,數據流圖是 ( ) 階段產生的成果。
A、需求分析
B、總體設計
C、詳細設計
D、程序編碼
查看答案
試題參考答案:A
試題解析與討論:www.njjt123.com/exam/ExamDay.aspx?t1=4&day=2025/4/10
試題6
已知一個線性表(16, 25, 35, 43, 51, 62, 87, 93),采用散列函數 H(Key)=Key mod 7將元素散列到表長為 9 的散列表中。若采用線性探測的開放定址法解決沖突(順序地探查可用存儲單元),則構造的哈希表為 (1) ,在該散列表上進行等概率成功查找的平均查找長度為 (2) (為確定記錄在查找表中的位置,需和給定關鍵字值進行比較的次數的期望值稱為查找算法在查找成功時的平均查找長度)。
(1)A. A
B. B
C. C
D. D
(2)A、(5*1+2+3+6) / 8
B、(5*1+2+3+6) / 9
C、(8*1) / 8
D、(8*1) / 9
查看答案
試題參考答案:C、A
試題解析與討論:www.njjt123.com/exam/ExamDay.aspx?t1=4&day=2025/4/10
試題7
函數main()、f()的定義如下所示。調用函數f()時,第一個參數采用傳值(call by value)方式,第二個參數采用傳引用(call by referen)方式,則函數main()執(zhí)行后輸出的值為(50)。
查看答案
試題參考答案:D
試題解析與討論:www.njjt123.com/exam/ExamDay.aspx?t1=4&day=2025/4/10
試題8
建立一個供應商、零件數據庫。其中“供應商”表S(Sno,Sname,Zip,City)分別表示:供應商代碼、供應商名、供應商郵編、供應商所在城市,其函數依賴為:Sno→(Sname,Zip,City ),Zip→City?!肮獭北鞸屬于 ( ) 。
A、1NF
B、2NF
C、3NF
D、BCNF
查看答案
試題參考答案:B
試題解析與討論:www.njjt123.com/exam/ExamDay.aspx?t1=4&day=2025/4/10
試題9
原碼表示法和補碼表示法是計算機中用于表示數據的兩種編碼方法,在計算機系統(tǒng)中常采用補碼來表示和運算數據,原因是采用補碼可以()。
A.保證運算過程與手工運算方法保持一致
B.簡化計算機運算部件的設計
C.提高數據的運算速度
D.提高數據的運算精度
查看答案
試題參考答案:B
試題解析與討論:www.njjt123.com/exam/ExamDay.aspx?t1=4&day=2025/4/10
試題10
面向對象程序設計語言為 ( ) 提供支持。
A、面向對象用例設計階段
B、面向對象分析階段
C、面向對象需求分析階段
D、面向對象實現階段
查看答案
試題參考答案:D
試題解析與討論:www.njjt123.com/exam/ExamDay.aspx?t1=4&day=2025/4/10
信管網訂閱號
信管網視頻號
信管網抖音號
溫馨提示:因考試政策、內容不斷變化與調整,信管網網站提供的以上信息僅供參考,如有異議,請以權威部門公布的內容為準!
信管網致力于為廣大信管從業(yè)人員、愛好者、大學生提供專業(yè)、高質量的課程和服務,解決其考試證書、技能提升和就業(yè)的需求。
信管網軟考課程由信管網依托10年專業(yè)軟考教研傾力打造,教材和資料參編作者和資深講師坐鎮(zhèn),通過深研歷年考試出題規(guī)律與考試大綱,深挖核心知識與高頻考點,為學員考試保駕護航。面授、直播&錄播,多種班型靈活學習,滿足不同學員考證需求,降低課程學習難度,使學習效果事半功倍。
發(fā)表評論 查看完整評論 | |