Delphi笔试题
转载请注明出处:盛威网(http://www.snwei.com/) [专业计算机学习网站]
Delphi笔试题
发信人: copper
1.List at least 3 sorts of programing languages you know.
2.List
most addressing methods inside 80x86 computer system you know.
3.
suppose:(DS)=2000H,(BX)=1250H,(SI)=528FH。
the displacement is 20A1H,
and (232F7H)=3280H,(264E5)=2450H.
then,
after excute inspector:JMP
TABLE[BX],(IP)=?
4.IRP X,(1,2,3,4,5,6,7,8,9,0)
DB X
ENDM
?the
result of above sentents compiled?
5.supposeed that comunication
telecommunication coding consisted of only 8 let
ters,the frequency of
each of these letters appearance is: 50,14,5,9,20,3,30,1
1 .please
design Huffman code for them.
6.what is the conditions of
dead-locking?what is the primary methods of resolv
e?
7......
面试的时
候要做自我介绍哦,基本上只围绕你的简历和答卷提问。有过工作经历的同学要
注意了,它会问为什么要离开?
是老美提问,旁边没有中国人,不过是很地道的
美语啦,比那个什么你杨说的英语好懂多
了,大家不要怕。
1.how do you code an infinite loop in c?
While(1);
2.volatile:
a)what does the keyword volatile mean?give an example
for example, status registers
b)can a parameter be both const and volatile? give an example
Yes read-only status register
c)can a pointer be volatile?give an example
Yes,a pointer to a buffer
3.what are the values of a,b,and c after the following instructions:
|