資源描述:
《揚(yáng)智(科技)筆試題目分享 ZZ》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在應(yīng)用文檔-天天文庫。
1、揚(yáng)智(科技)筆試題目分享ZZ 9.揚(yáng)智(科技)筆試題目 軟件題目 1.Queueisausefulstructure隊伍是一個有用的結(jié)構(gòu) *Whatisaqueue?一個隊伍? *Write5operationsorfunctions,withoutdetails,thatcanbedoneonaqueue.寫5次行動或者功能沒有細(xì)節(jié)那可能被在一個隊伍做 2.Insertasequencefokeys(24,49,13,20,59,23,90,35)intoadatastr
2、ucture,whichhasnokeysinitially.Depictthedatastructureaftertheseions,ifitis:把一把順序fo鑰匙(2449132059239035)插入進(jìn)一種數(shù)據(jù)結(jié)構(gòu)這最初沒有鑰匙在這些插入之后描繪數(shù)據(jù)結(jié)構(gòu)如果它是: *aheaptree一棵堆樹 *anAVLtreeAVL樹 3.*WhatisasynchronousI/Obus? *WhatisanasnchronousI/Obus? *Comparetheadvanta
3、gesanddisadvantagesofsynchronousandasynchronousI/Obus. 4.Explainthefollowingterminology: *Baudrate *Handshaking *MemorymappedI/O 5.Explainthekeyissuesinsupportingarealtimeoperationsystemforembeddedsystem. 6.Explainthemappingofvisualaddress
4、estorealaddressesunderpagingby *directmapping *associativemapping *bineddirect/associatedmapping 7.Pleaseexplainwhatis“writeback”and“writethrough”,anddiscusstheadvantageanddisadvantageaboutthesetwomethods. 8.Explaintheconceptandbenefitofthrea
5、ds 9.Whatishardwareinterrupt?Whatissoftwareinterrupt?Whatisexception?Pleasetellmeallyouknowaboutinterrupt. 10.Writearecursivefunctionthattestswetherastringisapalindrome.Apalindromeissstringsuchas“abcba”or“otto”thatreadsthesameinbothdirections.Ifyoucan
6、writethisfunctionrecursively,youcanwriteaniterativeversionofthisfunctioninstead. 11.什么是進(jìn)程(Process)和線程(Thread)?有何區(qū)別? 12.MFC和SDK有何區(qū)別? 13.IRP?有何作用? 14.Windows2000操作系統(tǒng)下用戶模式和內(nèi)核模式下編程有何區(qū)別? 15.驅(qū)動程序的BUFFER能swap到磁盤上去?為什么? 16.試編寫3個函數(shù)實現(xiàn) (1)建立一個雙向鏈表
7、 (2)插入一個節(jié)點(diǎn) (3)刪除一個節(jié)點(diǎn) 17.簡述Hardwareinterrupt和software中斷的區(qū)別簡述其應(yīng)用 18.試編寫一個函數(shù)計算一個字符串中A的個數(shù) 19.畫出其相應(yīng)流程圖并編寫一個函數(shù)實現(xiàn)一個整數(shù)到二進(jìn)制數(shù)的轉(zhuǎn)換如輸入6輸出110 20. (1)編寫一個遞歸函數(shù)刪除一個目錄 (2)編寫一個非遞歸函數(shù)刪除一個目錄 并比較其性能 21.附加題:簡單敘述編程經(jīng)歷 硬件題目 1.用mos管搭出一個二輸入與非門 2.集
8、成電路前段設(shè)計流程寫出相關(guān)的工具 3.解釋名詞IRQBIOSUSBVHDLSDR 4.簡述如下Unix命令cpr,rm,uname 5.用波形表示D觸發(fā)器的功能 6.寫異步D觸發(fā)器的verilogmodule 7.WhatisPCChipset? 8.用傳輸門和倒向器搭一個邊沿觸發(fā)器 9.畫狀態(tài)機(jī)接受125分錢的賣報機(jī)每份報紙5分錢 DSP題目