dl-威盛software的试题

时间:2020-11-10 18:54:24 笔试题目 我要投稿

dl-威盛software的试题

  威盛software的试题

dl-威盛software的试题



1. write down the 7 types of exception and vector address of ARM.

2. Briefly describe the signals(TRST#, TCK, TMS,TDI,TDO) of JTAG.

3.What is the instruction for switching the ARM processor to excute Thumb
instructions?

4. describe x86 PC's architecture in a diagram
cpu,core chipset, Cache,DRAM, IO-subsystem, IO-Bus

5. SWI instruction is often called a "supervisor call",describe the actions
in detail
a. Save the address of the instruction after the SWI in rl4_svc.
b. Save the CPSR in SPSR_svc.
c. Enter supervisor mode and disable IRQs.
d. Set the PC to 08 and begin executing the instruction there.

6.a. What is PIO operation? advantage and disadvantage?
b. DMA operation? advantage and disadvantage?
c. Scatter/Gather DMA engine? how does it operate?


7. MP3 decoder related.(a flow chart of decoding is presented)
a. advantages of Huffman encoding?
b. why the aliasing reduction is necessary?
c. analytical expression in mathematics of the IMDCT?
d. which block in the flow chart is suitable for the software implementation
and which for the hardware? reason?

8. Assembly codes -> C language (about 15 lines).

1, 三组程序,找出错误,如果有的话.
1> a.c long temp[255];
b.c extern *temp;
2>a.c long temp[255];
b.c extern temp[256];
3>a.c long temp[255];
b.c extern temp[];
2, 在第一个声明处编译出了奇怪的.错误,为什么?
#include
#include "myfun1.h"
#include "myfun2.h"
int myInt1;
int myInt2;

3, printf("0x%x", ( 请问打印了什么?

4, #define offset(s,c) 同intel的题.

5, 汇编,用ax,bx,cx,dx, 求1000*1000/30(四舍五入), 结果放在ax中.

6, 编最优化Bubble(int *pIntArray,int L),要求:交换元素不能用临时变量,如果有序,需
要最优.

7, 1,2,3,4,5,6,7,8,9从栈里出来的可能性. (略)
8, 求一个struct的sizeof.(略)
这两题没太大难度.


9. Graduation thesis description.

【dl-威盛software的试题】相关文章:

07威盛笔试题目11-13

往年威盛电子笔试题07-24

Software engineer Resume07-16

威盛公司软件C++工程师笔试题11-22

2017年TOEFL试题听力试题08-23

遇到的Mysql的笔试题11-26

创意的笔试题目09-04

笔试题的设计方法09-24

华为的Java笔试题07-31

几个MySql的笔试题11-26