當前位置:簡歷模板館>面試>面試筆試>

揚智(科技)筆試題目

面試筆試 閲讀(2.95W)
揚智(科技)筆試題目
軟件題目
  1. queue is a useful structure
  * what is a queue?
  * write 5 operations or s, without details, that can be done on a queue.
  2. insert a sequence fo keys(24,49,13,20,59,23,90,35) into a data structure, which has no keys initially. depict the data structure after these insertions, if it is:
  * a heap tree
  * an avl tree
  3. * what is a synchronous i/o bus?
  * what is an asnchronous i/o bus?
  * compare the advantages and disadvantages of synchronous and a synchronous i/o bus.
  4. explain the following terminology:
  * baud rate
  * handshaking
  * memory mapped i/o
  5. explain the key issues in supporting a real-time operation system for embedded system.
  6. explain the mapping of visual addresses to real addresses under paging by
  * direct mapping
  * associative mapping
  * combined direct/associated mapping
  7. please explain what is “write-back” and “write-through”, and discuss the advantage and disadvantage about these two methods.
  8. explain the concept and benefit of threads
  9. what is hardware interrupt? what is software interrupt? what is exception? please tell me all you know about interrupt.
  10. write a recursive that tests wether a string is a palindrome. a palindrome is s string such as “abcba” or “otto” that reads the same in both you can write this recursively,you can write an iterative version of this instead.
  11.什麼是進程(process)和線程(thread)?有何區別?
  12.mfc和sdk有何區別?
  13.irp是什麼?有何作用?
  14.windows 2000操作系統下用户模式和內核模式下編程有何區別?
  15.驅動程序的buffer能swap到磁盤上去嗎?為什麼?
  16.試編寫3個函數實現
  (1)建立一個雙向鏈表
  (2)插入一個節點
  (3)刪除一個節點
  17.簡述hardware interrupt和software中斷的區別,簡述其應用。
  18.試編寫一個函數,計算一個字符串中a的個數。
  19.畫出其相應流程圖並編寫一個函數實現一個整數到二進制數的轉換,如輸入6,輸出110。
  20.(1)編寫一個遞歸函數,刪除一個目錄。
   (2)編寫一個非遞歸函數,刪除一個目錄。
  並比較其性能。
  21.附加題:簡單敍述編程經歷
硬件題目
  1.用mos管搭出一個二輸入與非門。
  2.集成電路前段設計流程,寫出相關的工具。
  3.解釋名詞irq,bios,usb,vhdl,sdr。
  4.簡述如下unix命令cp -r, rm,uname。
  5.用波形表示d觸發器的功能。
  6.寫異步d觸發器的verilog module。
  7.what is pc chipset?
  8.用傳輸門和倒向器搭一個邊沿觸發器。
  9.畫狀態機,接受1,2,5分錢的賣報機,每份報紙5分錢。
dsp題目
  1.h(n)a*h(n1)+b*δ(n)
  (1)求h(n)的z變換
  (2)該系統是否為穩定系統
  (3)寫出fir數字濾波器的差分方程
  2.寫出下面模擬信號所需的最小採樣帶寬
  (1)模擬信號的頻率範圍是0~4khz
  (2)模擬信號的頻率範圍是2~4khz
  3.名詞解釋
  (1)量化誤差
  (2)直方圖
  (3)白平衡
  (4)mmx
  4.寫出下面幾種格式中用到的壓縮技術
  (1)jpeg
  (2)mpeg2
  (3)mp3