当前位置:网站首页>Intel written test questions DIY

Intel written test questions DIY

2022-06-22 01:53:00 Haibao 7

some ICSC English written test questions

by xdjm The test papers are all e writing
The first part Intelligence questions Probably 5,6 Avenue
1. Yes 5*5 Find a rule in the form and fill in the numbers ,
2. stay 3 A flying target is 99 The casting method of points , The dial has numbers
3. There are numbers at each corner of the triangle , Find the rule and fill in the number on the corner of the last triangle
4. There are numbers on the right of letters in the table , Find the rules ( It's actually the alphabet position number ) Fill in the number next to a letter
I forgot :)
The second part Technical problems
1, At least two methods are given to realize system memory management Such as virtual existence …… A little forgotten
2 The program implements the eight queens problem ( Classical data structure algorithm ) Feel full bt Of
The third part translate
1. Give me a paragraph 300 word icsc Introduction to e writing , Write sunmmary
2. Write a passage to express how contribute ICSC

some LAB Pen test

1 . Write the Nyquist frequency of the following signals
(1)f(t)=1+cos(2000pait)+sin(4000pait)
(2)f(t)=sin(4000pait)/pait
(3)f(t)=(sin(4000pait) The square of )/pait
2. Fill in the procedure
Put a calculation m^n The general meaning of complete program filling is : There is a global array char s[BUFSIZE] Use this array to calculate , Namely
Each cell stores one bit of the calculation result ,index Small storage low position ,index Large storage high position
3. There are two threads
void producer()
{
A big gift bag for fresh graduates to apply for jobs New student job network YingJieSheng.COM
New student job network http://www.yingjiesheng.com The first 17 page common 77 page
while(1)
{
GeneratePacket();
PutPacketIntoBuffer();
Signal(customer);
}
}
void customer()
{
while(1)
{
WaitForSignal();
if(PacketInBuffer>10)
{
ReadAllPackets();
ProcessPackets();
}
}
}
(1) Is there any other way to improve the performance of the program
(2) Can the above functions be realized without using mechanisms such as signals
4. Optimize the following program
(0)sum=0
(1)I=1
(2)T1=4I
(3)T2=address(A)-4
(4)T3=T2[T1]
(5)T4=address(B)-4
(6)T5=4
I
(7)T6=T4[T5]
(8)T7=T3*T5
(9)sum=sum T6
(10)I=I 1
(10)IF I<20 GOTO (2)

Collection of written examination questions 1

  1. Three float:a,b,c Question value 95d565ef66? New student job network YingJieSheng.COM?4cb5d40ed4
    (a+b)+c==(b+a)+c
    (a+b)+c==(a+c)+b95d565ef66? New student job network YingJieSheng.COM?4cb5d40ed4
  2. Fill in the blank of a linked list in reverse
  3. Design a resampling system , Explain how anti-alias
  4. y1(n)=x(2n), y2(n)=x(n/2), ask :
    If y1 Is a periodic function , that x Whether it is a periodic function 5a880faf6f? New student job network YingJieSheng.COM?c350ade2a4
    If x Is a periodic function , that y1 Whether it is a periodic function
    If y2 Is a periodic function , that x Whether it is a periodic function
    If x Is a periodic function , that y2 Whether it is a periodic function 4b5ce2fe28? New student job network YingJieSheng.COM?261cbd5717
  5. If the bandwidth of the analog signal is 5KHZ, Use 8K Sampling rate , What do I do .
  6. A program in an embedded system (200M Of CPU,50M Of SDRAM) Has been the most popular in , Switch to another system
    (300M Of CPU,50M Of SDRAM) Run in , Do you still need to optimize ?
  7. x4+a*x3+x^2+c*x+d At least a few multiplications are required
  8. Under what circumstances ,sin(x+y)+y ~ …
  9. Which of the following sorting methods is right for 12354 The fastest
    a quick sort
    b.buble sort
    c.merge sort
  10. Which structure , On average , Getting a value is the fastest
    a. binary tree
    b. hash table
    c. stack

Collection of written examination questions 2

A product is going to be postponed , We can't catch up with the scheduled listing , It is known that a. The market for this product is relatively small ,b. instant competition,c. intel schedule cannot meet expectation, What is your pricing strategy ?
2. Probability questions .A,B For random events , Which of the following is correct
A. P(A U B)*p(AB) <= P(A)P(B)
B. P(A U B)*p(AB) >= P(A)P(B)
C. P(A U B)p(AB) <= P(A) P(B)
D. P(A U B)p(AB) >= P(A) P(B)
3: Channel bandwidth 200kHz, Signal-to-noise ratio 10dB, Find the channel baud rate =?
4: What is the result of running the following code
int main()
{
int a,b,c,abc = 0;
a=b=c=40;
if
{
int abc;
abc = a
b c;
}
printf(“%d,%d”, abc, c);
return 0;
}
5: It gives various flight information from New York to Los Angeles , Write the code to find the shortest flight combination from New York to Los Angeles .
6: Intercept several coordinates of the edge of an object from a computer graph , Find the area of this object , And judge whether it is square or round , Why? .( coordinate
I don't remember , It's probably a circle ).
7: Discrete winder and DFT The difference and relationship between . Whether the quick demand is satisfied 2^N What are the methods of length discrete Fourier transform ? How to use fft seek N
M
Point discrete winder ?
8: give fir and iir Advantages and disadvantages .
9: How to calculate quantization noise of linear scalar quantizer ? Those assumptions are needed ?

Collection of written examination questions 3

1. Write the Nyquist frequency of the following signals
(1)f(t)=1+cos(2000pait)+sin(4000pait)
(2)f(t)=sin(4000pait)/pait
(3)f(t)=(sin(4000pait) The square of )/pait
2. Fill in the procedure
Put a calculation m^n The program is filled completely , roughly :
There is a global array char s[BUFSIZE]
Use this array to calculate , It is a bit for each cell to store the calculation results ,index Small storage low position ,index Big
Storage high position of
3. There are two threads
void producer()
{
while(1)
{
GeneratePacket();
PutPacketIntoBuffer();
Signal(customer);
}
}
void customer()
{
while(1)
{
WaitForSignal();
if(PacketInBuffer>10)
{
ReadAllPackets();
ProcessPackets();
}
}
}
(1) Is there any other way to improve the performance of the program
(2) Can the above functions be realized without using mechanisms such as signals

Attached separately :

1.GPIO It can be applied in those occasions ?
2.main use EXIT,RETURN Or when not in use , Explanation of program exit !
3.15 People line up in circles and count out ( Count to N Of ), Ask the last person to be listed ? Add programs to complete the above functions ?br />
4. There is also a mutually exclusive problem of programming explanation
5. from VIEW and SUPER SCALAR From the point of view CPU ARCHITECT?
6. List INTEL Chip structure family of ?

原网站

版权声明
本文为[Haibao 7]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/173/202206220101382001.html